* {
	color:#3B3B3B;
	margin:0px;
	padding:0px;
}


body{
	text-align:center;
	font-family: Arial;
	font-size:12px;
}



#container{
	margin:0px auto;
	text-align:left;
	width:955px;
}
	
	#header_print{
		display:none;
	}

	#header{
		width:955px;
		height:154px;
		margin-bottom:1px;
		background-image:url(../img/header2.jpg);
	}
	
		#header_left{
			float:left;
			width:670px;
		}

		#navigation_service{
			width:150px;
			height:20px;
			margin-top:15px;
			margin-left:20px;
		}
		
			*html #navigation_service{
				margin-left:10px;
			}
			
			#navigation_service li{
				display:inline;
			}
		
		#logo{
			margin-top:42px;
			float:left;
		}
		
		#navigation_customer{
			width:185px;
			height:20px;
			margin-top:15px;
			text-align:right;
			float:left;
		}
		
			#navigation_customer a{
				background-image:url(../img/kundenlogin.gif);
				background-repeat:no-repeat;
				padding-left:20px;
				padding-right:5px;
				text-decoration:none;
			}
			
				#navigation_customer a:hover{
					font-weight:bold;
				}
		
		
		
		#navigation_main{
			margin-left:125px;
		}
		
			#navigation_main li{
				display:inline;
			}
		
			#navigation_main a{
				display:block;
				float:left;
				padding:0px 10px;
				text-decoration:none;
				border-right:1px solid #000000;
			}
			
				#navigation_main a:hover{
					font-weight:bold;
				}
				
			#navigation_main a.active{
				font-weight:bold;
			}	
	
		#headertext{
			margin-left:126px;
			height:60px;
		}
			
			#headertext img{
				float:left;
			}
	
	#top{
		width:955px;
		height:62px;
		margin-bottom:1px;
	}
	
		#imageline{
			width:759px;
			height:62px;
			background-color:#84CDED;
			float:left;
		}
		
		#search{
			width:196px;
			height:38px;
			float:left;
			background-image:url(../img/search.gif);
			background-repeat:no-repeat;
			padding-top:5px;
		}
		
			#search h1{
				font-family: Arial;
				font-size:12px;
				margin-bottom:5px;
				margin-left:31px;
			}
		
			*html #search{
				height:38px;
			}
		
			#search input.field{
				margin-left:30px;
				width:130px;
				height:19px;
				border:1px solid #666666;
				float:left;
				padding-top:3px;
			}
			
				
			
			#search input.button{
				float:left;
			}
	
	#main{
		width:955px;
		background-image:url(../img/background.gif);
	}
	
		#navigation_sub{
			width:180px;
			float:left;
			margin-right:15px;
			background-color:#FFFFFF;
		}
		
			#navigation_sub ul{
				margin-bottom:18px;
			}
			
			#navigation_sub ul ul{
				margin-bottom:0px;
				
			}
		
			#navigation_sub li{
				list-style-type:none;
				margin:0px;
				padding:0px;
			}
			
				#navigation_sub li a{
					display:block;
					width:160px;
					padding-left:20px;
					padding-bottom:2px;
					padding-top:2px;
					border-bottom:1px solid #CFD3D6;
					text-decoration:none;
				}
				
					*html #navigation_sub li a{
						width:160px;
					}
					
					#navigation_sub li a:hover{
						background-color:#BEE5F6;
					}
					
				#navigation_sub li a.active{
					font-weight:bold;
					background-color:#BEE5F6;
				}
				
				#navigation_sub li.sub1{
					line-height:normal;
				}
				
				#navigation_sub li.sub1 a{
					display:block;
					width:138px;
					padding-left:42px;
					padding-bottom:2px;
					padding-top:2px;
					background-color:#EDF8FC;
					border-bottom:1px solid #CFD3D6;
					text-decoration:none;
				}
				
					*html #navigation_sub li.sub1 a{
						width:138px;
					}
					
					#navigation_sub li.sub1 a:hover{
						background-image:url(../img/navi_dot.gif);
						background-repeat:no-repeat;
						background-color:#EDF8FC;
					}
					
				#navigation_sub li.sub1 a.active{
					color:#0B5675;
					background-image:url(../img/navi_dot.gif);
					background-repeat:no-repeat;
				}
		
			#language{
				width:153px;
				height:84px;
				background-image:url(../img/language.gif);
				padding-top:38px;
				padding-left:27px;
			}
			
				*html #language{
					width:153px;
					height:84px;
				}
			
				#language li{
					display:inline;
					padding-left:2px;
				}
			
				#language li a{
					display:inline;
					padding:0px;
					border:none;
				}
				
				#language li a.icon:hover{
					background-color:none;
				}
		
		#content_container{
			float:left;
		}
		
			#rootline{
				height:20px;
				width:349px;
				margin-top:10px;
				margin-bottom:7px;
				margin-left:174px;
				color:#999999;
				font-size:11px;
			}
			
				#rootline a{ 
					color:#999999;
					font-size:11px;
					text-decoration:none;
					padding-left:0px;
					padding-right:5px;
				}
				
					#rootline a:hover{ 
						color:#0B5675;
					}
			
			#images{
				width:160px;
				float:left;
				margin-right:15px;
				text-align:right;
			}
			
				#images ul{
					margin-top:10px;
				}
			
				#images li{
					display:inline;
				}
			
			#content{
				width:355px;
				float:left;
				margin-right:33px;
			}
			
				*html #content{	
					margin-right:17px;
				}
			
			
				#content h1{
					font-family: Arial;
					font-size:12px;
					width:325px;
					height:24px;
					background-image:url(../img/headline.gif);
					padding-left:25px;
					padding-top:5px;
					margin-bottom:10px;
				}
				
					*html #content h1{
						width:325px;
						height:24px;
					}
				
				#content p, #content p.bodytext{
					text-align:justify;
					margin-bottom:10px
				}
				
				#content i, #content em{
					display:block;
					width:350px;	
				}
				
				#content blockquote{
					margin-left:20px;
				}
				
				#content p.align-center{
					text-align:center;
					margin-bottom:10px
				}
				
				#content p.align-right{
					text-align:right;
					margin-bottom:10px
				}
				
				#content p.align-left{
					text-align:left;
					margin-bottom:10px
				}
				
				#content h2{
					font-family: Arial;
					font-size:12px;
					font-weight:bold;
					text-align:justify;
				}
				
				#content h3{
					font-weight:normal;
					color:#999999;
					text-align:justify;
				}
				
				#content ol, #content ul{
					
					margin-left:20px;
				}
				
				#content li{
					margin-left:3px;
					text-align:left;				}
				
				#content a:hover{
					color:#37AFE1;
				}
				
				#content .tx_newsflexible_teaserimage{
					float:left;
					margin-right:5px;
				}
				
				#content img{
				  border:none;
				}
				
		
		#service{
			width:196px;
			float:left;
			background-color:#FFFFFF;
			margin-bottom:10px;
		}
		
			#service h1{
				font-family: Arial;
				font-size:12px;
				width:164px;
				background-image:url(../img/service_dot.gif);
				background-repeat:no-repeat;
				background-color:#FFFFFF;
				border:1px solid #C4DBE3;
				padding-left:30px;
				padding-top:5px;
				padding-bottom:5px;
			}
			
				*html #service h1{
					width:164px;
				}
				
			#service p{
				font-family: Arial;
				font-size:12px;
				width:164px;
				background-color:#EDF8FC;
				border:1px solid #C4DBE3;
				border-top:none;
				margin-bottom:10px;
				padding-left:30px;
				padding-top:5px;
				padding-bottom:5px;
			}
			
				*html #service p{
					width:164px;
				}
				
			#service a{
				text-decoration:none;
				font-weight:bold;
			}
			
				#service a:hover{
					color:#0B5675;
				}
			
		#totop a{
			width:80px;
			display:block;
			color:#37AFE1;
			background-image:url(../img/toptop.gif);
			background-repeat:no-repeat;
			padding-left:20px;
			text-decoration:none;
			margin-top:20px;
		}
		
		#totop a:hover{
			text-decoration:underline;	
		}



