/* Standard-CSS fuer Screendarstellung */
body {
	margin: 0px 0px 0px 0px;
	background: #D6DCE9;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	color: #000;
	behavior:url('/csshover.htc');
}
/* Seite mit Kopfhintergrund */
#page { background: #D6DCE9 url(/img/background.gif) top left repeat-x; }
#head { margin-left: 150px; width:610px; }
/* Kopfbereich (nur auf Startseite) */
#head .kasten { background: #ADBAD2 url(/img/bildleiste.jpg) top left no-repeat; width: 610px; padding:70px 0px 0px 0px; margin: 0px 0px 0px 0px; }
#head .kasten p { padding: 0px 4px 4px 4px; margin: 0px 0px 0px 0px; color: #5C75A5; }
#head .kasten h1 { color: #fff; text-align: center; font-size:1.2em; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; }
#head .kasten h2 { color: #5C75A5; text-align: center; font-size:1.4em; font-weight:normal; font-style:italic; margin: 8px 0px 0px 0px; }

/* linke Spalte (enthaelt Klappmenue) */
#left { width: 150px; float:left; }
/* #nav enthaelt die Kopfnavigation */
#nav {
	list-style:none;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 18px 0px;
	width: 627px;
}

#nav li {
	display: inline;
	width: 250px;
	font-size:1.1em;
	margin-right: 27px;
}

#nav li a {
	color: #D6DCE9;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 40px 18px 3px;
	background:#5C75A5 url(/img/0.gif) top left no-repeat;
}
#nav li a:hover {
	color: #5C75A5;
	background:#D6DCE9 ;
}
/* Inhaltscontainer */
#content { background: #E9F3F2; padding: 0px 10px 10px 20px; }
#content .aktuellbild { float:right; margin: 16px 0px 0px 8px; }
#content h1 { color: #5C75A5; font-size: 1.4em; margin: 0px 0px 0px 0px; padding: 8px 0px 0px 0px; }
#content h2 { padding: 0px 0px 0px 34px; font-size:1.0em; margin:16px 0px 0px 0px; }
#content p { padding: 0px 0px 0px 34px; margin: 0px 0px 0px 0px; }
#content a { color:#5C75A5; font-style:italic;text-decoration:none; }
#content a:hover { text-decoration:underline; }
/* Fussbereich */
#footer {
	clear: both;
	background: #C1CBDD;
	padding-left: 150px;
}
#footer a { color: #000; font-style:italic; text-decoration:none; }
#footer a:hover { text-decoration: underline; }
