* {
	padding:0;
	margin:0;
}

IMG {
	border:none;
}

BODY {
	background-image:url(../images/gfx_02.png);
	background-color:#C4DFFF;
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.clear {
	clear:both;
}

p {
line-height:1.5em;
color:#333333;
margin-bottom:10px;
}

#wrapper {
	background-image:url(../images/gfx_18.png);
	background-repeat:repeat-y;
	position:relative;
	width:982px;
	left:50%;
	margin:0 0 0 -491px;
	overflow:hidden;
}

	#header {
		position:relative;
		background-image:url(../images/gfx_04.png);
		background-repeat:no-repeat;
		width:982px;
		height:106px;
	}
	
	#logo {
	position:absolute;
	left:708px;
	top:23px;
	}
	
		#header_text {
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#999;
			padding-top:67px;
			padding-left:256px;
		}
		
		#header-grafik {
		position:relative;
		width:982px;
		height:180px;
		background-image:url(../images/gfx_07.png);
		}
		#grafik {
		position:absolute;
		left:252px;
		top:1px;
		}
		
	#horizontal_menu {
		background-image:url(../images/gfx_06.png);
		background-repeat:no-repeat;
		width:982px;
		height:33px;
		padding-left:12px;
	}
	
		#horizontal_menu UL {
			list-style:none;
		}
		
		#horizontal_menu LI {
			float:left;
			line-height:2.2;
		}
		
		#horizontal_menu A {
			float:left;
			background-image:url(../images/gfx_08.png);
			background-repeat:no-repeat;
			background-position:right;
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#fff;
			text-decoration:none;
			padding:0 18px;
			height:33px;
			display:block;

		}
		
		#horizontal_menu A:hover, #hm-active {
			text-decoration:none!important;
			background-image:url(../images/gfx_05.png)!important;
			background-repeat:repeat-x!important;
			height:33px!important;
			display:block!important;
		}

	#menu {
		float:left;
		width:239px;
		padding-bottom:30px;
	}
	
		#menu UL {
			list-style:none;
			margin-top:35px;
			margin-left:30px;
		}
		
		#menu LI.last {
			border-bottom:1px solid #c7e3f7;
		}
		
		#menu A {
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#0f63c5;
			line-height:1.5em;
			text-decoration:none;
			padding:5px 10px 5px 10px;
			display:block;
			border-top:1px solid #c7e3f7;
			margin-top:1px;		
			
		}
		
		#menu A:hover {
			background-image:url(../images/bg-navi-hover.png);
			background-position:right top;
			background-repeat:no-repeat;
			
		}
		
		#sub-active {
		background-image:url(../images/bg-navi-active.png)!important;
		background-position:right top!important;
		}
	
	#content {
		float:right;
		width:550px;
		margin-right:163px;
		display:inline;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#333;
		padding-bottom:30px;
	}

		#content H1 {
			margin-top:30px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:24px;
			font-weight:200;
			color:#0b448a;
			margin-bottom:15px;
		}
		#content h3 {
			margin-top:0px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:15px;
			font-weight:bold;
			color:#72716D;
			margin-bottom:15px;
		}
		
		#content H2 {
			font-family:Arial, Helvetica, sans-serif;
			font-size:16px;
			font-weight:600;
			color:#0b448a;
			line-height:2.1;
		}
		
		#content UL {
			margin-left:20px;
			margin-bottom:10px;
		}
		
		#content LI {
			list-style-image:url(../images/gfx_15.png);
			line-height:1.5;
		}

	#footer {
		background-image:url(../images/gfx_20.png);
		background-repeat:no-repeat;
		width:982px;
		height:35px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#999;
		text-align:left;
	}
	
	#footer UL {
		list-style:none;
		padding-left:240px;
		border-top:1px solid #0F63C5;
		margin-left:29px;
		margin-right:29px;
	}
	
	#footer LI {
		float:left;
		line-height:2.2;
	}
	
	#footer A {
		color:#999;
		text-decoration:none;
	}
	
	#footer A:hover {
		text-decoration:underline;
	}
	
	
	.referenz {
	overflow:auto !important;  /* für moderne Browser */
    overflow:inherit;
	clear:both;
	width:510px;
	padding:20px 20px 10px 20px;
	margin-bottom:20px;
	background-color:#E3F1FB;
	}
	.ref-left {
	float:left; width:140px;
	}
	.ref-left p {
	font-weight:bold;
	}
	.ref-right {
	float:right; width:370px;
	}
	.ref-h2 {
	padding-top:20px;
	}
	.ref-clearer {
	clear:both;
	float:none;
	height:1px;
	border-top:1px solid #0B448A;
	}
	
	#slideshow{
	position:absolute;
	left:252px;
	top:1px;
	width:595px;
	height:179px;
	background:transparent;
}
#slideshow img {
 display:none;
 position:absolute;
 top:0; left:0;
}
#slideshow img.start {
 display:block;
}
