html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
	background-color: #656C74;
}

html, body, #wrapper, td, textarea, input {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}
a, a:visited {
	color: #71CAEF;
}
a img { border: 0; }
.imgLeft {
	float: left;
	margin: 0 5px 5px 0;
}
.error { color:red; }
#wrapper {
	background-color: #191D26;
	margin: 0 auto;
	text-align: left;
	width: 650px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

.leader {
	background-color: #000;
	color: #fff;
	font-weight: bold;
	padding: 5px;
}

.header {
	/*background-color: #656C74;*/
}

.navigation {
	border-bottom: 1px solid #9096A2;
}

.footer {
	font-weight: bold;
	color: #656C74;
	background-color: #30353B;
	/*width: 640px;*/
	width: 100%;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	padding: 5px 0;
}
.footer span {
	padding-left: 5px;
}

/*- http://www.positioniseverything.net/easyclearing.html--------------------------- */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*- Menu Tabs H--------------------------- */
#tabsH {
	float: left;
	width: 100%;
	background: #000;
	line-height: normal;
}
#tabsH ul {
	margin: 0;
	padding: 10px 10px 0 5px;
	list-style: none;
}
#tabsH li {
	display: inline;
	margin: 0;
	padding: 0;
}
#tabsH a {
	float: left;
	background: url("/images/tableftH.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
}
#tabsH a span {
	float: left;
	display: block;
	background: url("/images/tabrightH.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
	color: #fff;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsH a span { float: none; }
/* End IE5-Mac hack */
#tabsH a:hover span {
	color: #fff;
}
#tabsH a:hover {
	background-position: 0% -42px;
}
#tabsH a:hover span {
	background-position: 100% -42px;
}

#tabsH #current a {
	background-position: 0% -42px;
}
#tabsH #current a span {
	background-position: 100% -42px;
}
/*- END: Menu Tabs H--------------------------- */

.maincontent {
	padding-top: 20px;
	padding-bottom: 30px;
}
.maincontent table {
	width: 100%;
	table-layout: fixed;
}
.maincontent table td {
	vertical-align: top;
}

.generalBox {
	border-top: 1px solid #9096A2;
	border-right: 1px solid #9096A2;
	border-left: 1px solid #9096A2;
	background-color: #30353B;
	color: #fff;
}
.fixedHeight {
	height: 360px;
}
.generalHeader {
	font-weight: bold;
	font-size: 11px;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	color: #71CAEF;
}
.generalBox .generalContent {
	margin: 5px;
}
.generalBox .generalContent .highlightitem {
	/*border: 1px solid red;*/
	color: #efefef;
	margin-bottom: 5px;
}
.generalBox .generalContent .highlightitem img.thumb {
	float: left;
	margin: 0 5px 5px 0;
}
.generalBox .generalContent ul {
	margin: 5px 0;
	padding: 0;
}
.generalBox .generalContent ul li {
	list-style: none;
}
.generalBox .generalContent .highlightitem var a, 
.generalBox .generalContent .highlightitem var a:visited {
	color: #ddd;
	/*background: transparent url("/images/arrow02.gif") no-repeat left 2px;
	padding-left: 14px;*/
	font-size: 11px;
}
.generalBox .generalContent .highlightitem p {
	margin: 3px 0 0 0;
	font-weight: bold;
}
/*
.generalBox .generalContent ul li a,
.generalBox .generalContent ul li a:visited {
	background: transparent url("/images/arrow02.gif") no-repeat left 2px;
	padding-left: 14px;
	color: #ddd;
	text-decoration: none;
}
.generalBox .generalContent ul li a:hover {
	text-decoration: underline;
}*/

div.readmore {
	display: block;
	text-align: right;
	padding: 0px 5px 5px;
	border-bottom: 1px solid #9096A2;
	border-right: 1px solid #9096A2;
	border-left: 1px solid #9096A2;
	background-color: #30353B;
}
div.readmore a, div.readmore a:visited {
	background: transparent url("/images/arrow01.gif") no-repeat left 4px;
	padding-left: 10px;
	color: #71CAEF;
	text-decoration: none;
	font-style: italic;
}
div.readmore a:hover {
	text-decoration: underline;
}

/*- START: Category overview--------------------------- */
.categoryOverview dl {
	border-bottom: 1px dotted #fff;
}
.categoryOverview dt {
	color: #71CAEF;
}
.categoryOverview dt img {
	float: left;
	margin: 0 5px 5px 0;
}
.categoryOverview dt var,
.categoryOverview dt var a,
.categoryOverview dt var a:visited {
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.categoryOverview dt var a:hover {color: #71CAEF;}
.categoryOverview dd {
	color: #ddd;
	margin: 3px 0 5px 0;
	padding-left: 10px;
	font-weight: bold;
}
/*- END: Category overview--------------------------- */

/*- START: Artikel--------------------------- */
.artikel {
	border: 0px solid red;
	padding: 0 15px;
}
h1, h1.artikel {
	font-size: 16px;
	margin: 0;
}
h2.artikel {
	font-size: 10px;
	font-style: italic;
	color: #71CAEF;
	margin: 0;
}
h1.artikel,h2.artikel { padding: 0; }

.artikel .artikelGameInfo {
	float: right;
	margin: 0 0 5px 5px;
	border-top: 1px solid #30353B;
	border-right: 1px solid #9096A2;
	border-bottom: 1px solid #9096A2;
	border-left: 1px solid #30353B;
	padding: 5px;
	color: #ddd;
}
.artikel .artikelGameInfo h1 {color: #71CAEF;}
.artikel .artikelGameInfo dl { margin: 0; }
.artikel .artikelGameInfo dl dt { margin-top: 5px; font-weight: bold; }
.artikel .artikelGameInfo dl dd { margin: 0 0 0 10px; }
.artikel .intro {
	margin-top: 10px;
	font-weight: bold;
}
.artikel .artikelGameInfo dl.editorverdict { margin: 0 0 10px 0; }
.artikel .artikelGameInfo dl.editorverdict dt { color:#FC6C01; margin-top: 5px; font-weight: bold; }
.artikel .artikelGameInfo dl.editorverdict dd { color:#FC6C01; font-size:30px; font-weight: bold; margin: 0 0 0 10px; }

.artikel .artikelBody {
	margin: 0;
}
.artikel .artikelBody p { margin-top: 0; }
.addcomment {background-color:#000;border:1px solid #9096A2;}
.addcomment form#comments {text-align:center;margin-top:10px;}
.addcomment textarea{border:1px solid #747C9F;background:#000;color:#FFF;padding:5px;}
.addcomment input{border:1px solid #747C9F;background:#000;color:#FFF;padding:2px;}

.addcomment .comments {
	padding: 5px;
}
.addcomment .comments div.odd {
	background-color: #656C74;
	padding: 5px;
}
.addcomment .comments div.even {
	background-color: #30353B;
	padding: 5px;
}
.addcomment .comments div .datetime {
	font-weight: bold;
}
/*- END: Artikel--------------------------- */