/* Hearthstone #1 */

/* Allgemeine Link Definition */

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Link Panel */

a.side {
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
}

a:hover.side {
	font-size: 14px;
	color: #fff;
	text-decoration: underline;
}

/* HTML Body */

body {
	background:#000 url('images/lavabg.png') no-repeat fixed center 50%; font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #ffffff;
	margin: 0px auto;
	
}

/* Formular */

form {
	margin: 0px;
}

/* Trennlinie */

hr {
	height: 0px;
	border: 0px;
}

hr.side-hr {
	height: 0px;
	border: 0px;
}

/* Alternativer Text */

.alt {
	color: #fff;
}

img {
	border: 0px;
}

.header {
	width: 1200px;
	height: 200px;
	background-image: url('images/header.gif');
	background-position:  center 50%;
	background-repeat: no-repeat
}

.top {
	background-image: url('images/navigation.png');
	background-position:  center 50%;
	background-repeat: no-repeat
}

.contbg {
	
	background-repeat: repeat-y;
	background-position: top;
}

.footer {
	height: 80px;
	background-position: top;
	background-repeat: no-repeat;
}

.footer a {
	color: #69f;
	text-decoration: none;
}

.footer a:hover {
	color: #fff;
	text-decoration: underline;
}

.copy {
	font-family: Verdana, sans-serif;
	color: #fff;
	font-size: 10px;
	padding: 20px;
}

/* Button */

