html,body{
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	border:none;
	background-color:#d6d6d6;
	background-image:url(images/page_background.jpg);
	background-repeat:repeat-x;
	font-size:14px;
	font-family:Calibri, Verdana, Arial, Helvetica, sans-serif;
	color:#202020;
}

#center {
	width:1090px;
	margin: 0px auto;
	background-image:url(images/bg_content.jpg);
	background-repeat:repeat-y;
}
#header { 
	margin-bottom:-4px;
}
#language {
	position:absolute;
	top:155px;
	width:1005px;
	text-align:right;
}
#main {
	float:left;
	width:1058px;
	margin-left:12px;	
	background-image:url(images/main_background.jpg);
	background-repeat:repeat-y;
}

#main_menu {
	float:left;
	margin-left:16px;
	width:188px;
	padding-bottom:40px;
}

#content {
	float:left;
	width:790px;
}
#content_padding {
	padding-left:35px;
	padding-bottom:60px;
	padding-right:40px;
}

#footer {
	clear:both;
	height:70px;
	width:100%;
	background-image:url(images/footer_background.jpg);
	background-repeat:repeat-x;
	text-align:right;
}
#footer_padding {
	width:950px;
	margin: 0px auto;
	padding-top:5px;
}

/*__________ LayoutDivStyles __________*/



/*__________ Hack for all new Browsers (Fixes IE6) __________*/
html>body #main_menu {

}


/*__________ Menu-Styles ________ */

#main_menu a{
	display:block;
	float:left;
	margin-left:15px;
	width:144px;
	background-image:url(images/menu_dot.jpg);
	background-repeat:no-repeat;
	background-position:5px 58%;
	text-decoration:none;
	padding-top:9px;
	padding-bottom:7px;
	padding-left:20px;
	font-size:12px;
	color:#202020;
	border-bottom:1px solid #f3f3f3;
}
#main_menu a.secondlevel {
	padding-left:35px;
	width:129px;
	background-position:20px 58%;
}

#main_menu a:hover, #main_menu a.secondlevel:hover {
	color:#e23f24;
}
#main_menu a.active{
	color:#e23f24;
	font-weight:bold;
}
#main_menu a.secondlevel active{
	color:#e23f24;
	font-weight:bold;
}



/*__________ Link-Stile fuer Content Links ________ */

a {
	color:#e23f24;
}

a:hover {
	color:#f70000;
}



/*__________ Styles: Content ________ */

#footer {
	font-size:13px;
}
#footer strong, #footer b{
	color:#e23f24;
}

#footer a{
	text-decoration:none;
	color:#202020;
}
#footer a:hover{
	color:#f70000;
}

#language a{
	text-decoration:none;
	color:#bebebe
}
#language a:hover{
	color:#e5e5e5
}
/*__________ Styles: Allgemein ________ */

#content H1 {
	display:block;
	font-size:40px;
	font-weight:lighter;
	color:#818181;
	clear:both;
	width:100%;
	border-bottom:1px solid #bcbcbc;
	margin-top:30px;
	padding-bottom:10px;
	margin-bottom:0px;
	font-family:"Arial Narrow", Verdana;
}
#content H2 {font-size:14px;}
#content H3 {font-size:13px; font-weight:bold;}



.csc-textpic{

}
.csc-textpic p {
	border-width:0px;
}

.csc-mailform-field {
	width:100px;
}
