/**********************style.ccs (CSS for bauunternehmen-paetzold.de) ************************/				

/**********************************************
* global    |    =body    |     =main		  *					
***********************************************/
body{
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: center;
	background-image:url(../images/body.jpg);
	background-repeat:repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-attachment: fixed;
	height: 100%;}
	
*{
	outline: none; 
	padding: 0; 
	margin:0;}

h1{
	margin: 10px 0 10px 0;
	color: #416887;
	font-size: 20px;
	font-weight: bold;}

h2{
	margin: 0 0 25px 0;
	font-size:16px;
	font-weight: bold;}	
	
h3 {font-size:12px;}		

p {margin:0 0 20px 0;}

#main{
	margin:0 auto;
	text-align:center;
	width:867px;
	background-repeat: repeat;
	height:auto;
	overflow: hidden;}
/**************** END of globale **************/	
	

/**********************************************
* =head    =logo    =topnavi    =slide 		  *					
***********************************************/
#head{
	width:867px;
	height:437px;
	float:left;
	background-image:url(../images/main_top.jpg);
	background-repeat: no-repeat;
	background-position: 0px 121px;}	

#head #logo{
	width:867px;
	height:127px;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	float:none;
	text-align: left;
	background-position: -4px 0px;}
	
*html #head #logo{ /*IE6 PNG-Filter*/	
    background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.png', sizingMethod='crop');}	
	
#head #logo h1#logoclick{
	margin: 0;
	padding: 0;}	
		
#head #logo h1#logoclick a{
	display: block;
	text-decoration: none;
	height: 90px;
	width:365px;
	text-align: right;}

#head #topnavi{
	padding: 0 0 0 20px;
	height: 100px;
	width: 847px;
	text-align: left;
	background-color: #DCDCDC;
	position: relative;}	
	
#head #topnavi ul{
	list-style-type: none;}	
	
#head #topnavi ul li{
	display: inline;
	list-style-type: none;}	
	
#head #topnavi ul li a,
#head #topnavi ul li a:hover{
	text-decoration: none;
	background-repeat: no-repeat;
	display:block;
	float:left;
	height: 90px;
	width: 165px;
	color: #DCDCDC;}	
	
#head #topnavi ul li a.home       		 {background-image: url(../images/btn_home.jpg); background-position: 8px 16px;}
#head #topnavi ul li a.ueberuns   		 {background-image: url(../images/btn_ueberuns.jpg);}
#head #topnavi ul li a.leistungen 		 {background-image: url(../images/btn_leistungen.jpg);}
#head #topnavi ul li a.kontakt    		 {background-image: url(../images/btn_kontakt.jpg);}
#head #topnavi ul li a.anfahrt    		 {background-image: url(../images/btn_anfahrt.jpg);}
	
#head #topnavi ul li a.home:hover		 {background-image: url(../images/btn_home_o.jpg); background-position: 1px 0px;}
#head #topnavi ul li a.ueberuns:hover    {background-image: url(../images/btn_ueberuns_o.jpg); background-position: 6px 16px;}
#head #topnavi ul li a.leistungen:hover  {background-image: url(../images/btn_leistungen_o.jpg); background-position: 9px 16px;}
#head #topnavi ul li a.kontakt:hover     {background-image: url(../images/btn_kontakt_o.jpg); background-position: 7px 16px;}
#head #topnavi ul li a.anfahrt:hover     {background-image: url(../images/btn_anfahrt_o.jpg); background-position: 6px 16px;}	

#head #topnavi ul li a.home_active		 {background-image: url(../images/btn_home_o.jpg); background-position: 1px 0px;}
#head #topnavi ul li a.ueberuns_active   {background-image: url(../images/btn_ueberuns_o.jpg); background-position: 6px 16px;}
#head #topnavi ul li a.leistungen_active {background-image: url(../images/btn_leistungen_o.jpg); background-position: 9px 16px;}
#head #topnavi ul li a.kontakt_active    {background-image: url(../images/btn_kontakt_o.jpg); background-position: 7px 16px;}
#head #topnavi ul li a.anfahrt_active    {background-image: url(../images/btn_anfahrt_o.jpg); background-position: 6px 16px;}	

#head #slide{
	float: none;
	height: 210px;
	width: 867px;
	text-align: left;
	background-image: url(../images/slide.jpg);
	background-color: #DCDCDC;
	background-repeat: no-repeat;
	background-position: 24px 0px;}	
	
#head #slide #zollstock{
	margin: 150px 0 0 -35px;
	position: absolute;
	z-index: 100px;
	height: 88px;
	width: 320px;
	background-image: url(../images/zollstock.png);
	background-repeat: no-repeat;}
		
*html #head #slide #zollstock{ /*IE6 PNG-Filter*/	
    background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/zollstock.png', sizingMethod='crop');}
/**************** END of head **************/	


