body {
	color: black;
	background-color: lightblue;
	font-size: 12px;
	font-family: Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 0px 0;
	text-align: center;  
	/* Zentrierung im Internet Explorer */
}

div#Seite {
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
	margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	width: 780px;
	padding: 0;
	background: #ffffe0;   /*url(hintergrund.gif) repeat-y;*/
	border: 1px ridge silver;
}
html>body div#Seite {
	border-color: gray;  /* Farbangleichung an den Internet Explorer  */
}

h1 {
	font-size: 30px;
	color: #9AFF9A;    /*#9AFF9A*/
	margin: 0;
	padding-top: 70px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: left;
	background: url(bilder/panorama21b.jpg) no-repeat 0% 0%;
	/*border-bottom: 1px solid silver;*/
}

ul#Navigation {
	background-color: #9AFF9A;
	float: left;
	width: 140px;
	margin: 0 0 5px;
	padding-top: 30px;
	padding-left: 0;
	padding-bottom: 70px;
}

ul#Navigation li {
	font-size: 11px;
	list-style: none;
	margin: 0;
	padding: 5px;
}

ul#Navigation a {
	font-size: 12px;
	display: block;
	padding: 5px;
	font-weight: bold;
}

ul#Navigation a:link {
	color: #00008b;
	background-color: white;
	text-decoration: none;
}

ul#Navigation a:visited {
	color: #00008b;
	background-color: white;
	text-decoration: none;
}

ul#Navigation a:hover {
	color: black;
	background-color: #adff2f;
	text-decoration: none;
}

ul#Navigation a:active {
	color: #00008b;
	background-color: white;
	text-decoration: none;
}

div#Inhalt {
	margin: 0 0 20px 150px;
	padding: 0 10px;
}
* html div#Inhalt {
	height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
	margin-bottom: 0;
}

div#Inhalt h2 {
	font-size: 14px;
	margin: 10px 0;
	color: navy;
}

div#Inhalt h3 {
	font-size: 14px;
	margin: 10px 0;
	color: red;
	text-align: center;
	font-style: italic;
}

div#Inhalt p {
	font-size: 12px;
	margin: 5px 0;
}

p#Fusszeile {
	clear: both;
	font-size: 10px;
	color: #00008b;
	margin: 0;
	padding: 5px;
	text-align: center;
	background-color: #fed;
	border-top: 1px solid silver;
}

a:link {
	color: #00008b;
	text-decoration: none;
}

a:visited {
	color: #00008b;
	text-decoration: none;
}

a:hover {
	color: #adff2f;
	text-decoration: none;
}

input {
	text-align:right;
	border:none;
	background: #ffffe0;
} 
