/* CSS Document */
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
}
body {
	background-image: url(../global_gfx/page_bg.jpg);
	color: #FFF;
}
a img {
	border: 0;
}
a {
	color: #F1850D;
}
/*** Header ***/
#header_outer {
	background-image: url(../global_gfx/header_bg.jpg);
	background-repeat: repeat-x;
}
#header_inner {
	width: 994px;
	height: 300px;
	margin: auto;
}
	#header_inner .topimage {
		float: left;
		width: 794px;
	}
	#header_inner .topimage_rechts {
		float: left;
		width: 200px;
	}
	#header_inner div.csc-textpic div.csc-textpic-single-image img {
		margin: 0;
	}
/*** Topnavigation ***/
.topnavigation {
	background-image: url(../global_gfx/topmenu_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 48px;
	padding: 0 40px;
}
/*** Globale Seite ***/
#outer_page {
	width: 970px;
	margin: auto;
}
/*** Content ***/
#content {
	background-color: #000;
	padding: 30px 35px;
	line-height: 160%;
}
#content .links {
	float: left;
	width: 575px;
	padding-right: 15px;
}
#content .rechts {
	float: left;
	width: 300px;
	padding-left: 10px;
}
#content h1 {
	font-size: 24px;
	margin-bottom: 15px;
	font-weight: normal;
}
#content h2 {
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: normal;
	background-image: url(../global_gfx/h2_bg.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#content li {
	margin-left: 1.5em;
}
#content .textcontentElement {
	margin-bottom: 25px;
}
#content table {
	border-collapse: collapse;
}
#content table td {
	padding: 2px 5px 2px 0;
}
#content table th {
	padding: 2px 20px 2px 0;
	text-align: left;
}
/*** Footer ***/
.footer_top {
	background-image: url(../global_gfx/footer_top_bg.jpg);
	background-repeat: repeat-x;
	height: 135px;
	padding: 10px 35px;
	line-height: 160%;
}
.footer_top * {
	color: #000;
}
.footer_top a {
	color: #AA5E09;
}
.footer_top .links {
	float: left;
	width: 575px;
	padding-right: 15px;
}
#footer h2 {
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: normal;
	background-image: url(../global_gfx/h2_bg.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
.footer_top .rechts {
	float: left;
	width: 300px;
	padding-left: 10px;
}
.footer_bottom {
	background-image: url(../global_gfx/footer_bottom_bg.png);
	background-repeat: no-repeat;
	height: 42px;
	line-height: 42px;
	padding: 0 0 0 25px;
	color: #878787;
}
	.footer_bottom .footer_address {
		float: left;
		width: 805px;
	}
	.footer_bottom .footer_impressum {
		float: left;
		width: 140px;
		text-align: center;
	}
	.footer_bottom .footer_impressum a {
		color: #878787;
		text-decoration: none;
	}
	.footer_bottom .footer_impressum a:hover {
		color: #F1850D;
	}
/*** Box ***/
.box {
	margin-bottom: 15px;
}
.box .header {
	background-image: url(../global_gfx/box_header.png);
	background-repeat: no-repeat;
	height: 20px;
	padding: 9px 10px;
	font-size: 14px;
}
.box .footer {
	background-image: url(../global_gfx/box_footer.png);
	background-repeat: no-repeat;
	height: 38px;
}
.box .inhalt {
	border-left: 1px solid #464646;
	border-right: 1px solid #464646;
}
.box .inhalt .textcontentElement {
	padding: 10px;
}
.box .inhalt .contentElement .content {
	padding: 10px;
}
/*** Inhalt FCE 2-spaltig ***/
.spaltig2_inner {
	border-top: 1px dotted #C2C2C2;
	padding-top: 10px;
}
	.spaltig2_inner .links50 {
		float: left;
		width: 270px;
		padding-right: 17px;
	}
	.spaltig2_inner .rechts50 {
		float: left;
		width: 270px;
		padding-left: 18px;
	}
/*** Suche ***/
.suche {
	margin-bottom: 15px;
	background-image: url(../global_gfx/suche_bg.png);
	background-repeat: no-repeat;
	padding: 9px 10px;
}
.suche .feld {
	font-size: 11px;
	border: 1px solid #878787;
	background-color: #C2C2C2;
	color: #878787;
	padding: 4px 2px;
	margin-right: 10px;
	width: 215px;
}




