@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;
}
body {
	background: #effaff;
}
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: 18px;
	color: #fff;
	padding: 24px 0 0 30px;
	margin: 0 0 50px 0 ;
	}
	
h3 {
	font-size: 18px;
	color: #555;
	font-weight:bold;
	padding: 0 0 10px 0;
}


	h3.headlineSmall{
	width:450px;
	height:30px;
	padding: 7px 0 0 30px;
	margin: 0 0 20px 0;
	background:url(../images/bg-headlineSmall.jpg) no-repeat;
	font-size:12px;
	color:#fff;
	}


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: 11px;
	color: #555;
	font-weight:bold;
	padding: 0 0 10px 0;
}

p {
	font-size:11px;
	margin: 0 0 20px 0px;
	line-height: 16px;
}
img {
	border:none;
}
/*---------------------------------------------------------------------------------------
--------------------------------------LAYOUT---------------------------------------------
---------------------------------------------------------------------------------------*/

div#container1 {
	width:100%;
	height:240px;
	background:url(../images/bg-container1.jpg) top center no-repeat;
}
	div#headContainer {
		width:960px;
		height:240px;
		margin:0 auto;
		background:url(../images/bg-headContainer.jpg) top center no-repeat;
	}
		h1 a#branding {
			width:230px;
			height:240px;
			display:block;
			text-indent: -2000px;
			float:left;
		}
		
		div#navigation {
			width:730px;
			height:102px;
			position:relative;
			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:730px;
		min-height:500px;
		padding: 0 0 0 230px;
		margin:0 auto;
		}
		
	* html div#contentContainer {
		width:730px;
		height:500px;
		padding: 0 0 0 230px;
		margin:0 auto;
		}	
		
		div#contentMain1 {
			width:190px;
			min-height:500px;
			padding: 90px 30px 0 30px;
			float:left;
		}
		
		div#contentMain1 h3{
		font-size:12px;
		font-weight:boldM
		
		}
			
		
		* html div#contentMain1 {
			width:190px;
			height:500px;
			padding: 90px 30px 0 30px;
			float:left;
		}
		
		div#contentMain2 {
			width:480px;
			min-height:500px;
			float:left;
		}
		
			div#contentMain2 p{
			margin: 0 0 10px 30px;
			}
			
			div#contentMain2 h5{
			margin: 0 0 0px 30px;
			}
			
			div#contentMain2 a img{
			margin: 0 0 10px 30px;
			border: 1px solid #333;
			}
			
			div#contentMain2 img{
			
			border: 1px solid #333;
			}
		
		
		* html div#contentMain2 {
			width:480px;
			height:500px;
			float:left;
		}

div#container3 {
	width:100%;
	height:60px;
	background:url(../images/bg-container3.jpg) top center no-repeat;
}
	
	
	div#containerFooter {
		width:960px;
		height:60px;
		margin:0 auto;
		}
		div#footer {
			width:730px;
			height:60px;
			padding: 0 0 0 230px;
			}
			div#contentFooter1 {
				width:480px;
				height:60px;
				float:left;
			}
			
				div#contentFooter1 a{
				padding: 17px 20px  0 0;
				float:right;
				color:#fff;
				}
			
			div#contentFooter2 {
				width:210px;
				height:60px;
				float:left;
			}
/*---------------------------------------------------------------------------------------
--------------------------------------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;
	font-size:11px;
	background:url(../images/li-icon.jpg) 0 4px no-repeat;
	color:#333;
}
/*---------------------------------------------------------------------------------------
--------------------------------------NAVIGATION-----------------------------------------
---------------------------------------------------------------------------------------*/
div#navigation ul{
		width:730px;
		height:40px;
		padding:70px 0 0 0;
		cursor:pointer;
		}
		
		
		div#navigation ul li{
			height:40px;
			width:100px;
			float:left;
				}
			
			
			div#navigation ul li a{
				display:block;
				height:40px;
				width:100px;
				font-size:11px;
				color:#333;
				font-weight:normal;
				text-decoration:none;
				text-align:center;
				}
				
			div#navigation ul li a:hover{
				display:block;
				height:40px;
				width:100px;
				font-size:11px;
				color:#333;
				text-align:center;
				font-weight:normal;
				text-decoration:underline;
				}	


/*---------------------------------------------------------------------------------------
--------------------------------------SUBNAVI1--------------------------------------------
---------------------------------------------------------------------------------------*/
#navigation ul li ul { 
		position : absolute;
		width:100px;
		height:80px;
		left:-2000px;
		padding:0;
		margin-left : 120px;
		margin-top : 80px;
	}


#navigation ul li ul li{
	width:100px;
	height:20px;
	}


#navigation ul li ul a{
			display:block;
			color:#f7f7f7;
			font-size:11px;
			text-indent:0px;
			width:100px;
			height:20px;
			text-align:left;
			}
			
#navigation ul li ul a:hover{
			display:block;
			font-size:11px;
			text-decoration:underline;
			width:100px;
			height:20px;
			padding:0;
			text-align:left;
			}



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



/*---------------------------------------------------------------------------------------
--------------------------------------SUBNAVI1--------------------------------------------
---------------------------------------------------------------------------------------*/
#navigation li ul.subnavi2 { 
		position : absolute;
		width:100px;
		height:80px;
		left:-2000px;
		padding:0;
		margin-left :220px;
		margin-top : 80px;
	}


#navigation ul li ul.subnavi2 li{
	width:100px;
	height:20px;
	}


#navigation ul li ul.subnavi2 a{
			display:block;
			color:#f7f7f7;
			font-size:11px;
			text-align:left;
			text-indent:0px;
			width:100px;
			height:20px;
			}
			
#navigation ul li ul.subnavi2 a:hover{
			display:block;
			font-size:11px;
			text-align:left;
			text-decoration:underline;
			width:100px;
			height:20px;
			padding:0;
			}



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



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



/*IMPRESSUM*/

#adressdaten {
	float: left;
	width: 450px;
}
#geschaeftsdaten {
	float: left;
	width: 450px;
}


#geschaeftsdaten p{
margin: 0 0 20px 0;
padding:0;
}

#geschaeftsdaten h5{
margin: 0;
padding:0;
}

#datenschutzhinweis p {
	font-size: 11px;
}
/*---------------------------------------------------------------------------------------
--------------------------------------LINKS----------------------------------------------
---------------------------------------------------------------------------------------*/


a, .escape span {
	font-size:11px;
	text-decoration: underline;
	color: #333;
	outline: none;
	font-weight:bold;
}
a:hover, a:hover span {
	font-size:11px;
	text-decoration:none;
	color:#333;
	font-weight:bold;
}



/*---------------------------------------------------------------------------------------
--------------------------------------CMS----------------------------------------------
---------------------------------------------------------------------------------------*/

div.cmsContainer{
width:470px;
min-height:200px;
margin: 0 0 30px 0;
}

* html div.cmsContainer{
width:470px;
height:200px;
margin: 0 0 30px 0;
}


div.cmsText{
width:290px;
padding: 0 20px 0 0 ;
min-height:200px;
float:left;
}

* html div.cmsText{
width:290px;
padding: 0 20px 0 0 ;
height:200px;
float:left;
}


div.cmsContainer div.cmsImg {
width:140px;
height:140px;
float:left;
}

div.cmsContainer div.cmsImg a img {
width:140px;
height:140px;
margin:0!important;
padding:0;
}

	div.cmsImg a img{
	border: 1px solid #333;
	}


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


img.noBorder{
border:none!important;
}
