body{
	margin:0; padding:0;
	background: #FFF url('../_gfx/bg_body.gif') left top repeat-x;
}
#container{
	position: relative;
	top: 0; left: 0;;
	width: 640px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFF;
	margin-top:  7px;;
	margin-bottom: 3em;
}
#headleft{
	float: left;
	width: 350px;
}
#logo{
	height: 152px;
	background:  url('../_gfx/brand_logo.gif') left top no-repeat;
	text-indent: -9999px;
}
#logo h1{
	margin: 0;
}
#headimg{
	width:  290px;
	height: 188px;
	float: right;
}
#head{

}
#menu{
	margin: 0; padding: 0 0 0 30px;
	list-style-type: none;
	list-style-position:outside;
	width: 320px;
	list-style-image:none;	
	height:  36px;
	background: #CCC url('../_gfx/bg_menu.gif');
}
#menu li{
	margin:0; padding: 0;
	line-height: 36px;
	display: block;
	float: left;
}
#menu a{
	text-decoration: none;	
	display: block;
	padding:  0;
	text-indent: -9999px;
}

#menu .home{
	width:  61px;
	background-image: url('../_gfx/bt_home.gif');
}
#menu .leistungen{
	width:  91px;
	background-image: url('../_gfx/bt_leistungen.gif');
}
#menu .projekte{
	width:  76px;
	background-image: url('../_gfx/bt_projekte.gif');
}
#menu .kontakt{
	width:  74px;
	background-image: url('../_gfx/bt_kontakt.gif');
}
#menu .active a, #menu a:hover{
	background-position: 0 36px;
}
#content{
	clear: both;
	padding: 30px 40px 50px 40px;			
	min-height:250px;
	height:auto !important;  /* für moderne Browser */
	height:250px;  /*für den IE */
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;
}
#footer{
	clear: both;
	padding: 20px 40px 10px 40px;
	font-size:  0.9em;
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
}
#footer strong{
	color: #0054a7;
}
