body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	color: #666;
	background: #ffffff;
	background:url(images/header_bg.jpg) repeat-x;
}
/*----------------------HEADER START----------------------*/
#header_wrapper {
	background:url(images/head_bg.jpg) no-repeat;
	width: 950px;
	position: absolute;
	left: 50%;
	height:93px;
	margin-left: -475px;
}

#header {
	width: 790px;
	margin: 0 auto;
}

.l_unten {
	padding: 0 0 0 16px;
}

#logo {
	
	width: 790px;
	background:url(images/stahlwerk9.jpg) no-repeat;
}
/*----------------------HEADER ENDE----------------------*/

/*----------------------MENU START----------------------*/
#menulinks {
	float:right;
	padding:67px 0 0 0;
	width:620px;
	height:26px;
	
}

#menulinks a {
	padding-left:20px;
	padding-right:20px;
	height:26px;
	font-family: "Impact", Gadget, sans-serif;
	font-size: 14px;
	display:block;
	color:#fff;
	text-decoration:none;
	float:left;
	line-height: 26px;
	margin-right:3px;
  }
  
#menulinks a:hover {
	text-decoration:none;
	color:#F60;
	font-size: 14px;
}
#menulinks a.active {
	
	text-decoration:none;
	color:#F60;
}
/*----------------------MENU ENDE----------------------*/

/*----------------------CONTENT_WRAPPER START----------------------*/
#wrapper {
	width: 950px;
	margin: 0 auto;
}

#content{
	background-image: url(images/bg.jpg);
	float: left;
	width: 950px;
	margin: 0px 0 0 0px;
}
#content_inhalt {
	padding: 0 20px 10px 20px;
}
/*----------------------CONTENT_WRAPPER ENDE----------------------*/

/*----------------------CONTENT START----------------------*/
#text_home {
	padding: 0 0 0 15px;
	width: 635px;
	float:left;
}

#text_home h1{
	font-size: 18px;
}

#text_home p{
	font-size: 14px;
}

#bild_home {
	padding: 10px 0 0 15px;
	float:left;
}

#text_impressum{
	width: 890px;
	float:left;
}

#text_impressum p{
	padding: 0 0 0 15px;
	font-size: 14px;
}

#text_impressum h1{
	padding: 0 0 0 15px;
	font-size: 18px
}

.table_impressum{
	width: 455px;
	padding: 0 0 0 15px;
}

* html .table_impressum {/*IE6 only*/
    margin-left: 15px;	 
}
*+html .table_impressum {/*IE7 only*/
    margin-left: 15px;	 
}


#logos {
	padding: 10px 35px 15px 20px;
	width:220px;
	float:right;
}

#text_leistungen {
	padding: 0 0 0 15px;
	width: 905px;
	float:left;
}

#text_leistungen h1{
	
	font-size: 18px;
}

#text_leistungen p{
	padding: 0 0 0 15px;
	font-size: 14px;
}

#Kontakt {
	padding:0 0 0 0px;
	width:550px;
	text-align:left;
}

#text_kontakt{
	width: 880px;
	float:left;
}

#text_kontakt h1{
	padding: 0 0 0 15px;
	font-size: 18px;
}

#inhalt_leistungen{
width:700px;
float:left;
padding-bottom: 15px;
}

#text_leistungen2 {
	width: 390px;
	float:left;
	padding-right: 10px;
}
* html  #text_leistungen2 {
	width: 380px;
}
/*----------------------CONTENT ENDE----------------------*/

/*----------------------FOOTER START----------------------*/
#footer {
	padding: 0px;
	margin: 0px;
	float: left;
	background-image: url(images/footer.jpg);
	height: 30px;
	width: 950px;
	vertical-align: top;
	text-align: center;
	line-height: 10px;
}
#footer a{
	line-height: 8px;
	text-decoration: none;
	color: #CDCCD0;
	font-size: 10px;
}
#footer a:hover{
	line-height: 13px;
	text-decoration: none;
	color: #fff;
/*----------------------FOOTER ENDE----------------------*/

