/* CSS-Layout */
body {
	text-align:center;
	margin-top:0px;
	margin-left:0px;
	background-color: #f0dce8;
	width:970px;
	margin:auto;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:0.8em;
	color: #444444;
}
a img {
	border:0px solid black;
}
#fullbody {
	background-image:url('pageback.jpg');
	width:970px;
	margin:auto;
}
/* Navigation */
#top_nav {
	width:970px;
	height:137px;
	background-image:url('naviback.jpg');
	position:relative;
}
#navi_elements {
	width:704px;
	height:34px;
	position:absolute;
	bottom:0px;
	left:34px;
}
#navi_elements a {
	height:34px;
	display:block;
	background-repeat:no-repeat;
	position:absolute;
	line-height:2.9em;
	font-size:1.0em;
	font-weight:bold;
	color:#eeeeee;
	text-decoration:none;
}
#navi_elements a:hover {
	color:white;
}
#navi_elements a#test:link, #navi_elements a#test:visited {
	width:141px;
	background-image:url('navi_test.jpg');
	left:0px;
}
#navi_elements a#test:hover, #navi_elements a#test:active, #navi_elements a#test_high {
	width:141px;
	background-image:url('navi_test_high.jpg');	
	left:0px;
}
#navi_elements a#match:link, #navi_elements a#match:visited {
	width:139px;
	background-image:url('navi_match.jpg');
	left:141px;
}
#navi_elements a#match:hover, #navi_elements a#match:active, #navi_elements a#match_high {
	width:139px;
	left:141px;
	background-image:url('navi_match_high.jpg');	
}
#navi_elements a#regular:link, #navi_elements a#regular:visited {
	width:140px;
	background-image:url('navi_regular.jpg');
	left:280px;
}
#navi_elements a#regular:hover, #navi_elements a#regular:active, #navi_elements a#regular_high {
	width:140px;
	background-image:url('navi_regular_high.jpg');	
	left:280px;
}
#navi_elements a#casual:link, #navi_elements a#casual:visited {
	width:141px;
	background-image:url('navi_casual.jpg');
	left:420px;
}
#navi_elements a#casual:hover, #navi_elements a#casual:active, #navi_elements a#casual_high {
	width:141px;
	background-image:url('navi_casual_high.jpg');	
	left:420px;
}
#navi_elements a#kontakt:link, #navi_elements a#kontakt:visited {
	width:143px;
	background-image:url('navi_kontakt.jpg');
	left:561px;
}
#navi_elements a#kontakt:hover, #navi_elements a#kontakt:active, #navi_elements a#kontakt_high {
	width:143px;
	background-image:url('navi_kontakt_high.jpg');	
	left:561px;
}
#navi_marker {
	width:970px;
	height:12px;
}
.navibutton {
	margin-top:0px;
	border:0px solid black;
}
#page_content {	
	width:970px;
	text-align:left;
	background-repeat:repeat-y;
	background-position:left;
	margin-top:0px;
	display:block;
	margin:auto;
	position:relative;
}
hr.content {
	width: 685px;
	height: 1px;
	padding: 0px;
	color:#cccccc;
	position:absolute;
	left:40px;
	
}
#page_content hr {
	height: 1px;
	width:685px;
	display:block;
	color: #cccccc;
	padding:0px;
}
div.article {
	margin-left:40px;
	margin-right:236px;
	overflow:visible;
	text-align:justify;	
}
.content a:link, .content a:visited {
	color:black;
	font-weight:bold;
}
.content a:hover, .content a:active {
	color: #bd0926;
	font-weight:bold;
}
h1 {
	font-size:1.7em;
}
h2 {
	font-size:1.26em;
}
h3 {
	font-size:1.1em;
}
h1.content, h2.content, h3.content {
	color:#28a0d2;
}

div.testsieger_container {
	width:685px;
	height:250px;
	display:block;		
}
div.testsieger_entry {
	width:214px;
	display:block;
	float:left;
	margin-right:14px;
	text-align:center;
	font-size:0.9em;
}
div.testsieger_box p a:link, div.testsieger_box p a:visited {
	color: #444444;
	font-weight: bold;
}
div.testsieger_box p a:hover, div.testsieger_box p a:active {
	color: #bd0926;	
}
div.testsieger_box {
	width:214px;
	display:block;
	float:left;
	background-image:url('testsieger_back.gif');
	background-repeat:repeat-y;
	color:#666666;
	font-size:0.89em;
}
a.light:link, a.light:visited {
	color: #444444;
	font-weight: normal;
}
a.light:hover, a.light:active {
	color: #bd0926;	
}
div.testsieger_box p {
	padding-left: 16px;
	padding-right: 10px;
	margin-top:0px;
	height: 45px;
	display:block;
}
div.logo_container {
	width:214px;
	height:70px;
	display:block;
	padding-top:15px;
	vertical-align:middle;
}
.illustration_left {
	float:left;
	background-image: url('shadow.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	margin: 15px 15px 0 6px;	
}
.illustration_left img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}
.illustration_right {
	float:right;
	background-image: url('shadow.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	margin: 15px 0 0 15px;	
}
.illustration_right img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}
a.more:link, a.more:visited {
	font-weight:bold;
	color: #28a0d2;
}
a.more:active, a.more:hover {
	color: #bd0926;
}
a.more:before {
	content:"\00BB  ";
}
div.press_image {
	width:90px;
	height:40px;
	float:left;
	display:block;
}
div.ad_bottom {
	width:730px;
	text-align:left;
	margin-left:40px;
	display:block;
	font-size:0.8em;
}
#rightblock {
	width:175px;
	display:block;
	top:0px;
	right:9px;
	position:absolute;	
}
#uservoting {
	width:172px;
	padding:0px;
	background-color:#67aecd;
	color:white;
	font-weight:bold;