/**********************************************
* =case	   &     =content                     *					
***********************************************/		
#case{
	padding: 50px 0 0 0;
	height: auto;
	width: 867px;
	overflow: hidden;
	overflow: hidden;
	text-align: left;
	line-height: 18px;
	float: left;
	background-color: #DCDCDC;}	

#case #content{
	height: auto;
	width: 538px;
	float: left;
	overflow: hidden;
	overflow: hidden;
	text-align: left;
	line-height: 18px;
	color: #416887;
	padding: 0 30px 20px 30px;}

#case #content a{
	color: #0099FF;
	text-decoration:none;
}
		
#case #content a:hover{
	color: #0099FF;
	text-decoration:underline;}	
	
#case #content img{
	padding: 5px;
	border: 1px solid #2290CB;}		
	
#case #content ul{
	margin: 0 0 25px 0;}	
	
#case #content ul li {
	margin: 0 0 0 20px;
	list-style-type: square;
	line-height: 22px;}	

#case #content #content_left{
	float:left;
	width: 270px;
	margin: 0 0 0  0 20px;}

#case #content #content_right{

	float:left;
	width: 265px;}				
	
#case #content #content_down{
	float: left;
	text-align: left;
	width: 536px;
	height: auto;
	overflow: hidden;}
	
#case #content #content_down img{
	border: none;}	
/**************** END of content  *************/	


/*****************************************
* =teaser | part of case                 *
******************************************/	
#teaser{
	height: auto;
	width: 269px;
	float: left;
	text-align: right;
	background-repeat: no-repeat;
	color: #8d8d8d;
	overflow: hidden;}
	
#teaser #contact{
	height: 150px;
	width: 230px;
	float: left;
	text-align: left;
	background-image: url(../images/teaser_bg.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding: 30px 0 0 20px;
	overflow: hidden;}

#teaser #zert{
	height: 260px;
	width: 245px;
	float: left;
	text-align: left;
	background-image: url(../images/zert_bg.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding: 0 0 0 5px;}
	
#teaser #zert img{
	margin: 28px 0 0 6px;
	color: #0066CC;
	float: left;
	border: none;}	
	
#teaser #zert a{
	text-decoration:none;
	border:none;}	

#teaser #contact h3{
	font-size:13px;
	color: #8D8D8D;}
	
#teaser ul{margin: 20px 0 0 0;}
	
#teaser ul li{
	list-style-type: none;
	line-height: 18px;}	

#teaser a{
	text-decoration: none;
	color:#FFFF00;}

#teaser a:hover{
	text-decoration: underline;
	color:#FFFF00;
}
/************ END of teaser *******************/	
	
/**********************************************
* =pre_foot     &     =foot 	              *					
***********************************************/
#pre_foot{
	width: 867px;
	height: 200px;
	float: left;
	background-image: url(../images/pre_foot_bg.jpg);
	background-repeat: no-repeat;
	clear: both;
	background-color: #DCDCDC;
	background-position: 0px 181px;
	color: #8ECFE8;}

#pre_foot #foot_left{
	float:left;
	width: 598px;
	background-image: url(../images/foot_left.jpg);
	height: 190px;
	background-repeat: no-repeat;
	background-position: 24px -15px;
	padding: 0 0 0 0px;}
	
#pre_foot #foot_left ul{
	padding: 0 0 0 53px;
	color: #8ECFE8;
	margin: 85px 0 0 0;
	display: block;
	height: 70px;
	width: auto;
	float: left;
	text-align: left;
}	
	
#pre_foot #foot_left ul li{
	list-style-type:none;}
	
#pre_foot #foot_left ul li a{
	text-decoration: none;
	color:#AEDDEE;}	
	
#pre_foot #foot_left a:hover{
	text-decoration: none;
	color:#FFFFFF;}		

#pre_foot #foot_right{
	float:left;
	width: 269px;
	height: 200px;
	background-position: 4px -15px;
	background-repeat: no-repeat;
	text-align: left;}	
	
#pre_foot #foot_right a{
	text-decoration: none;}	
	
#pre_foot #foot_right img{
	margin: 32px 0 0 5px;
	border: none;}		
	
#foot{
	padding: 0 0 0 10px;
	height: 40px;
	width:857px;
	float:left;
	text-align: right;
	background-image:url(../images/foot_bg.jpg);
	background-repeat:no-repeat;
	line-height: 32px;
	font-size: 11px;
	color: #FFFFFF;
	background-position: 6px 0px;
	clear: both;
}	
	
#foot ul{
	color: #FFFFFF;
	margin: 0 33px 0 0;
	font-size: 10px;
}	
	
#foot ul li{
	list-style-type:none;
	display: inline;}
	
#foot ul li a{
	text-decoration: none;
	color:#FFFFFF;}	
	
#foot ul li a:hover{
	text-decoration: underline;
	color:#FFFFFF;}	
   
/****************** END of foot ***************/	

.floatLeft {
	float:left;
    }
    
.clear {
	float:none;
    clear:both;
    }



