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


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


* {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	list-style-type: none;
	color: #333333;
	font-size:12px;
}
body {
	background: #e1e1e1;
}
h1 {
	font-size: 28px;
	color: #555;
	font-weight:lighter;
	padding: 0 0 0 0;
}
h2 {
	font-size: 17px;
	color: #d3d3d3;
	font-weight:lighter;
	padding: 15px 0 0 65px;
}
h3 {
	font-size: 18px;
	color: #555;
	font-weight:bold;
	padding: 0 0 10px 0;
}
h4 {
	font-size: 14px;
	color: #e95200;
	padding: 15px 0 10px 0;
}

h5 {
	font-size: 14px;
	color: #555;
	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:425px;
	background:url(../images/bg-container1.jpg) top center no-repeat;
}
	div#headContainer {
		width:960px;
		height:425px;
		margin:0 auto;
	}
		h1 a#branding {
			width:310px;
			height:105px;
			display:block;
			text-indent: -2000px;
			float:left;
		}
		div#navigationAdditional {
			width:650px;
			height:50px;
			float:left;
		}
		div#head {
			width:650px;
			height:320px;
			background:url(../images/bg-head.jpg) no-repeat;
			float:left;
		}
		
		div#navigation {
			width:310px;
			height:320px;
			background:url(../images/bg-navigation.jpg) no-repeat;
			float:left;
		}


div#container2 {
	width:100%;
	min-height:400px;
}

* html div#container2 {
	width:100%;
	height:400px;
}
	div#contentContainer {
		width:960px;
		min-height:400px;
		margin:0 auto;
		}
		
	* html div#contentContainer {
		width:960px;
		height:400px;
		margin:0 auto;
		}	
		
		div#contentMain1 {
			width:330px;
			min-height:380px;
			float:left;
			padding:20px 0 0 0;
		}
		
		* html div#contentMain1 {
			width:330px;
			height:380px;
			float:left;
			padding:20px 0 0 0;
		}
		
			div.boxSmall{
			width:320px;
			min-height:315px;
			}
			
			* html div.boxSmall{
			width:320px;
			height:315px;
			}
				div.boxSmallHeadline{
				width:320px;
				height:50px;
				background:url(../images/bg-boxSmallHeadline.jpg);
				}
				
				div.boxSmallGuestbook{
				width:320px;
				height:50px;
				background:url(../images/bg-boxSmallGuestbook.jpg);
				margin:0 0 20px 0;
				}
				
				div.boxSmallContent{
				margin:1px 0 0 0;
				width:288px;
				min-height:200px;
				background:#ededed;
				border: 1px solid #cacaca;
				padding: 20px 0 0 30px;
				}
				
				* html div.boxSmallContent{
				margin:1px 0 0 0;
				width:288px;
				height:200px;
				background:#ededed;
				border: 1px solid #cacaca;
				padding: 20px 0 0 30px;
				}
				
				
				div.boxSmallFooter{
				width:320px;
				height:51px;
				background:url(../images/bg-boxSmallFooter.jpg);
				}
			
		div#contentMain2 {
			width:630px;
			min-height:380px;
			float:left;
			padding:20px 0 0 0;
		}
		
		* html div#contentMain2 {
			width:630px;
			height:380px;
			float:left;
			padding:20px 0 0 0;
		}
		
			div.boxBig{
			width:630px;
			min-height:315px;
			}
			
			* html div.boxBig{
			width:630px;
			height:315px;
			}
				div.boxBigHeadline{
				width:630px;
				height:50px;
				background:url(../images/bg-boxBigHeadline.jpg);
				}
				
				div.boxBigContent{
				margin:1px 0 0 0;
				width:568px;
				min-height:200px;
				background:#ededed;
				border: 1px solid #cacaca;
				padding: 35px 30px 0 30px;
				}
				
				* html div.boxBigContent{
				margin:1px 0 0 0;
				width:568px;
				height:200px;
				background:#ededed;
				border: 1px solid #cacaca;
				padding: 35px 30px 0 30px;
				}
				
					div.partner{
					width:290px;
					height:150px;
					float:left;
					}
					
					div.partnerDescription{
					width:240px;
					height:150px;
					float:left;
					}
				
				
				div.boxBigFooter{
				width:630px;
				height:51px;
				background:url(../images/bg-boxBigFooter.jpg);
				}

div#container3 {
	width:100%;
	height:30px;
}
	
	
	div#containerFooter {
		width:960px;
		height:30px;
		margin:0 auto;
		}
		div#footer {
			width:960px;
			height:30px;
			}
/*---------------------------------------------------------------------------------------
--------------------------------------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 0 20px;
	background:url(../images/li-icon.jpg) 0 8px no-repeat;
	color:#333;
}

.white{
color:#fff;
}

.partnerlink{
padding: 0 20px 0 0;
display:block;
text-align:right;
font-weight:bold;
color:#333;
}
/*---------------------------------------------------------------------------------------
--------------------------------------NAVIGATION-----------------------------------------
---------------------------------------------------------------------------------------*/


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


/*---------------------------------------------------------------------------------------
--------------------------------------SUBNAVI--------------------------------------------
---------------------------------------------------------------------------------------*/



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

/*KONTAKTDETAILS*/

dl.kontaktdetails { width:280px;  margin:0 0 30px 0;}
	 dd.kontaktdetails-short { width:50px; float:left; color:#333; font-size:12px; }
	 dt.kontaktdetails-long { width:230px; float:left; color:#333; font-size:12px; }






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


a.partnerlink{
text-decoration:none;
}

