* {
	font-family: Verdana, Helvetica, sans-serif;
}

h1 {
	display: none;
}

a, a:link, a:visited, a:active {
	color: #f0f0f0;
}

a img, a:link img, a:active img, a:visited img {
	border: none #f0f0f0;
	color: #f0f0f0;
}

#main {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1024px;
	height: 586px;
	margin-left: -512px;
	margin-top: -293px;
	padding-top: 71px;
	/*border: 1px solid red;*/
}

#menu {
	float: left;
	width: 140px;
	margin-top: 50px;
	margin-left: 55px;
	list-style-type: none;
	padding: 0;
}

#menu li {
	margin-bottom: 20px;
}



#menu li a {
	background-image: url(images/button.gif);
	background-repeat: no-repeat;
	background-position: left center;
	
	text-decoration: none;
	display: block;
	width: 100px;
	padding-left: 40px;
	font-size: 15pt;
	line-height: 30px;
}

#menu li a.active {
	background-image: url(images/button_active.gif);
}

#menu li a:link, #menu li a:visited {
	color: black;
}

#menu li a:active {
	background-image: url(images/button_active.gif);
}

#content {
	float: left;
	margin-left: 18px;
	width: 795px;
	height: 510px;
  overflow: visible;
	padding: 0 0px;
	background-color: black;
	border-bottom: 4px solid #cc3300;
	color: white;
	font-size: 10pt;
}

#content p {
	padding-top: 20px;
	margin: 0;
}

#content #bild {
	float: left;
	width: 595px;
	height: 465px;
	text-align: center;
}

#content #bild p {
	margin: 0;
	padding: 0;
	line-height: 465px;
	font-size: 1px;
}

#content #bild img {
	vertical-align: middle;
}

.orange {
	color: #CC3300;
}

.orange a {
	text-decoration: none;
	color: #CC3300;
}

.orange a:hover {
	text-decoration: underline;
}

.white {
	color: white;
}

table#projekte {
	width: 630px;
	margin: 0 auto;
}

table#projekte a, table#projekte a:link, table#projekte a:active, table#projekte a:visited {
	display: block;
	color: white;
	text-decoration: none;
}

table#projekte img {
	margin-bottom: 5px;
}

.paddingleft {
	padding-left: 50px;
}

#projektemenu {
	width: 140px;
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 50px 20px 100px 20px;

}

#projektemenu li {
	
}

#projektemenu li a {
	display: block;
	padding: 8px 0 8px 0;	
	color: white;
	text-decoration: none;
}

#projektemenu li.active a {
	color: #CC3300;
}

#projektemenu li a:hover {
	text-decoration: underline;
}

#bueromaennlein {
	position: absolute;
	top: -31px;
	left: 470px;
}

a.vor {
	display: block;
	float: right;
	width: 29px;
	height: 29px;
	background-image: url(/images/vorzurueck.gif);
	background-position: -29px 0;
	background-repeat: no-repeat;
}

a.zurueck {
	display: block;
	float: left;
	width: 29px;
	height: 29px;
	background-image: url(/images/vorzurueck.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

a.vor, a.vor:link, a.vor:hover, a.vor:active, a.vor:visited, a.zurueck, a.zurueck:link, a.zurueck:hover, a.zurueck:active, a.zurueck:visited {
	color: #404040;
}

div.vorzurueck {
	position: absolute;
	width: 64px;
	height: 29px;
	bottom: 90px;
	right: 40px;
}

div.text {
	position: absolute;
	width: 650px;
	bottom: 90px;
	left: 235px;	
	height: 29px;
	line-height: 29px;
}

div.oberkante {
	margin-top: 55px;
}