/*
**************************************
*  S I T E M A P
**************************************
*/


td.sitemap1{
	line-height : 150%;
	color: #333333;
	margin-bottom : 1px;
	padding-bottom : 0px;
	padding-right:5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	height: 30px;
	vertical-align: bottom;
	text-decoration: none;
}

td.sitemap1 a{
	font-size : 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}


td.sitemap2 {
	line-height : 150%;
	color: #333333;
	margin-top : 1px;
	margin-bottom : 1px;
	padding-bottom : 0px;
	padding-right:5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	vertical-align: bottom;
	height: 25px;
	text-decoration: none;
}

td.sitemap2 a{
	font-size : 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

td.sitemap3 {
	line-height : 150%;
	color: #333333;
	margin-top : 1px;
	margin-bottom : 1px;
	padding-bottom : 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	vertical-align: bottom;
	text-decoration: none;
}

td.sitemap3 a{
	font-size : 11px;
	color: #333333;
	text-decoration: none;
}


/*
**************************************
*  K O N T A K T
**************************************
*/

#content fieldset{
	border:0px;
}

#content label{
	display:block;
	float:left;
	width:75px;
	margin-bottom:5px;
}

#content input{
	display:block;
	float:left;
	margin-bottom:5px;
	width:250px;
}

#content textarea{
	display:block;
	float:left;
	margin-bottom:15px;
	width:250px;
}


/*
**************************************
*  N E W S
**************************************
*/
#content .tx_newsflexible_more {
	margin-bottom: 10px;
}

#images .tx_newsflexible_teaserimage2 {
	height: 80px;
	margin-top: 20px;
}