body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: blue;
	margin: 10px 10px 0px 10px;
	padding: 0px;
	font-size: 12px;
	background-color: black;
	text-align: center;  /* Zentrierung im Internet Explorer */
}

#caixa {
	position: absolute;
	text-align: left;
	width: 760px;
	top: 0px;
	left: 20px;
	border: 1px solid #000;		
	background-color: #F0FFF0;
}

h1 {
	font-size: 23px;
	color: yellow;
	margin: 0; 
	padding-top: 88px;
	padding-left: 20px;
	text-align: left;
	background: url(../bilder/Panorama_fundo4.jpg) no-repeat 0% 0%;
	border-bottom: 0px solid white;
}

h2 {
	font-size: 12px;
	margin: 10px 0;
	color: blue;
}

a:link {
	color: purple;
	text-decoration: none;
}

a:visited {
	color: purple;
	text-decoration: none;
}

a:hover {
	color: #fa8072;
	text-decoration: none;
}








ul#Navigation {
	font-size: 11px;
	float: left; 
	width: 150px;
	margin: 0 0 5px; 
	padding-top: 40px;
	padding-left: 0;
	padding-bottom: 440px;
	background: #f0e68c;
}

ul#Navigation li {
	list-style: none;
	margin: 0; 
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

ul#Navigation a {
	display: block;
	padding: 5px;
	font-weight: bold;
}

ul#Navigation a:link {
	color: yellow;            /*#00008b; */
	background-color: black;
	text-decoration: none;
}

ul#Navigation a:visited {
	color: yellow;            /*#00008b; */ 
    	background-color: black;
    	text-decoration: none;
}

ul#Navigation a:hover {
	color: black; 
	background-color: yellow;
	text-decoration: none;
}



div#centercontent {
	padding: 0 10px;
	margin-left: 150px;
	margin-right: 140px;
	margin-top: 0px;
}
html>body #centercontent {
	margin-left: 150px;
	margin-right: 140px;
	margin-top: 0px;
}
* html div#centercontent {
	height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
	margin-bottom: 0;
}

div#centercontent p {
	margin: 5px 0;
}






div#rightcontent {
	position: absolute;
	top: 180px;
	width: 120px;
	color: #000080;
	background: #B0E0E6;
    	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;	
	right: 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;
}