/* CSS Document */
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../global_gfx/page_bg.jpg);
	background-repeat: repeat-x;
	background-color: #E8E8E8;
}
.clear {
	clear: both;
}
a {
	color: #E8821E;
}
#outer_page {
	margin: auto;
	width: 960px;
	background-color: #FFF;
}
/*** Header + Header-Navigation ***/
#header {
	position: relative;
	height: 260px;
}
	#header .image {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 30;
		
	}
	#header .image img {
		border: 0;
	}
	#header .headnavi {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 60;
		height: 32px;
		/*line-height: 32px;*/
		padding: 0 10px;
		width: 300px;
	}
		#header .headnavi-navi {
			float: left;
			width: 230px;
		}
		#header .headnavi-navi a {
			margin: 0 5px;
			color: #666;
			font-weight: bold;
			text-decoration: none;
		}
		#header .headnavi-navi a:hover, #header .headnavi-navi a.on {
			color: #000;
			text-decoration: underline;
		}
		#header .headnavi-flag {
			float: left;
			margin-top: 10px;
			width: 70px;
		}
/*** Topnavigation ***/
#topnavigation {
	background-image: url(../global_gfx/topnavi_bg.jpg);
	background-repeat: repeat-x;
	height: 30px;
}
#topnavigation ul {
	list-style: none;
}
	#topnavigation ul li {
		display: inline;
	}
	#topnavigation ul li a {
		display: block;
		float: left;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		font-weight: bold;
		border-right: 1px solid #ECA458;
		padding: 0 15px;
		color: #FFF;
		text-decoration: none;
	}
	#topnavigation ul li a:hover, #topnavigation ul li a.on {
		color: #003056;
	}
/*** Subnavigation ***/
#subnavigation {
	background-color: #003056;
	height: 20px;
}
#subnavigation ul {
	list-style: none;
}
	#subnavigation ul li {
		display: inline;
	}
	#subnavigation ul li a {
		display: block;
		float: left;
		height: 20px;
		line-height: 20px;
		font-weight: bold;
		border-right: 1px solid #004D8A;
		padding: 0 15px;
		color: #FFF;
		text-decoration: none;
	}
	#subnavigation ul li a:hover, #subnavigation ul li a.on {
		color: #003056;
		background-image: url(../global_gfx/subnavi_hover_bg.jpg);
		background-repeat: repeat-x;
	}
/*** Spaltigkeiten ***/
.spalte-710-250 {
	background-image: url(../global_gfx/spalte-250_bg.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.spalte-710-250 .links-710 {
	float: left;
	width: 550px;
	padding: 30px 60px 10px 100px;
	background-image: url(../global_gfx/spalte-710_bg.jpg);
	background-repeat: no-repeat;
	line-height: 160%;
}
.spalte-710-250 .rechts-250 {
	float: left;
	width: 230px;
	padding: 10px;
	line-height: 140%;
	padding-top: 50px;
}

.spalte-710-250 .footer {
	background-image: url(../global_gfx/footer-710-250_bg.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 11px;
	color: #FFF;
	padding: 5px 15px;
}
	.spalte-710-250 .footer * {
		font-size: 11px;
	}
	.spalte-710-250 .footer a {
		font-size: 11px;
		color: #FFF;
	}
.links-710 .textcontentElement {
	margin-bottom: 20px;
}
.links-710 .contentElement {
	margin-bottom: 20px;
}
.links-710 h1 {
	color: #FFF;
	font-size: 24px;
	margin-bottom: 20px;
	line-height: normal;
}
.links-710 h2 {
	color: #E8821E;
	font-size: 16px;
	margin-bottom: 10px;
	line-height: normal;
}
.links-710 h3 {
	color: #E8821E;
	font-size: 13px;
	margin-bottom: 5px;
	line-height: normal;
}
.rechts-250 h1 {
	color: #E8821E;
	font-size: 24px;
	line-height: normal;
	margin-bottom: 20px;
}
.rechts-250 .textcontentElement {
	margin-bottom: 15px;
}
.rechts-250 .contentElement {
	margin-bottom: 15px;
}
.rechts-250 h2 {
	color: #003056;
	font-size: 14px;
	line-height: normal;
	margin-bottom: 10px;
	background-image: url(../global_gfx/h2_rechte-Spalte_bg.jpg);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 15px;
}
.rechts-250 h3 {
	color: #003056;
	font-size: 14px;
	line-height: normal;
	margin-bottom: 10px;
	padding-left: 15px;
}
.rechts-250 h4 {
	color: #E8821E;
	font-size: 14px;
	line-height: normal;
	margin-bottom: 10px;
	background-image: url(../global_gfx/h4_rechte-Spalte_bg.jpg);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 15px;
}
.rechts-250 p {
	margin-left: 15px;
}
.rechts-250 ul {
	list-style: none;
	margin-left: 15px;
}
.rechts-250 ul li {
	background-image: url(../global_gfx/li_rechte-Spalte_bg.jpg);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 10px;
	margin-bottom: 5px;
}
.spalte-480-480 {
	
}
.spalte-480-480 .links-480 {
	float: left;
	width: 480px;
	line-height: 160%;
}
.spalte-480-480 .rechts-480 {
	float: right;
	width: 480px;
	line-height: 160%;
}
.spalte-480-480 .footer {
	background-image: url(../global_gfx/footer-960_bg.jpg);
	background-repeat: no-repeat;
	font-size: 11px;
	color: #FFF;
	padding: 5px 15px;
}
	.spalte-480-480 .footer * {
		font-size: 11px;
	}
	.spalte-480-480 .footer a {
		font-size: 11px;
		color: #FFF;
	}
.breit-960 {
	background-image: url(../global_gfx/spalte-710_bg.jpg);
	background-repeat: no-repeat;
}
	.breit-960 .content960 {
		padding: 30px 100px 10px 100px;
		line-height: 160%;
	}
	.breit-960 .content960 h1 {
		color: #FFF;
		font-size: 24px;
		margin-bottom: 20px;
		line-height: normal;
	}
	.breit-960 .content960 .textcontentElement {
		padding: 0px 150px 0px 0px;
	}
.breit-960 h2 {
	color: #E8821E;
	font-size: 16px;
	margin-bottom: 10px;
	line-height: normal;
}
.breit-960 ul {
	list-style: none;
}
.breit-960 ul li {
	background-image: url(../global_gfx/li_rechte-Spalte_bg.jpg);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 10px;
	margin-bottom: 5px;
}
.footerbreit {
	background-image: url(../global_gfx/footer-960_bg.jpg);
	background-repeat: no-repeat;
	font-size: 11px;
	color: #FFF;
	padding: 5px 15px;
}
	.footerbreit * {
		font-size: 11px;
	}
	.footerbreit a {
		font-size: 11px;
		color: #FFF;
	}














