html {

}

body {
   z-index: 0;
	background: #Ffffff url(../grafik/logo_zahnkranzlinie.gif) no-repeat fixed right bottom;
	color: #404040;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 55px 0px 52px 0px; //* wegen festem Kopf und Fuss *//
}

/* ******************************** */
/* Positionierung von Kopf und Fuss */
/* inklusive Fixierung oben und     */
/* unten.                           */
/* ******************************** */

div#kopf {
	position:absolute;
	top:0px;
	width: 100%;
	text-align:center;
   background-color: #00009e;
	height: 55px;
	padding-left: 10px;
	padding-top: 3px;
}

div#fuss {
	position:absolute;
	bottom:0px;
	height: 52px;
	width: 100%;
	text-align:center;
	background-color: #00009e;
}

div#content_container {
	padding-top: 10px;
}

#menu {
	position:absolute;
   top: 58px;
	width: 150px;
	height: 100%;
	margin-left: 10px;
	margin-top: 0px; */
	border-right: 1px solid silver;
	font-size: 90%;
}

@media screen{
	body>div#kopf{
		position:fixed;
		background-color: #00009e;
	}
	body>div#fuss{
		position: fixed;
		background-color: #00009e;
	}
	body>#menu {
		position:fixed;
		border-right: 1px solid silver;
	}
}

* html body {
	background: White url(../grafik/logo_zahnkranzlinie.gif) no-repeat fixed right bottom;
	overflow: hidden;
}

* html div#content_container {
   height: 100%;
	overflow: auto;
}


/* Abstand des Inhalts erst neben dem Menu beginnen */
#content {
   padding-left: 185px;
	padding-right: 15px;
	}

	
/* *****************************	*/
/* normale Formatierungen ....   */
/* *****************************	*/


a {
	color: blue;
	text-decoration: none;
}
	
a:visited {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: red;
}

a:active {
	
}
	
/* *********************** */
/* Links im Hauptmenu      */
/* *********************** */

#menu ul {
	margin-top: 4px;
	margin-bottom: 4px;
}

#menu li {
	list-style: disc;
	margin-left: -22px;
}

#menu a {
   display: block;
	padding: 2px 3px 2px 5px;
	color: #404040;
	text-decoration: none;
}

#menu a:visited {
	padding: 2px 3px 2px 5px;
	color: #404040;
	text-decoration: none;
}

#menu a:hover {
	padding: 2px 3px 2px 5px;
	color: #ffffff;
	background-color: #00009e;
}

#menu a:active {
	padding: 2px 3px 2px 5px;
	color: #404040;
	text-decoration: none;
}

.menu_text {
   clear: both;
}

#current {
   border-top: 1px solid silver;
   border-bottom: 1px solid silver;
}

/* *********************** */
/* Kleinkram               */
/* *********************** */

#kopf h1, h2 {
	margin: 0px 0px 0px 0px;
}

input {
	width: 250px;
	border: 1px solid silver;
}

textarea {
	width: 400px;
	border: 1px solid silver;
}

 h2, h3, h4, h5 {
 	margin: 0px 0px 1px 0px;
 }
  
 #content h2 {
 	border-bottom: 1px solid silver;
	margin-bottom: 10px;
 }

 #content h3 {
   margin-bottom: 10px;
 	padding: 3px 3px 3px 3px;
	background-color: #dcdcdc;
 }
 
 #content img {
 	border: 1px solid black;
 }
 
 #content td {
   margin: 0px 0px 0px 0px;
   padding: 5px 5px 5px 5px;
 	text-align:left;
	vertical-align: top;
 }
 
 #content th {
	background-color: #a9a9a9;
}

 p {
 	margin: 0px 0px 6px 0px;
 }