/* CSS Document */

* { margin:0px; padding:0px; }
.shadow img, .shadow DIV { behavior: url("/iepngfix.htc") }

/** Global Styles **/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix { zoom:1; }

BODY {
	background-color:#FFFFFF;
	background-image:url(../img/body_bg.jpg);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.shadow {
	 background:url(../img/shadow.png) no-repeat bottom right;
	 padding: 0px 11px 11px 0px;
	 float:left;
}


#wrap, #header, #content, #footer{
	width:962px;
}

#wrap{
	display:block;
	margin:0 auto;
	position:relative;
}

#wrap:after{content:"";}

#header{
	position:relative;
	height:317px;
	top:60px;
}

#footer {
	background-image:url(../img/footer_bg.jpg);
	height:27px;
	border:1px solid #C6C6C6;
	clear:both;
	padding-bottom:18px;
	width:948px;
}

#servicenav {
	clear:both;
	padding-bottom:38px;
	width:948px;
}

	#logo{
	position:absolute;
	top:-50px;
	left:0px;
	display:block;
	width:390px;
	height:70px;
	background-image:url(../img/logo.png);
	background-repeat:no-repeat;
	}
	/*#logo img { behavior: url(iepngfix.htc); }*/
	
		#logo span{
		display:none;
		}
	
	DIV#topnavi {
		position:absolute;
		top:10px;
		right:-2px;
		height:70px;
	}
	
		
		DIV#topnavi UL  {
			background-image:url(../img/topnav-right.jpg); 
			background-repeat:no-repeat;
			background-position:right;
		}
			
			#topnavi LI {
				list-style:none;
				background-image:url(../img/topnav-bg.jpg); 
				background-repeat:repeat-x;
				float:left;
				height:50px;
			}
			
			#topnavi LI A {
				color:#fff;
				font-size:11px;
				font-weight:bold;		
				display:block;
				padding:20px 20px;	
				background-image:url(../img/topnav-trenner.jpg); 
				background-position:0 6px;
				background-repeat:no-repeat;
			}

			#topnavi LI A.first {
				background-image:none;
			}
			
			#topnavi LI A:HOVER {
				color:#B2E0EE;
				text-decoration:none;
			}

#content{
	position:absolute;
	top:385px;
}

DIV.popupbox {
	border: 1px solid #5479AC;
	width:100%;
	background-color:#ffffff;
	background-image:url(/img/teaserbox_bg.gif);
	background-repeat:repeat-x;
	margin-right:-1px; 
	float:left;
}

.popupbox P, H4 {
	padding-left:10px;
	padding-right:10px;
}


DIV.teaserbox {
	border: 1px solid #5479AC;
	height:237px;
	width:228px;
	overflow:hidden;
	background-image:url(../img/teaserbox_bg.gif);
	margin-right:-1px; 
	float:left;
}
	.teaserbox H3, .popupbox H3 {
		background-image:url(../img/teaserhead_bg.gif);
		margin-bottom:0px;
		height:48px;
		font-size:10px;
		padding:0px;
		margin:0px;
		display:block;
		overflow:hidden;
	}
	
	.teaserbox H3 IMG {
		position:relative;
		background-image:url(../img/teaserhead_bg.gif);
		margin-top:-10px;
		margin-bottom:0px;
		height:48px;
	}


TABLE.liste {
	width:100%;
	border:0 none;
	border-collapse:collapse;
	margin-top:6px;
}
TABLE.liste TR {
	cursor:pointer;
}
TABLE.liste TR:HOVER {
	background-color:#DEE3E7;
}
TABLE.liste TD {
	padding:3px 7px;
	font-size:12px;
}
TABLE.liste TD A:HOVER {
	text-decoration:none;
	color:#333333;
}


#searchbox {
	 position:absolute;
	 right:20px; 
	 text-align:center; 
	 background:transparent url(../pictures/search_bg.jpg) 0 0 no-repeat; 
	 background-position:bottom left; 
	 height:307px; 
	 width:272px; 
}

#searchbox TABLE.searchtable {
	margin-left:15px;
	margin-top:20px;
	color:#fff;
	border-collapse:collapse;
}

TABLE.searchtable TD {
	text-align:left;
	color:#fff;
	padding:0px 5px 4px 3px;
}

