@charset "utf-8";
/*---------------------------------------------------------------------------------------
--------------------------------------AUTHOR: the big babooh-----------------------------
---------------------------------------------------------------------------------------*/


/*---------------------------------------------------------------------------------------
--------------------------------------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: #efe7c0 url(../images/bg-body.jpg) repeat-x;
	}
	
h1 {
	font-size: 28px;
	color: #555;
	font-weight:lighter;
}
h2 {
	font-size: 20px;
	color: #555;
	
	margin: 0 0 35px 0;
}

	h2.headlineBig {
	font-size: 26px;
	color: #333;
	}


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 20px 0px;
	line-height: 18px;
}
img {
	border:none;
}
/*---------------------------------------------------------------------------------------
--------------------------------------LAYOUT---------------------------------------------
---------------------------------------------------------------------------------------*/

div#container1 {
	width:100%;
	height:535px;
	background:url(../images/bg-container1.jpg) top center no-repeat;
}
	div#headContainer {
		width:960px;
		height:535px;
		margin:0 auto;
		background:url(../images/bg-headContainer.jpg) top center no-repeat;
	}
	
		div#navigation{
			width:470px;
			height:45px;
		}
	
		h1 a#branding {
			width:310px;
			height:290px;
			display:block;
			text-indent: -2000px;
		}
		
		div.teaser {
			width:960px;
			height:200px;
		}
		
		
			div.teaser a.teaser1 {
			display:block;
			text-indent:-2000px;
			width:316px;
			height:140px;
			float:left;
			}
			
			div.teaser a.teaser2 {
			display:block;
			text-indent:-2000px;
			width:310px;
			height:140px;
			float:left;
			}
			
			div.teaser a.teaser3 {
			display:block;
			text-indent:-2000px;
			width:320px;
			height:140px;
			float:left;
			}
		
		


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

* html div#container2 {
	width:100%;
	height:470px;
	background:url(../images/bg-container2.jpg) top center no-repeat;
}
	div#contentContainer {
		width:960px;
		min-height:470px;
		margin:0 auto;
		background:#f7f2d9 url(../images/bg-contentContainer.jpg) no-repeat;
		}
		
	* html div#contentContainer {
		width:960px;
		height:470px;
		margin:0 auto;
		background:#f7f2d9 url(../images/bg-contentContainer.jpg) no-repeat;
		}	
		
		div#contentMain1 {
			width:310px;
			height:470px;
			padding: 65px 0 0 45px;
			background:url(../images/bg-contentMain1.jpg) no-repeat;
			float:left;
		}
		div#contentMain2 {
			width:580px;
			min-height:465px;
			padding:5px 0 25px 0;
			background:url(../images/bg-contentMain2.jpg) no-repeat;
			float:left;
		}
		
		* html div#contentMain2 {
			width:580px;
			height:465px;
			padding:5px 0 25px 0;
			background:url(../images/bg-contentMain2.jpg) no-repeat;
			float:left;
		}
		
		
			div.gallery{
			height:220px;
			}
		
		
			div.gallery a{
			display:block;
			width:120px;
			height:120px;
			float:left;
			margin: 0 10px 0 0;
			}
		
			div.gallery a img{
			width:120px;
			height:120px;
			border:2px solid #fff;
			}

div#container3 {
	width:100%;
	height:100px;
	background:url(../images/bg-container3.jpg) top center no-repeat;
}
	
	
	
/*---------------------------------------------------------------------------------------
--------------------------------------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: 0 0 20px 20px;
}
ul.auflistung li {
	padding: 0 0 10px 20px;
	background:url(../images/li-icon.jpg) 0 6px no-repeat;
	color:#333;
}

hr{
width:580px;
height:1px;
margin: 0 0 30px 0;
border: dashed 1px #333;
}


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

/*---------------------------------------------------------------------------------------
--------------------------------------NAVIGATION-----------------------------------------
---------------------------------------------------------------------------------------*/

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

			div#navigation ul li a.b1{
					width:86px;
					background:url(../images/bg-navigation.jpg) 0 0 no-repeat;
					}
					div#navigation ul li a.b1:hover{
					background:url(../images/bg-navigation.jpg)  0px -45px ;
					}
					
					
			div#navigation ul li a.b2{
					width:59px;
					background:url(../images/bg-navigation.jpg) -86px 0px no-repeat;
					}
					div#navigation ul li a.b2:hover{
					background:url(../images/bg-navigation.jpg)  -86px -45px ;
					}
					
					
			div#navigation ul li a.b3{
					width:83px;
					background:url(../images/bg-navigation.jpg) -145px 0px no-repeat;
					}
					div#navigation ul li a.b3:hover{
					background:url(../images/bg-navigation.jpg)  -145px -45px ;
					}
					
					
			div#navigation ul li a.b4 {
					width:65px;
					background:url(../images/bg-navigation.jpg) -228px 0px no-repeat;
					}
					div#navigation ul li a.b4:hover{
					background:url(../images/bg-navigation.jpg)  -228px -45px ;
					}
					
					
					
			div#navigation ul li a.b5 {
					width:66px;
					background:url(../images/bg-navigation.jpg) -293px 0px no-repeat;
					}
					div#navigation ul li a.b5:hover{
					background:url(../images/bg-navigation.jpg)  -293px -45px ;
					}
					
					
			div#navigation ul li a.b6 {
					width:110px;
					background:url(../images/bg-navigation.jpg) -359px 0px no-repeat;
					}
					div#navigation ul li a.b6:hover{
					background:url(../images/bg-navigation.jpg)  -359px -45px ;
					}		
							




/*---------------------------------------------------------------------------------------
--------------------------------------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: #08315f;
	outline: none;
}
a:hover, a:hover span {
	font-size:12px;
	text-decoration:none;
	color:#08315f;
}

div#informationBox {
	background:#10182d url(../images/icon-attention.png) 10px center no-repeat;
	padding:6px 10px 6px 60px;
	margin:10px 0;
	color:#fff;
	width:310px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	 }
	div#informationBox strong {
	color:#fff;
	padding:0 0 5px 0;
}
