body {
	color: black; 
	background-color: black;
	font-size: 12px;
	font-family: Verdana, Helvetica,Arial,sans-serif;
	margin: 0; 
	padding: 0em 0;
	text-align: center;  /* Zentrierung im Internet Explorer */
}

div#Seite {
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
	margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	width: 760px;
	padding: 0;
	background: white; /*url(hintergrund.gif) repeat-y;*/
	border: 1px ridge silver;
	left: 20px;
	position: absolute;
}
html>body div#Seite {
	border-color: gray;  /* Farbangleichung an den Internet Explorer  */
}

h1 {
	font-size: 14px;
	color: black;
	text-align: left;
	margin-left: 150px;
}

a:link {
	color: blue;
	text-decoration: none;
}

a:visited {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: #32cd32;
	text-decoration: none;
}

input {
	font-size: 11px;
	font-family: Verdana, Helvetica,Arial,sans-serif;
	text-align:right;
	border:none;
	background: white;
} 

table {
	font-size: 11px;
	font-family: Verdana, Helvetica,Arial,sans-serif;
}








ul#Navigation {
	font-size: 11px;
	float: left; 
	width: 140px;
	margin: 0 0 5px; 
	padding-top: 5px;
	padding-left: 0;
	padding-bottom: 380px;
	background: #f0e68c;
}

ul#Navigation li {
	list-style: none;
	margin: 0; 
	padding-top: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

ul#Navigation p {
	font-size: 14px;
	font-weight: bold;
}

ul#Navigation a {
	display: block;
	padding: 0px;
	font-weight: bold;
}

ul#Navigation a:link {
	color: yellow; 
	background-color: black;
	text-decoration: none;
}

ul#Navigation a:visited {
	color: yellow; 
	background-color: black;
	text-decoration: none;
}

ul#Navigation a:hover {
	color: black; 
	background-color: yellow;
	text-decoration: none;
}







div#Inhalt {
	margin: 0 0 10px 150px;
}
* html div#Inhalt {
	height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
	margin-bottom: 0;
}

div#Inhalt h2 {
	font-size: 13px;
	margin: 5px 0;
	color: green;
}

div#Inhalt p {
	margin: 1em 0;
}







p#Fusszeile {
	clear: both;
	font-size: 11px;
	color: #191970;
	margin: 0; 
	padding: 0em;
	text-align: center;
	background-color: #ffc0cb;
	border-top: 1px solid silver;
}