/*-------------- MAIN ------------------- */
*{margin:0; padding:0;}

body{
 margin:0;
 font-family:Arial,Verdana,Helvetica,Sans-Serif; 
 padding:0;
 font-size:small;
 font-size:100.1%;
 background: #FFF; 
 text-align:center;
 width:100%;
 }
 
 img{
 border:0;
 }

#wrapper{
 width:780px;
 height:500px;
 margin: 10px auto;
 background:#FFF;
}

	#header{
 	width:780px;
 	height:191px;
 	background: #FFF url(bilder/layout/architekt_logo.jpg) no-repeat top left;
 	}
 
	#middle{
	float:left;
	width:780px;
	background: #A44212; /* Fortsetzung des Menüs */	
	}

		#left{
		float:left;
		width:206px;
		background: #A44212; /* Fortsetzung des Menüs */		
		}

			#menu{
			margin-top: 40px;
			font-size:80%;
			}
			
			 #menu ul{
			 margin-left:20px;
 			 list-style-type: none;
 			 padding: 0px;
 			 text-align: left;
 			 line-height:150%;
 			 }
 
 			 	#menu a{
  			 	display: block;
  				color: #FFF;
  				text-decoration: none;
  				line-height:150%;
  				width:150px;
  				border-bottom: 1px solid #FFF;  				
  				padding: 0.8em 0 0 15px;
  				}

				* html #menu a{
  				width:165px;              /* For IE 5.x */
  				wid\th: 150px;            /* For IE 6   */ 
				}
 				
				#menu li.active{ background: url(bilder/layout/nav_pfeil.gif) no-repeat 7px 70%; }

		#right{
 		float:left;
 		width:574px;
 		background:red;
		}

			#headline{
 			clear:both;
 			width:574px;
 			height: 33px;
 			background: #DADADA; 
			}

			#content{
			width:574px;
			background: #F8F8F8 url(bilder/layout/content_right.gif) repeat-y top right;
			padding:0;
			}
			
			#innercontent{
			padding:20px 30px 0px 50px;
			}
			
				.breadcrumb{
				margin: -10px 0 20px -30px;
				font-size:80%;
				color: #2D71C4;
				}

	#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; }
