@charset "utf-8";


/*---------------------------------------------------------------------------------------
--------------------------------------STANDARDS------------------------------------------
---------------------------------------------------------------------------------------*/


* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	list-style-type: none;
	color: #333333;
	font-size:12px;
}
body {
	background: #eaeaea;
}
h1 {
	font-size: 28px;
	color: #555;
	font-weight:lighter;
	padding: 0 0 0 0;
}
h2 {
	font-size: 20px;
	color: #555;
	padding: 0 0 20px 0;
}

	h2.headlineBig {
	font-size: 20px;
	color: #f5f5f5;
	margin: 0 0 10px 0;
	}

h3 {
	font-size: 18px;
	color: #555;
	font-weight:bold;
	padding: 0 0 10px 0;
}
h4 {
	font-size: 16px;
	color: #555;
	font-weight:bold;
	padding: 0 0 10px 0;
}

h5 {
	font-size: 12px;
	color: #333;
	font-weight:bold;
	padding: 0 0 10px 0;
}

h6 {
	font-size: 12px;
	color: #555;
	font-weight:bold;
	padding: 0 0 10px 0;
}

p {
	font-size:12px;
	margin: 0 0 10px 0px;
	line-height: 18px;
}


img {
	border:none;
}
/*---------------------------------------------------------------------------------------
--------------------------------------LAYOUT---------------------------------------------
---------------------------------------------------------------------------------------*/

div#container1 {
	width:100%;
	height:510px;
	background:url(../images/bg-container1.jpg) top center no-repeat;
}
	div#headContainer {
		width:960px;
		height:510px;
		margin:0 auto;
		background:url(../images/bg-headContainer.jpg) top center no-repeat;
	}
		h1 a#branding {
			width:230px;
			height:160px;
			display:block;
			text-indent: -2000px;
		}
		div#navigation{
			width:960px;
			height:45px;
			background:url(../images/bg-navigation.jpg) no-repeat;
			position:relative;
		}
		div#teaser{
			width:960px;
			height:305px;
			background:url(../images/bg-teaser.jpg) no-repeat;
		}
		
			a#teaser1{
			display:block;
			width:265px;
			height:65px;
			margin: 240px 0 0 0;
			text-indent:-2000px;
			float:left;
			}
			
				a#teaser1:hover{
				display:block;
				width:265px;
				height:65px;
				text-indent:-2000px;
				margin: 240px 0 0 0;
				background:url(../images/bg-teaser.jpg) no-repeat 0 -545px;
				float:left;
				}
			
			a#teaser2{
			display:block;
			width:225px;
			height:65px;
			margin: 240px 0 0 0;
			text-indent:-2000px;
			float:left;
			}
			
				a#teaser2:hover{
				display:block;
				width:225px;
				height:65px;
				text-indent:-2000px;
				margin: 240px 0 0 0;
				background:url(../images/bg-teaser.jpg) -265px -545px;
				float:left;
				}
			
			a#teaser3{
			display:block;
			width:240px;
			height:65px;
			margin: 240px 0 0 0;
			text-indent:-2000px;
			float:left;
			}
			
				a#teaser3:hover{
				display:block;
				width:240px;
				height:65px;
				text-indent:-2000px;
				margin: 240px 0 0 0;
				background:url(../images/bg-teaser.jpg) -490px -545px;
				float:left;
				}
				
			a#teaser4{
			display:block;
			width:227px;
			height:65px;
			margin: 240px 0 0 0;
			text-indent:-2000px;
			float:left;
			}
			
				a#teaser4:hover{
				display:block;
				width:227px;
				height:65px;
				text-indent:-2000px;
				margin: 240px 0 0 0;
				background:url(../images/bg-teaser.jpg) -730px -545px;
				float:left;
				}


div#container2 {
	width:100%;
	min-height:500px;
	background:url(../images/bg-container2.jpg) top center no-repeat;
}

