  body, p, a, td {
    font: normal 12px Verdana, Tahoma, Helvetica, Arial, sans-serif;
    color: black; 
  }
  
  a {
  	color:#000099;
  }
  
  #content ul { 
	list-style-type : square;
	margin:2px;
	padding-left:15px;
	padding-top:10px;
	padding-bottom:10px;
}
  
 h1, .U1 { 
 	font-size:200%;
	font-weight:normal;
	text-transform:uppercase;   
	letter-spacing:0.3em;  
  }
  
  .U2 {
  	font-weight:bold;
  	font-size:160%
	letter-spacing:0.2em; 
  }
  
  .U3 {
  	font-weight:bold;
  	font-size:320%
	letter-spacing:0.6em;
  }
  
  .bodyTextBold, .U4 {
  	font-weight:bold;
  }
  
  .bodyTextSmall {
  	font-size:90%;
  }
  
  html {
    padding: 0;
  }

  body {
    margin: 0; padding: 0;	background-color: #FFF8E7;
  }
  
  #fixiert {
	position: absolute;
	top: 0;
	left:20px;
	width: 190px;
	height:100%;
	text-align : center;
	/* background-image:url(../pix/bgr_fixed.gif);
	background-repeat:repeat-x; */
	background-color : #FFF3D6;
	border-left: 1px solid #310000;
	border-right: 1px solid #310000;
}
  
  html>body #fixiert {  /* nur fuer moderne Browser! */
    position: fixed;
  }
  
  #content {
	position: absolute;
	margin-left: 220px;
	margin-top: 38px;
	padding: 20px;
	width: 560px;
	/* border : 1px dashed black; */
}

#content .contentimg {
	float:right;
	margin-left: 20px;
	border: 2px solid silver;
}

#content hr {
    width: 100%;
	height: 1px;
	color: black;  
  }


#top1 {
    margin: 0; padding: 0;
	height:52px;
    text-align: left;
/*	background-color: #310000; e2d6bb */
	background-color: #e6d5a7;
 }

#top2 {
	margin: 0;
	padding:0;
	top:27px;
	height:20px;
/*	background-color: #7B0400; */
	background-color: #7B0400;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

#subnav {
	margin: 0 0 2px 0;
	text-align: right;
	height: 100%;
	vertical-align : bottom;
	font-family: Verdana,Tahoma, Arial;
	color : White;
	width : 800px;
}

#subnav a {
	color:white;
	text-decoration : none;
	font-size : 10px;
}

#subnav a:link {
	color: white;
}

#subnav a:hover {
	color: #eeeeee;
	text-decoration: overline;
}

  
#Navigation {
	margin: 0;
	padding: 80px 0 0 0;
	/*padding: 112px 0 0 0;*/
}
  
  #Navigation li {
	list-style: none;
	height: 18px;
	vertical-align: middle;
	padding: 0;
	margin: 0;
}

  ul#Navigation .navtitle {
	display: block;
	margin: 0;
	padding: 4px 0px 0px 4px;
	height: 100%;
	font-size:11px;
	font-weight: bold;
	border-top: 1px solid #C3B79B;
	text-decoration: none;
	text-transform:uppercase; 
	text-align : left;
	background-color:#e6d5a7;
}

  ul#Navigation a {
	display: block;
	margin: 0;
	padding: 4px 0px 0px 10px;
	height: 100%;
	font-size:11px;
	font-weight: bold;
	border-top: 1px solid #C3B79B;
	text-decoration: none;
	text-align : left;
	
}
  ul#Navigation a:link {
    color: #310000; 
	background-color: #F7EBCF;
  }
  
  ul#Navigation a:visited {
    color: #310000;
	background-color:#F7EBCF;
  }
  ul#Navigation a:hover {
    color: #310000;
	background-color: #FFF8E7;
 }
  ul#Navigation a:active {
    color: #310000;
	background-color: #FFF8E7;
  }
  
  ul#Navigation .dummy {
	 border-top: 1px solid #C3B79B;
	 height: 1px;
}

.hline {
	border:0px;
	margin-top:10px;
	margin-bottom:10px;
	background-color:#666666;
	height:1px;
	width:100%;
}

.formular { border-width:1px; border-style:solid; border-color:#999999; font-familiy: Courier, Arial, sans-serif; font-size:12px; }
