/* CSS Layout  */
/*HIER BITTE NICHTS ÄNDERN*/
html, body { 
	background-image:url(../pics_main/bg_par3000.jpg);
	background-repeat:no-repeat;
	background-position: top center; 
	background-color:#000000;
	margin-top:0px;
	font-family:Tahoma;
	font-size:12px;
	color:#c3c3c3;
}

a {
	color:#ED7B23;
	text-decoration:underline;
}

a:link {
	color:#ED7B23;
	text-decoration:underline;
}

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

.wrapper{
	background-color:#FFFFFF;
	margin:0px auto;
	width:1000px ;
}
.headertop{
	background-color:#000000;
	width:1000px;
	height:222px;
}
.newsticker{
	margin: 0px;
	background-image:url(../pics_main/bg_newsticker.jpg);
	width:1000px;
	height:85px;
}
.newsticker-inner{
	color:#ED7B23;
	margin-left: 280px;
	font-size:11px;
}
.newsticker-inner a{
	color:#F5F5F5;
	text-decoration:none;
}
.newsticker-inner a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
.content{
	width:1000px;
	background-image:url(../pics_main/bg_content_stripe.jpg);
	background-repeat:repeat-y;
}
.containerleft{
	margin-left:20px;
	margin-top:10px;
	width:205px;
	float:left;
}
.navleft{
	margin-top:0px;
	margin-left:30px;
	width:180px;
	float:left;
}
.maincontent{
	margin-left:40px;
	margin-bottom: 0px;
	padding:12px;
	padding-bottom:0px;
	width:440px;
	float:left;
	overflow:hidden;
}
.containerright{
	margin-left:40px;
	width:200px;
	float:left;
}
.rightcontent{
	padding-left: 13px;
	padding-top:0px;
	margin:0px;
	width:175px;
	float:left;
}
.maincontentsub{
	background-image:url(../pics_main/bg_content_sub2.jpg);
	height:40px;
	width:1000px;
	clear:left;
}
.footer { 
	background-image:url(../pics_main/bg_footer.jpg);
	background-repeat:no-repeat;
	height:70px;
	margin: 0 auto;
	width: 1000px; 
	bottom: 0; 
	clear: both; 
	border-bottom:1px solid #222222;
} 


