body {
	margin:0;
	text-align:center;
	font-family:arial, sans-serif;
	font-size:11px;
	color:#575758;
	}

#main_frame {
	position:absolute;
	left:50%;
	margin-left:-363px;
	width:726px;
	background-color:#fdfdff;
	text-align:left;
	}
	

/* HEADER */
#header {
	float:left;
	}
	
#header .content {
	width:710px;
	background:url(../images/layout/header.jpg) 0 0 no-repeat #808080;	
	margin-bottom:1px;
	}
	

/* NAVIGATION */
#navigation {
	float:left;
	width:710px;
	height:35px;
	margin:0;
	padding:0;
	background:url(../images/layout/button_space.gif) 0 0 repeat-x #96A3AB;
	margin-bottom:2px;
	}
	
#navigation .content {
	}
	
#navigation .content a {
	float:left;
	}
	
#navigation .content a img {
	border:0;
	}
	
	
/* SUBNAVIGATION */
#subnavigation {
	width:512px;
	height:32px;
	margin:0;
	padding:0;
	}
	
#subnavigation .content {
	}
	
#subnavigation .content a {
	float:left;
	}
	
#subnavigation .content a img {
	border:0;
	}
	

/* CONTENT */
#test {
	position:relative;
	top:0;
	right:0;
	width:195px;
	height:400px;
	background-color:red;
	}

#content {
	float:left;
	width:709px;
	/*background:url(../images/layout/content_back.gif) 0 0 repeat-x #e0e1e3;*/
	/*background-color:#e0e1e3;*/
	background:url(../images/layout/content_back2.gif) 0 0 repeat-y #e0e1e3;
	border:1px #BCBCBC solid;
	border-width:1px 1px 0 0;
	}
	
#content #inhalt {
	position:static;
	float:left;
	width:512px;
	border:0px #fff solid;
	border-width:0 0px 0 0;
	overflow:hidden;
	background:url(../images/layout/content_back.gif) 0 0 repeat-x #e0e1e3;
	}
	
#content .article_ebene {
	clear:left;
	width:512px;
	margin-bottom:20px;
	border:1px #808080 solid;
	border-width:0 0 0px 0;
	}
	
#content .article {
	width:495px;
	margin:0 0 0 10px;
	padding:0 10px 0 0;
	font-family:arial, sans-serif;
	font-size:11px;
	color:#575758;
	}
	
#content .article img.balken {
	border:0;
	padding:0;
	margin:0;
	background-image: url(../images/layout/arrow2.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 16px;
}
	
#content .article_halb {
	float:left;
	width:235px;
	margin:2px 4px 2px 2px;
	padding:2px;
	font-family:arial, sans-serif;
	font-size:11px;
	color:#575758;
	border:1px #c1c1c1 solid;
	border-width:1px;
	text-align: left;
	height:100%;
	}

#content .article_schmal {
	float:left;
	width:149px;
	margin-bottom:10px;
	padding:0 10px 10px 10px;
	font-family:arial, sans-serif;
	font-size:11px;
	color:#575758;
	border:1px #B6B6B8 solid;
	border-width:0 1px 0 0;
	}
	
#content .article_schmal img.balken {
	border:1px #c1c1c1 solid;
	border-width:1px 1px 1px 0;
	padding:2px 2px 2px 0;
	background-image: url(../images/layout/arrow2.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 16px;
}

#content .article_schmal img {
	border:1px #c1c1c1 solid;
	border-width:1px 0 1px 1px;
	padding:2px 0 2px 2px;
}

#content .article h1, h1 {
	height:24px;
	line-height:24px;
	width:518px;
	font-family:Verdana, Arial, Sans-Serif;
	font-size:12px; 
	font-weight:bold;
	vertical-align:bottom;
	color:#677a86;
	border:4px #677A86 solid;
	border-width:0 0 0 4px;
	}
	
#content .article h1.blue, h1.blue {
	border-color:#677a86;
	}
	
#content .article h1.red, h1.red {
	border-color:#EB393A;
	}
	
#content .article img, #content .article_halb img {
	float:left;
	margin:0;
	}
	
#content .article img.spacer, #content .article_halb img.spacer {
	float:left;
	margin:0 10px 5px 0;
	}
	
#content .article img.balken {
	float:left;
	margin:0 10px 5px 0;
	}
	
#news_teaser ul li {
	margin-bottom:10px;
	}
	
	
	
/* INFO */
#info_leiste {
	position:static;
	float:left;
	width:197px;
	background-color:#fff;
	}
	
#info_leiste .item {
	padding-bottom:20px;
	margin-bottom:20px;
	border:0 #e0e1e3 solid;
	border-width:0 0 1px 0;
	}

	
/* FOOTER */	
#footer {
	position:relative;
	top:0;
	float:left;
	border:0px #fff solid;
	border-width:1px 0 0 0;
	}
	
#footer .footer_links {
	float:left;
	width:512px;
	height:60px;
	margin-right:2px;
	line-height:60px;
	vertical-align:middle;
	text-align:center;
	background-color:#d0d0d0;
	}
	
#footer .footer_rechts {
	float:left;
	width:196px;
	height:45px;
	padding-top:15px;
	text-align:center;
	background-color:#e0e0e0;
	}
	
#footer .footer_unten {
	padding-top:10px;
	padding-bottom:30px;
	font-size:8pt;
	font-family:arial, sans-serif;
	color:#606060;
	width:700px;
	}
	
img {
	border:0;
}


h2 {
	font-size: 16px; 
	color: #575758; 
	font-weight: bold;
	}
	
hr {
	color:#e0e0e0; 
	background-color:#e0e0e0; 
	border:0;
	}
	

/* forum */
#forum_thread {
	background-color:#F2F2F2;
	width: 484px;
	padding: 8px 8px 8px 20px;
	margin-bottom: 5px;
}

#forum_thread a:hover {
	text-decoration: none;
}