body, p a {
    font: normal 100.01% Helvetica, Arial, sans-serif;
    color: black; background-color: white;
  }
  p {
    margin: 3em 0 0 3em;  /* Positionierung des 'zurueck'-Links */
  }

  html {
    padding: 0;
  }
  body {
    margin: 0; padding: 0;
	background-image:url(UserFiles/Image/background.gif)
  }

  #fixiert {
    position: absolute;
    top: 0em; left: 0em;
    width: 100%;
    border: 0px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 0px;
	height: 210px;
	z-index: 1000;
  	background-image: url(UserFiles/Image/back_oben.png); 
  }
   
    * html #fixiert {
    position: absolute;
    top: 0em; left: 0em;
    width: 100%;
    border: 0px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 0px;
	height: 210px;
	z-index: 1000;
	background-image: url(UserFiles/Image/back_oben.gif);     
  }
   
   
  html>body #fixiert {  /* nur fuer moderne Browser! */
    position: fixed;
  }
 

  #Inhalt {
	margin-top:220px;
	margin-left: 20px;
	margin-bottom: 40px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: lowercase;
	
  }

  h1 {
    font-size: 1.5em;
    margin: 0.5em; padding: 0.3em;
    text-align: center;
    background-color: #fed;
    border: 2px ridge gray;
	text-transform: lowercase;
  }

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
}

a:link {
	color: #CC0000;
}

a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:visited {
	color: #CC0000;
}

a:active {
	color: #000000;
}

.fliesstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: lowercase;
	color: #666666;
}

.aktiv {
	color: #CC0000;
	font-weight:bold;
	}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: lowercase;
	color: #666666;
}

#text_links {
	float: left;
	width: 350px;
	margin-left:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: lowercase;
	color: #666666;
}

.print { 

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	display:none;
}

#text_rechts {
	float: left;
	width: 350px;
	margin-left:40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: lowercase;
	color: #666666;
}

#oben a {
	color: #000000;
}

#unten {
	clear: both;
	background-image: url(UserFiles/Image/back_unten.gif);
	background-repeat: no-repeat;
	/*position:absolute;
	bottom: 0em; left: 0em; */
    width: 100%;
    padding: 20px;
	height: 70px;
	z-index:1000;
}
 
#unten a {
	color: #818181;
}

 
 .headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #CC0000;
	margin-bottom: 20px;
	margin-top: 20px;
	text-transform: lowercase;
}

.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
  	list-style-type: none;
	display: block;
  }

#menu1 {
	margin-left: -24px;
	margin-top: -5px;
	z-index: 1000;
}

* html #menu1 {
	margin-left: -24px;
	margin-top: -12px;
	z-index: 1000;
}

#menu2 {
	margin-top: -35px;
	margin-left: 40px;
	z-index: 1000;
}

#menu2 ul {display:block; list-style-position: outside;}
#menu2 li {display:inline; padding:5px;list-style-position: outside;}

#menu1 ul { display:block; list-style-position: outside;}
#menu1 li {display:inline; padding:5px;list-style-position: outside;}

#menu2 a {color: #000000; }
#menu1 a {color: #000000; }

.logo {
	left: 580px;
	position: relative;
	padding-top: 40px;
	padding-bottom: 0px;
	z-index: 1000;
}

* html .logo {
	left: 580px;
	position: relative;
	padding-top: 50px;
	padding-bottom: 0px;
	z-index: 1000;
}

.sublogo {
	left: 580px;
	position: relative;
	margin-top: 20px;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: lowercase;
	color: #000000;
	z-index: 1000;
}

#klar { clear:left; }
.input {
	width: 90%;
}

form label {width: 150px; }
