* {
	margin: 0;	
	padding: 0;
	}

body {		
	font-family: Helvetica, calibri, Arial, sans-serif;
	font-size: 13px;
	color: #000;
	text-align: center;
}

p {
	margin: 0px 0px 12px 0px;
	width: 600px;
}

a 		{color: #686e6e; text-decoration: underline;}
a:visited	{color: #686e6e;}
a:hover		{color: #000;}

h1 {
	color: #686e6e;
	font-size: 1.3em;
	margin: 0px 0px 12px 0px;
}
h2 {
	color: #686e6e;
	font-size: 1.1em;
	margin: 20px 0px 8px 0px;
}
h3 {
	color: #686e6e;
	font-size: 1.0em;
	margin: 20px 0px 7px 0px;
}
.projekte {
	float: left;
}
	.projekte a, .projekte img {
		border: 0px;

	}

	
/* id Styles */

#wrapper {
	position:relative;
	width:850px;
	margin:0px auto;
}

#header {
	border-top: 7px solid #686e6e;
	height:110px;
}

#logo {
	margin-top:40px;
	margin-left:0px;
	width:390px;
	float: left;
	text-align: left;
}

#headline {
	margin-top:60px;
	margin-left:0px;
	width:400px;
	float: left;
}

#main {
display: block;
}

#content {
margin: 0px 0px 0px 130px;
min-height: 500px;
width: 710px;
text-align: left;
float: left;
}
		#content ul {
			margin: 0px 50px 0px 15px;
			padding: 0px 0px 5px 0px;
			list-style : disc;
			}
		#content ul ul {
			margin: 0px 60px 0px 15px;
			padding: 0px 0px 5px 0px;
			list-style: circle;
			}
		#content ul.bilder {
			float: left;
			list-style: none;
			margin: 0px;
		}		
		#content li.bilder {
			margin: 13px 0px;
		}
		#content li.bilder a:link, #content li.bilder a:visited {
			background-color: #fff;
			border-top: 1px solid #686e6e;
			border-right: 1px solid #686e6e;
			border-bottom: 1px solid #686e6e;			
			display: block;
			font-size: 1em;
			margin: 0px;
			padding: 0px 1px;
			text-align: right;
			text-decoration: none;
			width: 20px;
		}
		#content li.bilder a:hover, #content li.bilder a:active, #content li.bilder a.aktiv1 {
			background-color: #ddd;
			border-top: 1px solid #686e6e;
			border-right: 1px solid #686e6e;
			border-bottom: 1px solid #686e6e;
			color: #686e6e;
			font-weight: bold;
		}

#bottom {
	border-top: 1px solid #686e6e;
	clear: both;
	margin: 30px 0px;
	padding: 3px 10px;
	text-align: left;
	}
		#bottom a:link, #bottom a:visited {
			margin: 0px 0px 0px 40px;
			text-decoration: none;
			color: #686e6e;
			}
		#bottom a:hover, #bottom a:active {
			color: #686e6e;
			}

/* Navigation */

#navi { 
	background: white;
	height: 60px;
	margin: 0px;
	text-align: center;
	}
		#navi ul {
			list-style: none;
			}
		#navi li {
			float: left;
			}
		#navi a {
			border-left: 1px solid #686e6e;
			color: #686e6e;
			display: block;
			font-size: 1.1em;
			margin: 0px;
			padding: 0px;
			text-align: center;
			text-decoration: none;
			width: 80px;
			}
		#navi a.aktiv1, #sub_navi a.aktiv1{
			color: #686e6e;
			font-weight: bold;
			text-decoration: none;
			}
		#navi a:hover, #navi a:active, #sub_navi a:hover, #sub_navi a:active{
			color: #686e6e;
			text-decoration: none;
			}
#sub_navi { 
	position: absolute;
	margin: 0px;
	text-align: left;
	float: left;
	}
		#sub_navi ul {
			list-style: none;
			}
		#sub_navi a {
			color: #686e6e;
			display: block;
			font-size: 0.9em;
			margin: 0px 0px 5px 0px;
			text-align: left;
			text-decoration: none;
			width: 120px;
			}

