* {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: white;
	margin: 0px;
	padding:0px;
	font-size: 12px;	
}

body {
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-color: black;
}

img {
	border: 0;
}

h1 {
	padding: 30px;
	font-size: 24px;
}

h1 a {
	color: #666666;
	font-size: 10px;
}

h1 a:hover {
	color: white;
}

h2 {
	font-size: 16px;
	text-align: center;
}

h2 a {
	font-size: 16px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
}

li {
	margin-bottom:7px;
}

#container {
	width: 899px;
	margin: 0 auto 0px;
}

#header {
	width: 899px;
	height: 200px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
}

#header a {
	font-size: 14px;
	text-decoration: none;	
	font-style: normal;
	font-weight: normal;
	
}

#header a:hover {
	text-decoration: underline;
	
}

#content {
	width: 899px;
	min-height: 300px;
	background-image: url(images/content.png);
	background-repeat: no-repeat;
}

#inner_content {
	width: 839px;
	padding-left: 30px;
	padding-right: 30px;
}

#navi {
	font-weight: bold;
	width: 879px;
	text-align: right;
	font-size: 14px;
}

#navi a {
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	
}

#navi a:hover {
	text-decoration: underline;
	
}

#footer {
	width: 957px;
	height: 300px;
	margin: 0 auto 0px;
}

#footer_top {
	width: 957px;
	height: 200px;
	background-image: url(images/footer_1.png);
	color: #666666;
	font-size: 10px;
	text-align: center;
}

#footer_top a {
	font-size: 10px;
}

#footer_bottom {
	width: 957px;
	height: 100px;
	
	background-image: url(images/footer_2.png);
}

#googlemaps {
	padding-left: 30px;
}

.projektcontainer {
	width: 273px;
	height: 350px;
	float: left;
	padding-left: 20px;
	margin-bottom: 50px;
}

.projektname {
	width: 273px;
	height: 18px;
	background-color: #222222;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 1px;
	text-align: center;
}

.projektbild {
	width: 273px;
	height: 175px;
	background-color: black;
}

.projektinfo {
	text-align: justify;
	color: #666666;
	width: 273px;
	height: 85px;
	margin-top: 5px;
}

.projektlink {
	margin-top: 3px;
	margin-bottom: 5px;
	width: 273px;
	text-align: right;
}

.projektlink a {
	font-size: 11px;
	text-decoration: underline;
	font-style: normal;
	font-weight: normal;	
}

.projektlink a:hover {
	color: white;	
}

.status1 {
	font-size: 11px;
	width: 273px;
	text-align: left;
}

.status2 {
	font-size: 10px;
	color: black;
	width: 273px;
	height: 15px;
	text-align: center;
	line-height: 16px;
	background-color: #222222;
}

.status_gelb {
	font-size: 10px;
	color: black;
	background-color: #FF6600;
	height: 15px;
	line-height: 16px;
	float: left;
}

.status_green {
	font-size: 10px;
	color: black;
	background-color: #00CC00;
	height: 15px;
	line-height: 16px;
	float: left;
}

.content_container {
	width: 249px;
	min-height: 250px;
	float: left;
	padding-left: 30px;
	padding-right: 20px;
	margin-bottom: 50px;
}

.content_container_alt {
	width: 249px;
	min-height: 200px;
	float: left;
	padding-left: 30px;
	padding-right: 20px;
	margin-bottom: 30px;
}