.button {
	font-family: 'Libre Baskerville', serif;
	font-size : 10px;
	color : #fff;
	height : 20px;
	line-height: 20px;
	background-image: -webkit-linear-gradient(#000000 0%, #870000 100%); 
	background-image: -moz-linear-gradient(#000000 0%, #870000 100%); 
	background-image: -o-linear-gradient(#000000 0%, #870000 100%); 
	background-image: url('linear-gradient(#000000 0%, #870000 100%');
	border: 1px solid #000;
	margin: 1px
}

/* BB Code */

.bbcode {
	background-image: -webkit-linear-gradient(#000000 0%, #870000 100%); 
	background-image: -moz-linear-gradient(#000000 0%, #870000 100%); 
	background-image: -o-linear-gradient(#000000 0%, #870000 100%); 
	background-image: url('linear-gradient(#000000 0%, #870000 100%');
	text-align: center;
	border: 1px solid #000
}

.bbcode-popup {
	background-image: -webkit-linear-gradient(#000000 0%, #870000 100%); 
	background-image: -moz-linear-gradient(#000000 0%, #870000 100%); 
	background-image: -o-linear-gradient(#000000 0%, #870000 100%); 
	background-image: url('linear-gradient(#000000 0%, #870000 100%');
	margin: 2px;
	border: 1px solid #000
}

/* Textbox */

.textbox {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #fff;
	background-image: -webkit-linear-gradient(#000000 0%, #870000 100%); 
	background-image: -moz-linear-gradient(#000000 0%, #870000 100%); 
	background-image: -o-linear-gradient(#000000 0%, #870000 100%); 
	background-image: url('linear-gradient(#000000 0%, #870000 100%');
	background-color: #000000;
	border: 1px solid #000;
	margin: 1px
}

/* Admin Formatierung für Einstellungsänderung */

.admin-message {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #fff;
	background-color: #639;
	border: 1px solid #000;
	margin-bottom: 5px;
}

/* Mittelteil Content Hintergrund */

.main-bg {
	width: 660px;
	padding-top: 10px;
	padding-bottom: 12px;
	padding-left: 0px;
	padding-right: 0px;	
}

/* Mittelteil Content Kopfteil */

.capmain {
  width: 660px;
	height: 40px;
	line-height: 40px;
	font-family: 'Libre Baskerville', serif;
	font-size: 14px;
	text-align: center;
	color: #ffffff;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	background-image: url('images/capmain.png');
	background-repeat: no-repeat; background-position-y:50%
}

/* Mittelteil Content Körperteil */

.main-body {
	min-height: 75px;
	font-size: 14px;
	color: #fff;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-position: center;
	background-repeat: repeat-y;
}

/* Mittelteil Content Fußteil für News */

.news-footer {
	font-size: 10px;
	color: #fff;
	height: 40px;
	line-height: 40px;
	text-align:center;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 0px;
	background-position: bottom;
	background-repeat: no-repeat;
}

/* Mittelteil Content News Link Definition */

.news-footer a {
	color: #69f;
	text-decoration: none;
	font-weight: bold;
}

.news-footer a:hover {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

/* Mittelteil Content Fußteil Allgemein */

.main-footer {
	height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 0px;
	background-position: bottom;
	background-repeat: no-repeat;
}

/* Mittelteil Content Kategorie Images News */

.news-category {
	border: 0px;
	margin-right: 10px;
	float: left;
}

/* Linke und Rechte Panel Seite */

.side-border-left {
	width: 220px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
}

.side-border-right {
	width: 220px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
}

/* Panel Kopf */

.scapmain {
	font-family: 'Libre Baskerville', serif;
	font-size: 14px;
	text-align: center;
	color: #ffffff;
	line-height: 40px;
	height: 40px;
	width: 220px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	background-image: url('images/panel_oben.png');
	background-repeat: no-repeat; background-position-y:50%
}

/* Panel Körper */

.side-body {
	color: #fff;
	width: 220px;
	text-align: left;
	font-size: 14px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background-position: center;
	background-repeat: repeat-y;
}

/* Zusammenhängende Klassen für Forum/Downloads... */
/* Teile für Hintergrund */

.tbl-border {
	border: 0px;
}

.tbl {
	font-size: 14px;
	color: #fff;
	padding: 4px;
	border: 0px solid transparent;
}

.tbl1 {
	font-size: 14px;
	color: #FFFFFF;
	padding: 4px;
	border-bottom: 1px solid  transparent;
}

.tbl2 {
	font-size: 14px;
	color: #ffffff;
	padding: 4px;
	border-bottom: 1px solid transparent;
}

/* Forum */

.forum {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.forum_sig {
	width: 100%;
	vertical-align: bottom;
}

.forum_breadcrumbs {
	height: 20px;
	font-size: 11px;
}

.forum_table {
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #639;
	border-right: 1px solid #639;
	border-top: 1px solid #639;
	background-image: -webkit-linear-gradient(#14001F 0%, #46006B 100%); 
	background-image: -moz-linear-gradient(#14001F 0%, #46006B 100%); 
	background-image: -o-linear-gradient(#14001F 0%, #46006B 100%); 
	background-image: url('linear-gradient(#14001F 0%, #46006B 100%');
	background-color: #66f
}

.forum_thread_table {
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #639;
	border-right: 1px solid #639;
	border-top: 1px solid #639;
	background-image: -webkit-linear-gradient(#14001F 0%, #46006B 100%); 
	background-image: -moz-linear-gradient(#14001F 0%, #46006B 100%); 
	background-image: -o-linear-gradient(#14001F 0%, #46006B 100%); 
	background-image: url('linear-gradient(#14001F 0%, #46006B 100%');
	background-color: #66f
}

.forum_idx_table {
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #639;
	border-right: 1px solid #639;
	border-top: 1px solid #639;
	background-image: -webkit-linear-gradient(#14001F 0%, #46006B 100%); 
	background-image: -moz-linear-gradient(#14001F 0%, #46006B 100%); 
	background-image: -o-linear-gradient(#14001F 0%, #46006B 100%); 
	background-image: url('linear-gradient(#14001F 0%, #46006B 100%');
	background-color: #66f
}

.forum_cat_name {
	color: #fff;
	font-size: 13px;
}

.forum_name a {
	color: #69f;
	font-family: 'Libre Baskerville', serif;
	font-size: 13px;
}

.forum_thread_user_name a {
	font-family: 'Libre Baskerville', serif;
	font-size: 12px;
	padding: 10px;
	color: #69f;
}

.forum_thread_post_date {
	padding: 10px;	 
}

.forum_thread_user_post {
	font-size: 11px;
	padding: 10px;
	border-bottom: 1px outset #639;
	background-image: -webkit-linear-gradient(#14001F 0%, #46006B 100%); 
	background-image: -moz-linear-gradient(#14001F 0%, #46006B 100%); 
	background-image: -o-linear-gradient(#14001F 0%, #46006B 100%); 
	background-image: url('linear-gradient(#14001F 0%, #46006B 100%');
	background-color: #66f
}

.forum_thread_user_info {
	padding: 10px;
	border-bottom: 1px outset #639;
	background-image: -webkit-linear-gradient(#14001F 0%, #46006B 100%); 
	background-image: -moz-linear-gradient(#14001F 0%, #46006B 100%); 
	background-image: -o-linear-gradient(#14001F 0%, #46006B 100%); 
	background-image: url('linear-gradient(#14001F 0%, #46006B 100%');
	background-color: #66f
}

.forum_thread_ip {
	padding: 10px;
	border-bottom: 1px solid #639;
}

.forum_thread_userbar {
	padding: 10px;
	border-bottom: 1px solid #639;
}

.forum_thread_post_space {
	padding: 15px;
	margin: 0px;
}

.forum-caption {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	border-bottom: 2px solid #639;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 3px;
	padding-right: 3px;
}

/* Zitat */

.quote {
	font-size: 12px;
	color: #fff;
	padding: 4px;
	background-color: #222;
	border: 2px solid #639;
}

/* Umfrage */

.poll {
	height: 18px;
	border: 0px;
}

/* Comments */

.comments {
	color: #fff;
}

.comments a {
	color: #69f;
	text-decoration: none;
}

.comments a:hover {
	color: #fff;
	text-decoration: underline;
}

.comments-bg {
	background-image: -webkit-linear-gradient(#14001F 0%, #46006B 100%); 
	background-image: -moz-linear-gradient(#14001F 0%, #46006B 100%); 
	background-image: -o-linear-gradient(#14001F 0%, #46006B 100%); 
	background-image: url('linear-gradient(#14001F 0%, #46006B 100%');
	background-color: #66f
}

/* Shoutbox */

.shoutboxname a {
	font-family: 'Libre Baskerville', serif;
	font-size: 12px;
	color: #69f;
	text-align: left;
}

.shoutboxname a:hover {
	color: #fff;
	text-decoration: underline;
}

.shoutbox {
	font-size: 12px;
	color: #fff;
	text-align: left;
}

.shoutboxdate {
	font-size: 9px;
	color: #ccc;
	text-align: left;
}

/* Forum Beschreibung */

.small {
	color: #fff;
	font-size: 12px;
}

.small2 {
	font-size: 12px;
	color: #fff;
}

.side-small {
	font-size: 10px;
	color: #fff;
	text-align: left;
}

.side-small a {
	color: #69f;
	text-decoration: none;
}

.side-small a:hover {
	color: #fff;
	text-decoration: underline;
}

.side-label {
	font-family: Verdana, sans-serif;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #639;
	padding-right: 2px;
}

/* Panel Vertikale Navigation */

#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#navigation h2 {
	font-size: 14px;
	color: #fff;
	margin: 0px;
	padding: 0px;
}

#navigation a {
	display: block;
	width: 160px;
	height: 20px;
	line-height: 12px;
	font-size: 14px;
	font-family: 'Libre Baskerville', serif;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
	text-indent: 5px;
}

#navigation a:hover {
	display: block;
	width: 160px;
	height: 20px;
	line-height: 12px;
	font-size: 12px;
	font-family: 'Libre Baskerville', serif;
	color: #fff;
	text-decoration: underline;
	text-align: left;
	text-indent: 5px;
}

* html #navigation ul li {
   height: 1%;
}

/* Seiten Navigation */

.pagenav {
	padding: 4px;
}

.pagenav span {
	color: #fff;
	background-color: #111;
	padding: 2px 4px 2px 4px;
	margin: 2px;
}

.pagenav a {
	color: #69f;
	background-color: #111;
	border: 1px solid #000;
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
}

.pagenav a:hover {
	color: #000;
	background-color: #69f;
	border: 1px solid #000;
	margin: 2px;
	text-decoration: none;
}

/* Horizontales Menü */

#sublinks {
	text-align: center;
	font-size: 12px;
	width: 100%;
	margin-bottom: -6px;
}

#sublinks ul {
	text-align: center;
	padding-left: 15px;
	font-family: Verdana, sans-serif;
}

#sublinks li {
	display: inline;
	text-align: center;
}

#sublinks li a {
	font-family: 'Libre Baskerville', serif;
	color: #ffffff;
	padding: 12px 60px;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
}

#sublinks li a:hover {
	font-family: 'Libre Baskerville', serif;
	display: inline;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	background-image: -webkit-linear-gradient(#000000 0%, #690000 100%); 
	background-image: -moz-linear-gradient(#000000 0%, #690000 100%); 
	background-image: -o-linear-gradient(#000000 0%, #690000 100%); 
	background-image: url('linear-gradient(#000000 0%, #690000 100%');
}

.gamecopy {
	padding-left: 150px; 
	padding-right: 150px; 
	padding-top: 15px; 
	color: #ccc;
	font-size: 9px;
}

/* CSS zum zentrieren einiger Inhalte der Core Files */

.center, *[align=center] { margin: 0 auto; }