body {
	font-family: Georgia, Times New Roman, Times, serif;
	/*background-image: url(../Bilder/backgrest.gif);*/
}

p {
	font-size: 0.8em;
	text-align: justify;
	margin: 0 0 15px 0;
}

address {
	width: 281px;
	font-style: normal;
	float: left;
	font-size: 14px;
	color: white;
	text-align: center;
}

img {
	border: 1px solid black;
}

h1 {
	display: inline;
	font-size: 100%;
	font-weight: normal;
	color: white;
}

h2 {
	font-size: 1.2em;
	color: #990000;
	margin: 10px 15px 10px 15px;
	border-bottom: 1px  dashed #900;
}

h3 {
	margin: 0px;
	font-size: 100%;
}

h4 {
	color: #990000;
	font-size: 100%;
	margin: 10px 0 0 0;
}

hr {
	clear: both;
	display: none;
	margin: 0;
	padding: 0;
}

/* pseudo ----------- */
a:link { color: #990000; }

a:visited { color: #990000; }

a:active { color: #990000; }

a:hover, #valid a:hover {
	color: #FFFFFF;
	background-color: #990000;
	text-decoration: none;
}

/* id -------------- */
#container {
	margin-left: auto;
	margin-right: auto;
	width: 749px;
	border: 1px black solid;
	background-image: url("Bilder/backg_container.gif");
}

#header {
	background-image: url("Bilder/header_backg.gif");
	width: 749px;
	height: 139px;
	padding: 9px 0 0 0;
}

#wappen {
	background-image: url("Bilder/wappenweiss.gif");
	background-repeat: no-repeat;
	width: 140px;
	height: 128px;
	margin-left:150px;float:left;display: inline;
}

#logo {
	background-image: url("Bilder/sommers.gif");
	background-repeat: no-repeat;
	width: 281px;
	height: 61px;
	margin-left: 290px;
}

#navi { 
	clear:both;
}

#navi li , #navi ul {
	padding:0;margin:0;
	list-style: none;
	display: inline;
}

#navi a, #navi span {
	margin: 0;
	padding: 0;
	color: black;
	text-decoration: none;
	text-align: center;
	font-family: Garamond, Georgia, serif;
	font-style: italic;
    font-weight: bold;
	font-size: 18px;
	background-repeat: no-repeat;
	background-color: transparent;
	width: 107px;
	height: 22px;
	float: left;
}

#navi a { background-image: url("Bilder/navi.gif"); }

#navi span { background-image: url("Bilder/navi_active.gif"); }

/* margin-left in jedem ordner extra, entsprechend der position unter navi */
#subnavi {
	clear:both;
	padding-top:5px;
	font-weight: bold;
	color: black;
	font-size: 11px;
	font-style: italic;/*font-family: Verdana;*/
}

/* wenn kein rightcontent definiert, dann wird dieses format für alles benutzt, deshalb kein width */
#leftcontent {
	float:left;/*border: 1px solid black;*/
	padding: 0 15px 15px 15px;
}

#rightcontent {
	margin-left: 290px;/*border: 1px solid black;*/
	width: 444px;
}

#footer a {
	color: white;
	background-color: transparent;
}

#footer {
	clear:both;
	padding-top:5px;
	font-size: 14px;
	width: 749px;
	height: 25px;
	color: white;
	text-align: center;
	background-image: url("Bilder/header_backg.gif");
}

#opening {
	background-color: white;
	border: 1px dashed black;
	font-size: 0.8em;
	padding: 10px;
	margin-top: 10px;
	width: 240px;
}

#opening h3 {
	display: block;
}

#valid {
	clear: both;
	text-align: right;
	font-size: 11px;
	margin: 3px;
}

#valid a {
	text-decoration: none;
}

/* kein hintergrund bei bildern */
a.transparent { background: transparent; }

.centered {
	text-align: center;
}

.whitebox {
	background-color: white;
	border: 1px dashed black;
	padding: 8px;
	margin-bottom: 10px;
}

.whitebox p {
	margin: 0;
}