body {
    margin-top:0px;
    margin-left:0px;
    background-color:#FFFFFF;
    color: #000000;
    font-family: Georgia;
    font-size:10pt;
}
p {
    color: #000000;
    vertical-align: top;
    padding: 10px; 
    margin: 0px;
}
u {
    text-decoration:underline;
}
b  {
    font-weight:bold;
}
h1 {
    font-size:14pt;
    font-weight:bold;
}
h2 {
    font-size:12pt;
    font-weight:bold;
}
h3 {
    font-size:10pt;
    font-weight:bold;
}
h4 {
    font-size:10pt;
    text-decoration:underline;
}
a.bild:link {
    text-decoration:none;
}
a.bild:visited {
    text-decoration:none;
}
a.bild:hover {
    text-decoration:none;
}
a.copyright:link {
    color: #FFFFCC;
    font-size: 8pt;
    text-decoration: underline;
}
a.copyright:visited {
    color: #FFFFCC;
    font-size: 8pt;
    text-decoration: underline;
}
a.copyright:hover {
    color: #FFFFCC;
    font-size: 8pt;
    text-decoration: overline underline;
}
p.copyright {
   color: #FFFFCC;
   font-size: 8pt;
   vertical-align: top;
   padding: 0px; 
   margin: 0px;
}
#kopf {
   Position:absolute;
   top:0px;
   left:0px;
   height:130px;
   width:989px;
   z-index:2;
   background-image: url('../images/bg_kopf.jpg');
   background-attachment: fixed;
   border-top:1px solid #999A9B;
   border-left:1px solid #999A9B;
}
#kopf_rechts {
   Position:absolute;
   top:0px;
   left:0px;
   height:130px;
   width:99%;
   z-index:1;
   background-image: url('../images/bg_oben.gif');
   background-attachment: fixed;
   background-repeat:repeat-x;
   border-right:1px solid #999A9B;
   border-top:1px solid #999A9B;
}
#menue {
   Position:relative;
   top:130px;
   left:0px;
   width:169px;
   height:450px;
   z-index:2;
   background-image: url('../images/bg_menue.gif');
   background-attachment: fixed;
   background-repeat:repeat-y;
   border-left:1px solid #999A9B;
   clear:both;
}
#main {
   Position:absolute;
   top:130px;
   left:169px;
   height:440px;
   width:823px;
   overflow:auto;
   z-index:2;
   background-color:#95C2FF;
   border-left:1px solid #999A9B;
   border-right:1px solid #999A9B;
   border-top:1px solid #999A9B;
   border-bottom:1px solid #999A9B;
}
#rand {
   Position:absolute;
   top:130px;
   left:0px;
   height:450px;
   width:99%;
   z-index:1;
   background-color:#FFFFFF;
   border-right:1px solid #999A9B;
}
#footer {
   Position:absolute;
   top:580px;
   left:-1px;
   height:20px;
   line-height:20px; 
   vertical-align: top;
   padding: 0px; 
   margin: 0px;
   width:99%;
   background-color:#95C2FF;
   border-left:1px solid #999A9B;
   border-right:1px solid #999A9B;
   border-top:1px solid #999A9B;
   border-bottom:1px solid #999A9B;
}   

/* Menüformatierung */   
td.menue { background-color: #95C2FF }
a.menue:link, a.menue:visited { 
	color: #0000FF; 
	text-decoration: none;
	font-size: 10pt;
	padding: 0px; 
	width:150px;
}
a.menue:hover	{
	color: #FFFFFF;
	background: #4951E4;
	}
div#content a span.hinweis {
	display: none;
}
div#content a:hover span.hinweis {
	position:absolute;
	display: block;
	bottom: 0px;
	left:10px;
	width: 140px;
	height:140px;
	padding: 2px; 
	z-index: 100;
	color: #000000;
	font-size: 8pt;
  font-style:italic;
	background-color:transparent;
}
/* Formularformatierung */   
form
{
  	text-align:	center;
  	display:  	block;
}

fieldset
{
	text-align:	left;
  	border:  	1px solid #000;
  	display:  	block;
  	padding:  	1em 2em;
  	clear:  	both;
  	width:  	40em; /* wichtig */
  	margin:  	1em 0 0 0;
}
legend
{
	    font-weight:bold;
}