/*	padding:15px;*/
	overflow:hidden;
	line-height:1.4em;
	margin-bottom:9px;
}
#uservoting #votingtext {
	margin: 0 6px 0 12px;
}
#uservoting hr {
	color:white;
	border-style:solid;
	width:190px;
	margin-left:-15px;
}
#uservoting a:link, #uservoting a:visited {
	margin: 0px 6px 0 12px;
	color:white;
	text-decoration:none;
}
#uservoting a:hover, #uservoting a:active {
	color:black;
}
#uservoting a:before {
	content:"\00BB  ";
}
#feedback {
	background-image:url('feedback.jpg');
	background-repeat:no-repeat;
	display:block;
	width:173px;
	height:148px;
	font-size:0.9em;
	font-weight:bold;
	color:#28a0d2;
	padding-left:10px;
	padding-top:106px;
	margin-bottom:-96px;
	text-align:left;
	line-height:2em;
}
div.ad_right {
	width:175px;
	text-align:left;
	display:block;
	font-size:0.8em;
	padding:4px;
}
#footer {
	width:970px;
	height:120px;
	display:block;
	background-image:url('footerback.jpg');
	background-repeat:no-repeat;
	position:relative;
	padding-top:30px;
	margin:auto;
	font-size:0.85em;
	text-align: center;
}
#footer a:link, #footer a:visited {
	color:black;
	text-transform:uppercase;
	text-decoration:none;
}
#footer a:hover, #footer a:active {
	color: #bd0926;
}
td.info {
	font-size:0.85em;
	padding:4px;
}
a.directlink {
	background-image:url('directlinkbutton.jpg');
	width: 144px;
	height:25px;
	float:right;
	font-weight:bold;
	text-decoration:none;
	color:white;
	text-align:center;
	line-height:2.1em;
	font-size:1.1em;
	margin-left:20px;
}
a.matchmaking:link, a.matchmaking:visited, a.matchmaking:hover {
	width:214px;
	height:39px;
	background-image:url('testsieger_match.gif');
	display:block;
	font-weight:bold;
	text-decoration:none;
	font-size:1.5em;
	text-align:center;
	line-height:2.7em;
	color:#b23e3e;
}
a.regular:link, a.regular:visited, a.regular:hover {
	width:214px;
	height:39px;
	background-image:url('testsieger_regular.gif');
	display:block;
	font-weight:bold;
	text-decoration:none;
	font-size:1.5em;
	text-align:center;
	line-height:2.7em;
	color:gray;
}
a.casual:link, a.casual:visited, a.casual:hover {
	width:214px;
	height:39px;
	background-image:url('testsieger_casual.gif');
	display:block;
	font-weight:bold;
	text-decoration:none;
	font-size:1.5em;
	text-align:center;
	line-height:2.7em;
	color:#ba761e;
}
.match_container {
	padding:10px;
	padding-left:0px;
	position:relative;
	width:680px;
	display:block;
}
.match_provider_left {
	width: 150px;
	display:block;
	line-height:1.6em;
}
.match_provider_right {
	width: 530px;
	display: block;
	top:0px;
	right:0px;
}
.match_imageblock {
	text-align:center;	
}
ul li {
	margin-left: -24px;
	padding-left: 0px;
}
#linkblock_container {
    position:absolute;
    top:200px;
}
#linkblock_top {
    background-image: url('linkblock-top.jpg');
    background-repeat: no-repeat;
    width: 173px;
    height: 12px;
    position:relative;

}
#linkblock_bottom {
    background-image: url('linkblock-bottom.jpg');
    background-repeat: no-repeat;
    width: 173px;
    height: 12px;
    position:relative;
    top:-4px;     
}
#linkblock {
    background-image: url('linkblock.jpg');
    background-repeat: repeat-y;
    width: 173px;
    position:relative;
    top:-4px;
    padding:4px;
    padding-left: 10px;
	font-size:0.9em;
	font-weight:bold;
	color:#28a0d2;
}