@charset "UTF-8";
/* Anna Haag 
Start 17. März 2009
*/
* {
padding: 0;
margin:0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%; line-height: 1.4em;
	background-color: #d6c6c2;
}
h1 {
	text-align: left;
	line-height: 1.3em;
	font-size: 3em;
	color: #004558;
	margin: 57px 0 0 0;
	font-weight: normal;
}
h2 {
	font-size: 1.1em;
	margin: 15px 0 7px 20px;
}
h3 {
	font-size: 1.1em;
	margin: 15px 0 -3px 20px;
}
h4 {
	font-size: 0.7em;
}
a:link, a:visited {
	text-decoration: none;
}
#container {
	width: 505px; 
	height: auto;
	position:relative;
	left: 50%;
	margin-left: -251px;
	margin-top: 30px;
	margin-bottom: 50px;
	padding: 0 15px 5px 15px;
	background-color: #f2edeb;
}
#seitenkopf {
	width: 503px;
	height: 150px;
}
#hauptnavi {
	float:left;
	width: 300px;
	height: 122px;
	margin: 25px 0 10px 0px;
}
#seitenkopf #logo {
	float: left;
	width: 203px;
	height: 122px;
	margin-top: 25px;
	color: #004558;
}
#seitenkopf #logo a {
	color: #004558;
	font-size: 90%;
}
#seitenkopf #logo a:hover {
	color: #f2edeb;
	background-color: #004558;
}
#titel {
	width: 505px;
	height: 300px;
	float: left;
}
#titel a {
	text-decoration: none;
}
#panorama {
	width: 505px;
	height: 100px;
    margin: 5px 0 5px 0px;
	float: left;
}
#adresse {
	width: 505px;
	height: auto;
	float: left;
	color: #004558;
	text-align: center;
	margin: 5px 0 5px 0px;
}
#adresse a {
	font-size: 90%;
	color: #004558;
}
#adresse a:hover {
	color: #b8c7b1;
	background-color: #004558;
}
#hauptinhalt {
	width: 505px;
	height: auto;
	float: left;
	margin: 5px 0 5px 0px;
}
#hauptinhalt p {
	color: #004558;
	font-size: 1.2em;
	text-align: center;
	margin: 10px 0px 0 0px;
}
#hauptinhalt p#zitat {
	color: #333535;
	margin: 7px 50px 0 40px;
}
#hauptinhalt p#bildeinschub {
	color: #333535;
	margin: 25px 50px 0 20px;
}	
#seitenfuss {
	width: 505px;
	height:1.75em;
	text-align: right;
	padding-top: 5px;
	color: #004558;
	background-color: #f2edeb;
	clear: both;
}
#seitenfuss a {
	font-size: 90%;
	color: #004558;
}
#seitenfuss a:hover {
	color: #b8c7b1;
	background-color: #004558;
}
#quelle {
	display: none;
}
	.blau {
	color: #006A7B;
}
.marginal {
	font-size: 80%;
}

