body {
	background-color:#F0F0F0;
	background-image:url(../img/bg.gif); 
	background-repeat: repeat-y;
	background-position: left;
	margin: 0px;
	padding: 0px;
}

html,body {
	height: 100%
}

#header {position:absolute; top:0px; left:0px; height: 120px; width:900px;z-index:1; background-image:url(../img/header.gif); background-repeat:no-repeat}
#startseite {position:absolute; top:32px; left:8px; height: 44px; width:170px; z-index:2 }
#content {position:absolute; top:115px; left:212px; width:460px;  z-index:3 }


/******* Navigation *******/

#navigation {
 	position: absolute; 
 	top:118px; 
 	left:9px; 
 	width:174px;
 	text-align: left; 
 	border-bottom: none;
 	clip: rect(0px,250px,1000px,0px);
 	z-index: 6
}

#navigation ul {
	margin: 0; 
	padding: 0;	
	list-style-type: none;
	text-indent: 10px;
	letter-spacing: 1px;
}
  
#navigation li {
	list-style-image: none;
	margin:0; 
}

#navigation a {
	display: block;
	margin-bottom: 4px;
	width: 172px;
	height: 26px;
	background: url(../img/navbg.gif);
	padding-bottom: 0;
	color: #666666;
}


#navigation a:hover {
	color: #999999;
}

#navigation a.sub {
	color: #CCCCCC;
}

#navigation a:hover.sub {
	color: #666666;
}

#navigation a.subbold {
	color: #CCCCCC;
	font-weight: bold;
}

/******* Navigation End *******/


div {
	font-family: Hevetivca, Arial, sans-serif;
	line-height: 18px;
	font-weight: normal;
	font-size: 12px;
	color: #666666;
	}

a {
	color:#E1690A;
	text-decoration: none;
	}

a:hover {
	color: #666666;
	text-decoration: none;
	}

h1 {
	font-family: Hevetivca, Arial, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: normal;
	margin: 10px 0 0 0;
	}
	
h2 {
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	margin: 0px;
	}
	
h3 {
	font-size: 14px;
	color: #000000;
	background: transparent url("../img/doc.gif") no-repeat 0 50%;
  	display: block;
  	font-weight: bold;
  	padding-left: 20px;
	}

.start {
	font-size: 24px;
	color: #000000;
	line-height: 28px;
	font-weight: normal;
	margin: 20px 0 20px 0;
	}

hr {
	background-color:#E0E0E0;
	border: none;
	color:#E0E0E0;
	height:1px;
	}
	
#footer {float: left; width: 440px; margin: 0; padding: 0 0 30px 0}
#footer li {float: left; list-style: none; margin: 0px}
#footer a {color: #666666; text-decoration: none; padding: 0 0 0 20px; margin: 0 15px 0 0}
#footer a.print {background: url(../img/print.gif) top left no-repeat}
#footer a.imprint {background: url(../img/imprint.gif) top left no-repeat}
#footer a:hover {color: #E1690A; background-position: 0 -25px}


ul.facts { 
	list-style-image: url(../img/facts.gif);
	list-style-position: outside;
	padding-left: 25px;
	padding-top: 20px;
	padding-bottom: 0px;
	margin: 0px;
	}
 
li.facts { 
	padding: 4px;
	}
	
ul.leistungen { 
	list-style-image: url(../img/pfeil.gif);
	list-style-position: outside;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 18px;
	margin: 0px;
	}
 
li.leistungen { 
	padding: 4px;
	}
	
.aprojekte {
	display: block;
	width: 458px;
	height: 20px;
	background-color: #96979B;
	color: #FFFFFF;
	text-decoration: none;
	margin: 1px 10px 0px 0px;
	text-indent: 6px;
	cursor: pointer;
	}

.aprojekte:hover  {
	background-color: #353536;
	color: #FFFFFF;
	}
