BODY {
	font-family: Times;
	background-color: #fdd468;
	/*background-image: url(Bilder/Hintergrund.jpg);*/
	/*background-repeat: repeat;*/
}
#content {
	font-size: 15pt;
	width: 100%;
	background-color: #ac0200;
	color: #f8d071;
}
H1   {
          	font-size: 20pt;
          	text-align: center;
          }
H2   {
          	font-weight: bold;
          	text-align: center;
          	font-size: 15pt;
          }
H3   {
	        font-weight: bold;
	        text-align: center;
	        font-size: 16pt;
	 }
#sprachwahl {
	/*position:absolute;*/
	position:fixed;
	top:10px;
	left:10px;
	width:200px;
	height:30px;
	/*background-color:#fdd468;*/
}
#fusszeile {
	font-size: 11pt;
}
a:link    {
           font-variant: small-caps;
           font-weight: bold;
           color: #ca620e;
           font-family: Verdana;
           text-decoration: none;
          }
a:visited {
           font-variant: small-caps;
           font-weight: bold;
           color: #ca620e;
           font-family: Verdana;
           text-decoration: none;
          }
a:hover   {
           text-decoration: none;
           font-variant: small-caps;
           color: #560000;
           font-family: Verdana;
           font-weight: bold;
          }
a:link[class = fusszeile]    {
           font-size: 110%;
           font-variant: small-caps;
           font-weight: bold;
           color: #ac0200;
           font-family: Verdana;
           text-decoration: none;
          }
a:visited[class = fusszeile] {
           font-size: 110%;
           font-variant: small-caps;
           font-weight: bold;
           color: #ac0200;
           font-family: Verdana;
           text-decoration: none;
          }
a:hover[class = fusszeile]   {
           font-size: 110%;
           text-decoration: none;
           border-bottom-style: dotted;
           border-top-style: dotted;
           border-bottom-width: 1px;
           border-top-width: 1px;
           font-variant: small-caps;
           color: #560000;
           font-family: Verdana;
           font-weight: bold;
          }
.umrahmt   {
          	border:1px solid #000000;
          	padding:2px;
          }
.kleinlinks   {
          	text-align: left;
          	font-size: 11pt;
          }
FIELDSET   {
          	border-color: #f8d071;
          	border-width: 1px;
          	border-style: dotted;
          	width: 80%;
          }
LEGEND   {
          	border-style: dotted;
          	border-width: 1px;
          }
