/* CSS Document 
#878787 grau schrift
#F5F5F5 hellgrau
#650007 rot h1
*/

/* Allgemein
* * * * * * * * * * * * * */
.unsichtbar
{
  position: absolute;
  top: -6000px;
  left: -6000px;
  height: 1px;
  width: 1px;
}
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	text-align: center;
	background-color:#EAEEF3;
	background-image: url(../pics/bg_body.jpg);
	background-repeat: repeat-x;
	padding:0;
	margin:0 0 20px 0;
}
#bodybox
{
	position:relative;
	margin-left: auto;
	margin-right:auto;
	margin-top:40px;
	text-align: left;
	width: 1014px;
	background:#fff;
	background-image: url(../pics/bg_top.jpg);
	background-repeat: repeat-x;
}
.clearing {
 	clear:both;
}

#border_links
{
	position:absolute;
	top:69px;
	width: 16px;
	height: 300px;
	background-image: url(../pics/border_links.jpg);
	background-repeat: no-repeat;
}
#border_rechts
{
	position:absolute;
	top:69px;
	left: 997px;
	width: 17px;
	height: 300px;
	background-image: url(../pics/border_rechts.jpg);
	background-repeat: no-repeat;
}
#top
{
	width: 1014px;
	height: 69px;
	background-image: url(../pics/bg_top.jpg);
	background-repeat: no-repeat;
}
#top p
{
position:relative;
width: 200px;
top: 23px;
left: 840px;
margin:0;
padding:0;
font-size:80%;
font-weight:bold;
}
#menue
{
	margin: 0 0 0 33px;
	width: 947px;
	height: 131px;
	background-image: url(../pics/Header_06.gif);
	background-repeat: no-repeat;
}

#content_box
{
	margin: 0;
	width: 1014px;
	min-height: 300px;
	background-image: url(../pics/border_mitte.jpg);
	background-repeat: repeat-y;
}
* html #content_box{
	height: 300px;
}


/* Content
* * * * * * * * * * * * * */
#content
{
	margin: 20px 0 0 50px;
	width: 650px;

}
#content p.update
{
	color: #878787;
	font-size: 60%;
	margin:0;
	padding-bottom: 10px;
}
#content h1
{
	color: #650007;
	font-size: 100%;
	margin:0 0 15px 0;
}
#content h2
{
	font-size: 80%;
	margin:0 0 5px 0;
}
#content p
{
	font-size: 70%;
	padding-bottom: 0;
	margin-bottom:0;
}
#content a:link, #content a:visited
{
 color:#650007;
 text-decoration:none;
}
#content a:hover, #content a:active, #content a:visited
{
	text-decoration:underline;
}

div.projektblock
{
	position:relative;
	left: -32px;
	width: 788px;
	min-height:250px;
	margin: 20px 0 0 0;
	border-top:#878787 solid 1px;
	background:#F5F5F5;
}
* html div.projektblock{
	height:250px;
}
div.projektblock h2
{
	color: #650007;
	font-size: 85%;
	margin:10px 0 15px 350px;
}
div.projektblock p
{
	font-size: 85%;
	margin:0 0 0 350px;
	padding-bottom:10px;
	width:400px;
}
div.medienblock 
{
    background:#fff;
	position:absolute;
	left: 32px;
	min-height:250px;
	width:300px;
	border:#878787 solid 1px;
	border-top:none;
	padding-top: 0;

}
* html div.medienblock 
{
	height:250px;
}
div.projektblock_footer
{
	position:relative;
	left: -32px;
	width: 788px;
	height:15px;
	margin: 0 0 0 0;
	border-top:#878787 solid 1px;	
	border-bottom:#878787 solid 1px;
	background:#F5F5F5;

}
div.projektblock_footer div.update
{
	color: #7A7A7A;
	font-size: 55%;
	padding:2px 0 3px 650px;
	margin:0;
	
}