* html div#container2 {
	width:100%;
	height:500px;
	background:url(../images/bg-container2.jpg) top center no-repeat;
}
	div#contentContainer {
		width:960px;
		min-height:500px;
		margin:0 auto;
		background:url(../images/bg-contentContainer.jpg) top center;
		}
		
	
	* html div#contentContainer {
		width:960px;
		height:500px;
		margin:0 auto;
		background:url(../images/bg-contentContainer.jpg) top center;
		}	
		
		
		div#contentMain1 {
			width:410px;
			min-height:500px;
			padding:27px 30px 0 50px;
			background:url(../images/bg-contentMain1.jpg) no-repeat;
			float:left;
		}
		
		div#content-column1 {
			width: 200px;
			float: left; }
			
			.content-column1 {
			width: 200px;
			float: left; }
			
		div#content-column2 {
			width: 200px;
			float: right; }
			
			.content-column2 {
			width: 200px;
			float: right; }
			
		
		* html div#contentMain1 {
			width:410px;
			height:500px;
			padding:27px 30px 0 50px;
			background:url(../images/bg-contentMain1.jpg) no-repeat;
			float:left;
		}
		
		div#contentMain2 {
			width:400px;
			min-height:500px;
			padding:30px 50px 0 20px;
			background:url(../images/bg-contentMain2.jpg) no-repeat;
			float:left;
		}
		
		* html div#contentMain2 {
			width:400px;
			height:500px;
			padding:30px 50px 0 20px;
			background:url(../images/bg-contentMain2.jpg) no-repeat;
			float:left;
		}
		
		
		
			.detailimpressionen{
			width:400px;
			height:30px;
			background: url(../images/bg-impressionen.jpg);
			margin: 0 0 30px 0;
			}
			
			.gallery a img{
			width:126px;
			height:126px;
			border: 2px solid #fff;
			}
			
			.gallery a{
			margin: 0 2px 0 0;
			}
			
			a.dowload{
			display:block;
			width:360px;
			height:24px;
			font-weight:bold;
			margin:10px 0 0 0;
			padding:12px 0 0 40px;
			color:#fff;
			text-decoration:underline;
			background:url(../images/bg-downloads.jpg) 0 -6px no-repeat;
			cursor:pointer;
			}
			
				
				a.dowload:hover{
					font-size:12px;
					text-decoration:none;
					color:#fff;
				}
				
				
				
			a.link1 {	
			display:block;
			width:360px;
			height:24px;
			font-weight:bold;
			margin:10px 0 0 0;
			padding:12px 0 0 40px;
			color:#fff;
			text-decoration:underline;
			background:url(../images/bg-link.jpg) 0 -6px no-repeat;
			cursor:pointer;
			}
		
			a.link1:hover{
					font-size:12px;
					text-decoration:none;
					color:#fff;
				}
			
			
			
			
div#container3 {
	width:100%;
	height:260px;
	background:url(../images/bg-container3.jpg) top center no-repeat;
}
	
	
	div#containerFooter {
		width:960px;
		height:260px;
		margin:0 auto;
		background:url(../images/bg-containerFooter.jpg) no-repeat;
		}
		div#footer {
			width:960px;
			height:260px;
			background:url(../images/bg-footer.jpg) no-repeat;
			
			}
			div#contentFooter1 {
				width:660px;
				height:210px;
				padding:40px 0 0 50px;
			}
			
			div.contentFooter1Text1{
			width:180px;
			height:150px;
			float:left
			}
			
			div.contentFooter1Text2{
			width:230px;
			height:130px;
			float:left;
			position:relative;
			}
				div.contentFooter1Text2 a{
				display:block;
				width:180px;
				height:30px;
				text-indent:-2000px;
				position:absolute;
				top:103px;
				left:6px;
				}
				
			
			div.contentFooter1Text3{
			position:relative;
			width:220px;
			height:130px;
			float:left
			}
			
				div.contentFooter1Text3 a{
				display:block;
				width:180px;
				height:30px;
				text-indent:-2000px;
				position:absolute;
				top:103px;
				left:6px;
				}
				
				
			
				div#contentFooter1 p, div#contentFooter1 p strong{
				font-size:11px;
				color:#f4f4f4;
				}
				
				
				div#contentFooter1 a, div#contentFooter1 .escape span {
				font-size:11px;
				text-decoration: underline;
				color: #fff;
				outline: none;
				}
				
				div#contentFooter1 a:hover, div#contentFooter1 a:hover span {
					font-size:11px;
					text-decoration:none;
					color:#fff;
				}
/*---------------------------------------------------------------------------------------
--------------------------------------KLASSEN-----------------------------------------------
---------------------------------------------------------------------------------------*/
.clear {
	clear: both;
}
.float_left {
	float:left;
}
.float_right {
	float:right;
}
.strong_text {
	color:#f3f3f3;
	font-weight:bold;
}
.red {
	color:#ac0000;
}
ul.auflistung {
	padding: 5px 0 10px 20px;
}
ul.auflistung li {
	padding: 0 0 10px 20px;
	background:url(../images/li-icon.jpg) 0 4px no-repeat;
	color:#333;
}

.spacer{
width:250px;
height:60px;
}

.line{
width:390px;
height:1px;
border-bottom: 1px dashed #333;
margin: 10px 0 0 0;
}


