@charset "utf-8";
/* CSS Document */
*{
padding:0;
margin:0;
}
body{
background:#0a5570 url(../images/hintergrund2.jpg) top left repeat-x;
color:#FFF;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
min-width:1105px;
}

/*IDs*/
#main{
	position:relative;
	top:0;
	left:50%;
	width:1005px;
	height:100%;
	margin-left:-500px;
}
#logo{
	margin-left:-310px;
}
#header{
	height: 108px;
}
#rubriken{
	position:absolute;
	top:20px;
	left:50%;
	margin-left:-180px;
	height:80px;
	width:700px;
}
#rub_start{
	float:left;
	background:url(../images/rub_start.png) no-repeat;
	width:122px;
	height:75px;
}
#rub_start:hover{
	background:url(../images/rub_start_h.png) no-repeat;
}
#rub_ueber{
	float:left;
	background:url(../images/rub_ueber.png) no-repeat;
	width:141px;
	height:75px;
}
#rub_ueber:hover{
	background:url(../images/rub_ueber_h.png) no-repeat;
}
#rub_gesch{
	float:left;
	background:url(../images/rub_gesch.png) no-repeat;
	width:266px;
	height:75px;
}
#rub_gesch:hover{
	background:url(../images/rub_gesch_h.png) no-repeat;
}
#rub_kontakt{
	float:left;
	background:url(../images/rub_kontakt.png) no-repeat;
	width:162px;
	height:75px;
}
#rub_kontakt:hover{
	background:url(../images/rub_kontakt_h.png) no-repeat;
}
#subrubriken{
	position:relative;
	top:58px;
	left:0;
	width:266px;
	display:none;
}
#sub_masch{
	background:url(../images/sub_masch.png) no-repeat;
	width:266px;
	height:17px;
}
#sub_masch:hover{
	background:url(../images/sub_masch_h.png) no-repeat;
}
#sub_strassen{
	background:url(../images/sub_strassen.png) no-repeat;
	width:266px;
	height:17px;
}
#sub_strassen:hover{
	background:url(../images/sub_strassen_h.png) no-repeat;
}
#sub_trans{
	background:url(../images/sub_trans.png) no-repeat;
	width:266px;
	height:17px;
}
#sub_trans:hover{
	background:url(../images/sub_trans_h.png) no-repeat;
}
#sub_holz{
	background:url(../images/sub_holz.png) no-repeat;
	width:266px;
	height:17px;
}
#sub_holz:hover{
	background:url(../images/sub_holz_h.png) no-repeat;
}
#sub_gitter{
	background:url(../images/sub_gitter.png) no-repeat;
	width:266px;
	height:17px;
}
#sub_gitter:hover{
	background:url(../images/sub_gitter_h.png) no-repeat;
}
#sub_last{
	background:url(../images/sub_last.png) no-repeat;
	width:266px;
	height:30px;
}
#sub_last:hover{
	background:url(../images/sub_last_h.png) no-repeat;
}

#bildleiste{
	height:103px;
}
#bildleiste a img{
	border:0;
}
#content{
	background: url(../images/content_back.jpg) no-repeat center top;
	overflow:hidden;
	height:580px;

}

#box_left, #box_right, #box{
	width:450px;
	height:300px;
	margin-left:30px;
	padding-top:20px;
	float:left;
}
#box_left div, #box_right div, #box div{ 
	border:1px solid #012c3b;	
	padding:15px;
	height:230px;
}
#box{
	width:930px;
	float:none;
	
}
#box div{
	height:auto;
	overflow:hidden;
}

#footer{
	/*background:url(../images/footer_back.jpg) repeat-x top left;*/
	clear:both;
	height:90px;
}

/*KLASSEN*/
.footer_text{
	font-size:1.2em;
	font-weight:bold;
	margin-left:275px;
	margin-top:50px;
}
.klein{
	font-size:10px;
	color:#b3b6bc;
}
.bild{
	border:4px solid white;
	margin:5px 0 10px 10px;
}
.textlink{
	color:#2b7088;
	font-weight:bold;
	font-size:1.2em;
}
.heller{
	color:#67b6d2;
}
.bilder{
	display:block;
	float:left;
	margin-right:10px;
	text-align:center;
	margin-bottom:10px;
}

/*SELEKTOREN*/
a{
	color:#FFF;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
#box a{
	color: #77ACB7;
}
#box a:hover{
	text-decoration:underline;
}
h2{
	font-size:20px;
}