@charset "UTF-8";
/* Anna Haag Stiftung
Start 30. Juli 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: 2.5em;
	color: #4a6157;
	margin: 35px 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: 640px;
	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: 120px;
}
#hauptnavi {
	float:left;
	width: 300px;
	height: 90px;
	margin: 25px 0 10px 0px;
}
#seitenkopf #logo {
	float: left;
	width: 203px;
	height: 90px;
	margin-top: 25px;
	color: #004558;
}
#titel {
	float: left;
	width: 505px;
	height: 50px;
	float: left;
}
#panorama {
	width: 505px;
	height: 300px;
    margin: 0px 0 15px 0px;
	float: left;
}
#adresse {
	width: 505px;
	height: auto;
	float: left;
	color: #4a6157;
	text-align: center;
	margin: 5px 0 5px 0px;
}
#adresse a {
	font-size: 90%;
	color: #4a6157;
}
#adresse a:hover {
	color: #b8c7b1;
	background-color: #004558;
}
#hauptinhalt {
	width: 505px;
	height: auto;
	float: left;
	margin: 5px 0 5px 0px;
}
#aktuell {
	float: left;
	width: 505px;
	height: auto;
	margin: 10px 0 10px 0;
	color: #004558;
	text-align: center;
	font-size: 1.2em;
	margin: 10px 0px 20px 0px;
}

#seitenfuss {
	width: 505px;
	height:1.75em;
	text-align: right;
	padding-top: 5px;
	color: #4a6157;
	background-color: #f2edeb;
	clear: both;
}
#seitenfuss a {
	font-size: 90%;
	color: #4a6157;
}
#seitenfuss a:hover {
	color: #b8c7b1;
	background-color: #4a6157;
}
#seitenfuss a#eingang {
	font-weight: bold;
	text-align: right;
}
#quelle {
	display: none;
}
	.blau {
	color: #006A7B;
}
.marginal {
	font-size: 80%;
}

