/* Wichtige Farben
blau = #B6CBEB
graublau = #9eabb0
braun = #948070
*/

BODY {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 90%;
	text-align: left;
	color: #000000;
	background-color: #948070;
	overflow: auto;
}

a:link {
	color: #948070;
}

a:visited, a active {
	color: #948070;
}

a:hover {
	color: #B6CBEB;
}

h1 {
	font: arial, helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #948070;
}

h2 {
	color: #000000;
	font-size: 90%;
	font-weight: bold;
}

#container {
	width: 800px;
	min-height: 600px;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-bottom: 2px;
	text-align: left;
	color: #000000;
	background-color: #FFFFFF;
}

#header {
	width: 793px;
	height: 123px;
	margin: 0px;
	padding-top: 5px;
	padding-left: 7px;
	background-color: #FFFFFF;
}

.impressum {
	float: right;
	margin: 0;
	padding: 10px;
	font-size: 90%;
	color: #948070;
	background-color: #FFFFFF;
}

.impressum a {
	text-decoration: none;
}

.impressum a:hover {
	text-decoration: none;
}

#subheader {
	height: 152px;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

#menu {
	margin-left: 2px;
	float: left;
	color: #FFFFFF;
        background-color:#FFFFFF;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu a {
	display: block;
	margin:0;
	padding: 6px;
	width: 186px;
	color: #FFFFFF;
	background-color: #9eabb0;
	border-bottom:2px solid #FFFFFF;
}

#menu a:hover {
	color: #FFFFFF;
	background-color: #948070;
}

#menu li a {
	font-size: 106%;
	text-decoration: none;
}

#menu li #active {
	color: #FFFFFF;
	background-color: #948070;
}

#projekte {
        margin-top: 15px;

}

#projekte ul {
	margin-left: 0;
	padding-left: 0;
}

#projects{

	display: inline;
	color: #FFFFFF;
        background-color:#FFFFFF;
}

#projects ul{

	margin-top: 0px;
	padding-top: 0px;
	margin-left: 2px;
	padding-left: 0;
	white-space: nowrap;
}

#projects li
{
font-size: 106%;
display: inline;
list-style-type: none;
}

#projects a {
	padding-left: 15px;
	padding-right: 20px;
	padding: 6px;
	color: #FFFFFF;
	background-color: #9eabb0;
	border-bottom:2px solid #FFFFFF;
}

#projects a:hover {
	color: #FFFFFF;
	background-color: #948070;
}

#projects li #active {
	color: #FFFFFF;
	background-color: #948070;
}




.bild {
	float: left;
	margin-left: 2px;
	padding: 0;
	background-color: #FFFFFF;
}

.contents {
	margin-left: 2px;
	padding-top: 6px;
	padding-right: 20px;
	min-height: 400px;
	line-height: 150%;
	border-left: 198px solid #FFFFFF;
	background-color: #FFFFFF;
}

.contents ul {
	margin: 0;
	padding-left: 20px;
	list-style-type: square;
	line-height: 165%;
}

.contents p {
	line-height: 150%;
}

p.details {
	line-height: 160%;
}

ul#spektrum {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #000000
}

ul#spektrum li a {
	font-size: 106%;
	color: #000000;
	text-decoration: underline;
	line-height: 160%;
}

ul#spektrum a:hover {
	color: #948070;
}

.titel {
	font-style: italic;
}

.image {
	border: 0;
}

#footer {
	width: 783px;
	margin-top: 0;
	margin-left: 2px;
	padding-left: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	line-height: 120%;
	color: #948070;
	background:url(footer.gif) 0% 0% repeat-y;
	background-color: #FFFFFF;
}

.aktuell {
	text-align: right;
	color: #948070;
}

.aktuell {
	text-align: right;
	color: #948070;
}

.profilfoto {
	width: 280px;
	height : auto;
	z-index: 1;
	top: 21px;
	margin-bottom: 21px;
	position: left;
}

/*Angaben nur für den Internet Explorer mit Star-HTML-Hack gegen 3-Pixel-Bug*/

* html #container {
	height: 600px;
}

* html #contents {
	height: 270px;
}

* html #menu {
	margin-left: 1px;
}

