*  {
	margin:0;
	padding:0;
	}

html, body {
	height:100%;
	}

body {
	color:#7A7A7A;
	font:100.01%/1.4 sans-serif; 
	text-align:center; /* horizontal centering for IE Win quirks */
	font-family: 'Serpentine Lt Light', Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#distance { 
	width:1px;
	height:50%;
	margin-bottom:-280px; /* half of container's height */
	float:left;
	}
/* div areas */

#container {
	margin:0 auto; 
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:560px; 
	clear:left;
	width:1000px;
	background-color:#fff;
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
	border-right-width:4px;
	border-bottom-width:4px;
}

#content {
	position:absolute;
	top:35px;
	left:369px;
	width:490px;
	height:480px;
	border-width: 1px;
	border-style: solid;
	border-top-color: #E6E6E6;
	border-right-color:#E6E6E6;
	border-bottom-color:#AFCC56;
	border-left-color:#AFCC56; 
}

/* frontpage */
#frontpage_logo {
	width:344px;
	position:absolute;
	top:278px;
	left:25px; /* 10px ehemals */
}

#frontpage_bar {
	background-color:#E6E6E6;
	width:940px;
	height:70px;
	position:absolute;
	top: 321px;
	left:25px;
}

/* content pages */
#logo {
	width:344px;
	position:absolute;
	top:345px;
	left:25px;
}

/* navigation */
#navigation{
	width:200px;
	position:absolute;
	top: 25px;
	left:45px;
}
#navigation ul {
	padding:10px;
} 
#navigation li {
	list-style-type:none;
} 
#navigation a {
	color: #7A7A7A;
} 
#navigation a:hover {
	color:#B0CD59;
}
#navigation a.selected {
	color: #AFCC56;
} 

#sub_navigation{
	width:940px;
	height:1px;
	position:absolute;
	top: 389px;
	border-top:1px solid #7A7A7A;
	z-index:2; 
	padding:7px 0 0 0px;;
	left:25px;
}
#sub_navigation span{
	font-family: 'Serpentine Lt Light', Verdana, Geneva, Arial, Helvetica, sans-serif;
	width:320px;
	margin-left:30px;
	float:left;
    font-size:10pt;
}
#sub_navigation a {
	color:#000;
}
#sub_navigation a:hover {
	color:#B0CD59;
}
#sub_navigation a.selected {
	color: #AFCC56;
} 

/* content */
#content {
	font-size:11pt; 
}
#content td {
	font-size:11pt; 
}


#content a {
	color:#AFCC56;
}

#content a:hover {
	color: #7A7A7A;
} 


/* common styles */
a {
	text-decoration:none;
}

img {
	border:none;
}

/* project styles */
img.projektbild {
 	margin:30px 0px 0px 35px;
	width:75px; 
	height:75px;
}
