/* 
*  global.css - Peter Eberhardt Neue Seite 
*  @description Allgemeine Klassen, die die Layoutstruktur betreffen
*  @author Florian Wagner
*  @date 21.07.2008
*/

*{margin:0; padding:0;}

body{
 margin:0;
 font-family:Verdana,Arial,Helvetica,Sans-Serif; 
 padding:0;
 font-size:small;
 font-size:100.1%;
 background: #666; 
 width:100%;
 }
 
 img{
 border:0;
 }

 #header{
 width:765px;
 padding: 0 0 1px 50px;
 border-bottom: 1px solid #FFF;
 margin-top: 60px;
 }
 
 * html #header{
 width:815px;              /* For IE 5.x */
 wid\th: 765px;            /* For IE 6   */ 
 }
 
 	#header h1{
	font-family: Arial, Verdana;
	color: #FFF;
 	font-size: 140%;
	letter-spacing: 0.1em;
 	}
 
#picturebar{
width:765px;
height: 60px;
margin-top: 28px;
background: url(bilder/layout/picturebar.jpg) no-repeat top right;
}

#wrapper{
width:765px;
}

#left{
float:left;
width: 225px;
}

	#menu{
	margin-top: 20px;
	font-size:70%;
	font-family: Arial, Verdana;
	}
			
		#menu ul{			 
        list-style-type: none;
 		padding: 0px;
 		text-align: left;
 		line-height:230%;
 		}
 
 		#menu a{
  		color: #FFF;
		font-weight:bold;
  		text-decoration: none;
  		padding: 0 0 0 50px;
  		}

		* html #menu a{
  		width:165px;              /* For IE 5.x */
  		wid\th: 150px;            /* For IE 6   */ 
		}
 				
		#menu li.active{ background: url(bilder/layout/nav_bluerect.gif) no-repeat 32px 10px; }   /*32px 50%*/

	ul #submenu{
	margin: 0 0 5px 20px;
	line-height: 170%;
	}
					
		ul #submenu a{
		font-weight:normal;
		}


#right{
float:left;  /* Mit float:left; bricht Inhalt bei Seitenverkleinerung um unter das Menü */
width:540px;
}

	#content{
	width:540px;
	padding:0;
	}
			
		#innercontent{
		padding:20px 0px 0px 0px;
		}
			
				#breadcrumb{
				font-size:80%;
				margin:0;
				color: #B0AFAF;
				}
				
					#breadcrumb a{
					
					color: #B0AFAF;
					text-decoration: none !important;
					}
				
				#headline{
 				width:540px;
				height: 40px;
 				background: #666;
				margin-bottom: 17px;
 				}
				
				#headline h2{
				color: #666;
				}	
			
			
			
				
			


			

	#footer{
 	clear:both;
 	width:780px;
 	height:127px;
 	background: url(bilder/layout/architekt_footer.jpg) no-repeat top left;
	}
 		
		#footertext{
		float:left;
		width:760px;
		margin-top:50px;
		text-align:right;
		font-family:Arial, Verdana;
		font-size:70%;
		color:#FFF;
		}
		
		#footertext a{ color:#FFF; text-decoration:underline; }