div.projektdesc {
   float:left;
   width: 350px;
   padding: 0 10px 10px 0;
}

div.projektdesc h2{
	font-size: 100%;
	margin:0 0 5px 0;
	padding:15px 0 0 0;
}
div.projektdesc h3{
	font-size: 75%;
	margin:0 0 5px 0;
}
div#projektfooter {
	clear:both;
}

div.projekte{
	width: 700px;
}
div.projektdaten {
	
	width: 250px;
	
}

/* Subnavi
* * * * * * * * * * * * * */
#subnavi_box
{
	position:absolute;
	left: 815px;
}

#subnavi_content
{
	width: 164px;
	background-image: url(../pics/bg_subnavi_spacer.jpg);
	background-repeat:repeat-y;
	text-align:center;
}
* html #subnavi_content
{
}
#subnavi_content table
{
	margin-left: 2px;
}
#subnavi_bottom
{
	width: 164px;
	height:4px;
	background-image: url(../pics/bg_subnavi_bottom.jpg);
	background-repeat:no-repeat;
}
#subnavi_content ul
{
	margin: 0 2px 0 3px;
	padding:0 0 0 0;
	list-style:none;
}
#subnavi_content li
{
	display: inline;
	
}
#subnavi_content li a:link, #subnavi_content li a:visited
{
	display:block;
	font-size: 90%;
	font-weight:bold;
	text-decoration:none;
	color:#060606;
	padding: 8px 15px 6px 15px;
	background:#E2E2E2;
	border-bottom: #8C8C8C solid 1px;
	border-top: #8C8C8C solid 1px;
	margin-bottom: 8px;

}
#subnavi_content li a:hover, #subnavi_content li a:focus, #menue li a:active
{
	background:#F7CECD;
}
/* subnavi cur*/
#subnavi_content li.cur{
	display: block;
	padding: 8px 15px 6px 15px;
	font-size: 90%;
	background:#F7CECD;
	border-bottom: #8C8C8C solid 1px;
	border-top: #8C8C8C solid 1px;
	margin-bottom: 8px;
} 




/* Contact
* * * * * * * * * * * * * */
#routenplaner
{
	width: 250px;
	float:left;
	font-size: 70%;
}

#content_contact
{
	width: 300px;
	float:left;
}




/* Footer
* * * * * * * * * * * * * */
#footer p
{
text-align:center;
font-size: 60%;
width: 1014px;
color: #878787;
margin:0;
padding-top:10px;
}

#footer
{
	margin: 0;
	width: 1014px;
	height: 75px;
	background-image: url(../pics/bg_footer.jpg);
	background-repeat: repeat-y;
}


/* Hauptnavi
* * * * * * * * * * * * * */
#menue ul
{
	margin: 0;
	padding:108px 0 0 0;
	list-style:none;
}
#menue li
{
	display:inline;
}
#menue li a:link, #menue li a:visited
{
	font-size: 90%;
	font-weight:bold;
	text-decoration:none;
	color:#060606;
	padding: 8px 15px 6px 15px;
}
#menue li a:hover, #menue li a:focus, #menue li a:active
{
	background:#F7CECD;
}
/* hautnavi cur */
#menue li.cur {
	font-size: 90%;
	padding: 8px 15px 6px 15px;
	background:#F7CECD;
}
/*hauptnavi act */
#menue li.act a{
	background:#F7CECD;
}


90%;
	font-weight:bold;
	text-decoration:none;
	color:#060606;
	padding: 8px 15px 6px 15px;
}
#menue li a:hover, #menue li a:focus, #menue li a:active
{
	background:#F7CECD;
}
/* hautnavi cur */
#menue li.cur {
	font-size: 90%;
	padding: 8px 15px 6px 15px;
	background:#F7CECD;
}
/*hauptnavi act */
#menue li.act a{
	background:#F7CECD;
}


ound:#F7CECD;
}


