@charset "utf-8";
/* CSS Document */

/* einsttellungen basics*/
* {
	margin: 0;
	padding: 0;
}
p,li, h1,h2,h3,h4 {
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
}
img {
	border: 0;
}

span.main {
	margin-left: 20px;
}
span.main-2 {
	margin-left: 200px;
}


/* clearfix fuer alle browser */
.cf {
	clear: both;
}
.cf:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
/* IE-mac \*/
* html .cf {
	height: 1%;
}
/* clearfix end */

.left {
	float: left;
}
.right {
	float: right;
}


body {
	background-color: #999; /* to be changed */
	margin-top: 11px;
	font: 12px normal Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

 /* styles for IE 5 Mac */
 #horizon {
	background-color: transparent;
	position: absolute;
	top: 20px;
	left: 20px;
 }
 /* following rules are invisible to IE 5 \*/
 #horizon {
   top: 50%;
   left: 0px;
   width: 100%;
   margin-top: -300px;
   text-align: center;
   min-width: 920px; 
   background-color:#999;
 }
 /* end IE 5 hack */ 
 

#wrapper { /* box um alles */
	width: 920px;
	height: 600px;
	margin: 0px auto;
	text-align: left;
	position: relative;
	background-color:#fff;
}
#wrapper_print {
	width: auto;
	height: auto;
	margin: 0px auto;
	text-align: left;
	position: relative;
	background-color:#fff;
}

#head {
	margin-bottom:10px;
	background-color:#FF0000;
	width: 920px;
	height: 86px;
	text-align: left;
}
#logo{
	margin-left:10px;
	width: 155px;
	height: 86px;
}


#box_left {
	margin:0;
	padding:0;
	width:165px;
	height:503px;
	text-align:left;
}

#content {
	margin-top:10px;
	padding:0;
	width:920px;
	height:494px;
	text-align:left;
}
#content_werke {
	margin-top:10px;
	padding:0;
	width:920px;
	height:494px;
	text-align:left;
	background-image: url(../pics/hg-content_2.jpg);
	background-repeat:no-repeat;
}
#content_team {
	margin-top:10px;
	padding:0;
	width:755px;
	height:494px;
	text-align:left;
	background-image:url(../pics/hp-content_1.jpg);
	background-repeat:no-repeat;
}


#b_le { /* box left */
	float:left;
	margin:0;
	width: 610px;
	height:494px;
	text-align:left;
}

#b_ri { /* box right */
	float:left;
	margin:0;
	width: 310px;
	height:494px;
	text-align:left;
}


#hl_under_head { /* hl in box right*/
	float:left;
	margin-top: 0px;
	margin-bottom:10px;
	padding-left:12px;
	width:295px;
	height:auto;
	text-align:left;
}
#hl_under_head_team {
	float:left;
	margin-top: 0px;
	margin-bottom:15px;
	margin-left:0px;
	width:700px;
	height:80px;
	text-align:left;
} 
#txt_b_ri {
	float:left;
	margin-top:15px;
	padding-left:5px;
	width:295px;
	height:auto;
	text-align:left;
}

#txt_team {
	float:left;
	margin:0;
	padding:0;
	width:700px;
	height:380px;
}

#Print { /* box für Print*/
	position:absolute;
	left:875px;
	top:576px;
	width:42px;
	height:19px;
	z-index:1;
}