body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0p 0px;
	border:none;
	background: #9998FE;
	font-family: Arial, Verdana, sans-serif;
	color: #060771;
	font-size:0.8em;
}

a {
	color: #060771;
	text-decoration: underline;
}
a:hover { color: #3826FF; text-decoration: underline; }

#global { width:770px; background:#ECE8DE url(images/hintergrund.gif) top left no-repeat; }

#kopf { text-align:right; clear:both;}

#auswahl { width: 220px; float: left; }
#auswahl ul { width:220px;list-style:none; padding:0px 0px 0px; margin: 0px 0px 0px 0px; }
#auswahl li { width:220px;height:34px; padding: 0px 0px 0px; }
#auswahl a { font-weight:bold; display:block; width:200px; padding:10px 2px 10px 10px; text-decoration:none; background: url(images/button_background_normal.gif) top left no-repeat; }
#auswahl a:hover, #auswahl a.aktiv {
	color: #3826FF;
	background: url(images/button_background_aktiv.gif) top left no-repeat;
}

#inhalt { margin-left:220px; padding-right:10px; }
#inhalt p { line-height:1.4em; color:#060771; }
#inhalt h1 { font-size:1.4em; color:#060771; }
#inhalt h2 { font-size:1.2em; color:#060771; }
#inhalt h3 { font-size:1.0em; color:#060771; }
#inhalt ul { list-style:bullet; }
#inhalt li { margin-bottom:0.3em; line-height:1.4em; }
#inhalt table { font-size:1.0em; border:1px solid #000; background:#FEFEFE; }
#inhalt table caption { padding:5px; font-style:italic; }
#inhalt th { background:#F0F0F0; padding:5px; }
#inhalt td { padding:5px; background:#fff;margin:0px; }

#fuss { width:770px; background:#fff url(images/hintergrund2.gif) bottom left no-repeat; height:105px; clear: both; }
#fuss p { padding:50px 5px 5px 90px; }
#fuss p.links { float:left; }
#fuss p.rechts { text-align:right; }