div.downloadContainer{
width:390px;
min-height:60px;
margin: 0 0 30px 0;
}

* html div.downloadContainer{
width:390px;
height:60px;
margin: 0 0 30px 0;
}
/*---------------------------------------------------------------------------------------
--------------------------------------NAVIGATION-----------------------------------------
---------------------------------------------------------------------------------------*/

div#navigation ul{
		width:900px;
		height:45px;
		padding: 0 0 0 30px;
		}
		
		
		div#navigation ul li{
			height:45px;
			width:100px;
			float:left;
				}
			
			
			div#navigation ul li a{
				display:block;
				text-indent:-2000px;
				height:45px;
				width:100px;
				text-decoration:none;
				}

			div#navigation ul li a.b1{
					background:url(../images/bg-navigation.jpg) -30px 0 no-repeat;
					}
					div#navigation ul li a.b1:hover{
					background:url(../images/bg-navigation.jpg) -30px -45px;
					}
					
					
			div#navigation ul li a.b2{
					background:url(../images/bg-navigation.jpg) -130px 0  no-repeat;
					}
					div#navigation ul li a.b2:hover{
					background:url(../images/bg-navigation.jpg)  -130px -45px ;
					}
					
					
			div#navigation ul li a.b3{
					background:url(../images/bg-navigation.jpg) -230px 0 no-repeat;
					}
					div#navigation ul li a.b3:hover{
					background:url(../images/bg-navigation.jpg)  -230px -45px ;
					}
					
					
			div#navigation ul li a.b4 {
					background:url(../images/bg-navigation.jpg) -330px 0 no-repeat;
					}
					div#navigation ul li a.b4:hover{
					background:url(../images/bg-navigation.jpg)  -330px -45px ;
					}
					
			
			div#navigation ul li a.b5 {
					background:url(../images/bg-navigation.jpg) -430px 0 no-repeat;
					}
					div#navigation ul li a.b5:hover{
					background:url(../images/bg-navigation.jpg)  -430px -45px ;
					}
					
					
			div#navigation ul li a.b6 {
					background:url(../images/bg-navigation.jpg) -530px 0 no-repeat;
					}
					div#navigation ul li a.b6:hover{
					background:url(../images/bg-navigation.jpg)  -530px -45px ;
					}
					
			
			div#navigation ul li a.b7 {
					background:url(../images/bg-navigation.jpg) -630px 0 no-repeat;
					}
					div#navigation ul li a.b7:hover{
					background:url(../images/bg-navigation.jpg)  -630px -45px ;
					}
					
					
			div#navigation ul li a.b8 {
					background:url(../images/bg-navigation.jpg) -730px 0 no-repeat;
					}
					div#navigation ul li a.b8:hover{
					background:url(../images/bg-navigation.jpg)  -730px -45px ;
					}
					
					
			div#navigation ul li a.b9 {
					background:url(../images/bg-navigation.jpg) -830px 0 no-repeat;
					}
					div#navigation ul li a.b9:hover{
					background:url(../images/bg-navigation.jpg)  -830px -45px ;
					}
					
					
					
						


/*---------------------------------------------------------------------------------------
--------------------------------------SUBNAVI1--------------------------------------------
---------------------------------------------------------------------------------------*/
#navigation li ul { 
		position : absolute;
		width:200px;
		height:118px;
		background:url(../images/bg-subnavi1.jpg) no-repeat;
		left:-2000px;
		margin-left :227px;
		margin-top :15px;
		padding: 10px 0 0 23px;
	}


#navigation ul li ul li{
	width:180px;
	height:17px;
	}


#navigation ul li ul a{
			display:block;
			color:#000;
			font-size:11px;
			text-indent:0px;
			width:169px;
			height:16px;
			}
			
#navigation ul li ul a:hover{
			display:block;
			font-size:11px;
			text-decoration:underline;
			width:169px;
			height:16px;
			padding:0;
			}



#navigation  li:hover ul, #navigation li.sfhover ul {
left:2px;
top:30px;
}




/*---------------------------------------------------------------------------------------
--------------------------------------SUBNAVI1-1--------------------------------------------
---------------------------------------------------------------------------------------*/
#navigation li ul li ul.subnavi1-1{ 
		position : absolute;
		width:200px;
		height:46px;
		background:url(../images/bg-subnavi1-1.jpg) no-repeat;
		left:-2000px;
		margin-left : 198px;
		margin-top : -29px;
		padding: 8px 0 0 32px;
		z-index:1000;
	}


#navigation ul li ul li ul.subnavi1-1 li{
	width:200px;
	height:16px;
	}


#navigation ul li ul li ul.subnavi1-1 a{
			display:block;
			color:#000;
			font-size:11px;
			text-indent:0px;
			width:150px;
			height:16px;
			}
			
#navigation ul li ul li ul.subnavi1-1 a:hover{
			display:block;
			font-size:11px;
			text-decoration:underline;
			width:150px;
			height:16px;
			padding:0;
			left:0px;
			}



#navigation  li ul li:hover ul.subnavi1-1, #navigation li ul li.sfhover ul.subnavi1-1{
left:2px;
top:30px;
}





/*---------------------------------------------------------------------------------------
--------------------------------------SUBNAVI1-2--------------------------------------------
---------------------------------------------------------------------------------------*/
#navigation li ul li ul.subnavi1-2{ 
		position : absolute;
		width:200px;
		height:63px;
		background:url(../images/bg-subnavi1-2.jpg) no-repeat;
		left:-2000px;
		margin-left : 198px;
		margin-top : 5px;
		padding: 8px 0 0 32px;
		z-index:1000;
	}


#navigation ul li ul li ul.subnavi1-2 li{
	width:200px;
	height:16px;
	}


#navigation ul li ul li ul.subnavi1-2 a{
			display:block;
			color:#000;
			font-size:11px;
			text-indent:0px;
			width:150px;
			height:16px;
			}
			
#navigation ul li ul li ul.subnavi1-2 a:hover{
			display:block;
			font-size:11px;
			text-decoration:underline;
			width:150px;
			height:16px;
			padding:0;
			left:0px;
			}



#navigation  li ul li:hover ul.subnavi1-2, #navigation li ul li.sfhover ul.subnavi1-2{
left:2px;
top:30px;
}


/*---------------------------------------------------------------------------------------
--------------------------------------SUBNAVI2-1--------------------------------------------
---------------------------------------------------------------------------------------*/
#navigation li ul li ul.subnavi2-1{ 
		position : absolute;
		width:200px;
		height:63px;
		background:url(../images/bg-subnavi1-3.jpg) no-repeat;
		left:-2000px;
		margin-left :198px;
		margin-top :39px;
		padding: 8px 0 0 32px;
		z-index:1000;
	}


#navigation ul li ul li ul.subnavi2-1 li{
	width:200px;
	height:16px;
	}


#navigation ul li ul li ul.subnavi2-1 a{
			display:block;
			color:#000;
			font-size:11px;
			text-indent:0px;
			width:150px;
			height:16px;
			}
			
#navigation ul li ul li ul.subnavi2-1 a:hover{
			display:block;
			font-size:11px;
			text-decoration:underline;
			width:150px;
			height:16px;
			padding:0;
			left:0px;
			}



#navigation  li ul li:hover ul.subnavi2-1, #navigation li ul li.sfhover ul.subnavi2-1{
left:2px;
top:30px;
}

/*---------------------------------------------------------------------------------------
--------------------------------------DATEN--------------------------------------------
---------------------------------------------------------------------------------------*/



/*IMPRESSUM*/

#adressdaten {
	float: left;
	width: 300px;
}
#geschaeftsdaten {
	float: left;
	width: 300px;
}
#datenschutzhinweis p {
	font-size: 11px;
}
/*---------------------------------------------------------------------------------------
--------------------------------------LINKS----------------------------------------------
---------------------------------------------------------------------------------------*/


a, .escape span {
	font-size:12px;
	text-decoration: underline;
	color: #770a4a;
	outline: none;
}
a:hover, a:hover span {
	font-size:12px;
	text-decoration:none;
	color:#770a4a;
}


/*---------------------------------------------------------------------------------------
--------------------------------------NEWS----------------------------------------------
---------------------------------------------------------------------------------------*/

div.cmsContainer2{
width:390px;
min-height:60px;
margin: 0px 0 30px 0px;
}


* html div.cmsContainer2{
width:390px;
height:60px;
margin: 0px 0 30px 0px;
}

div.cmsContainer2 div.cmsImg{
		margin:0 0 0 20px;
		width:100px;
		height:100px;
		float:left;
		}
		
		div.cmsContainer2 div.cmsText{
		width:260px;
		min-height:50px;
		float:left;
		}
		
		* html div.cmsContainer2 div.cmsText{
		width:260px;
		height:50px;
		float:left;
		}
		
		
		
		

a.vcard{
width:225px;
height:24px;
display:block;
background:url(../images/bg-vcard.jpg) no-repeat;
text-indent:-2000px;
}
		