body {
    color: #666; background-color: white;
    font-size: 100.01%;
    font-family: Arial;
}
A:LINK {
	text-decoration : none;
	color: #666;
}
A:VISITED {
	text-decoration : none;
	color : silver;
}
A:HOVER {
	text-decoration : underline;
}
A:ACTIVE {
	color : silver;
	text-decoration : none;
}

hr {
	color: Black;
}
  /* hier: die Formular - Formatierung */
form
   { padding:2px; border:0px solid #666666;  font-size: 10pt; }
td, input, select, textarea
   { font-size: 10pt; }
input, select, textarea
   { color: #006699; background-color: #ADD8E6; }
 
   /* hier: die Seitenbereiche: */
  
#ALL {
  	width: 982px;
	border: 0px solid green;
	align: center;
}
  
div#TOP {
  	width: 982px;
	padding: 0px;
	border: 0px solid navy;
}
  
div#TOP td {
  	border: 0px dashed #666;
	vertical-align: bottom;
	text-align: left;
}
  
.subhead {
  	font-size: 0.8em;
}
  
#SUBNAV {
  	float: left; width: 182px;
	border: 0px dotted blue;
	margin-top: 1em;
}
  
div#SUBNAV td {
  	padding : 0.8em;
	text-align: left;
	font-size: 0.8em;
	font-variant: small-caps;
}
 
ul#Navigation {
  	float: left;  width: 182px;
	margin: 0px 0px 0px 20px;
	padding: 0;
	text-align: left;
	font-size: 0.83em;
	border: 0px dashed fuchsia;
}

ul#Navigation li {
	list-style: none;
	padding: 0.5em;
	height:34px;
	background-image: url(../img/nav_bg_.jpg); background-repeat : no-repeat;
	vertical-align: middle;
	letter-spacing: 0.08em;
	font-variant: small-caps;
}

ul#Navigation a {
	display: block;
	padding: 0.2em;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
	font: small-caps;
}
  
#Navigation a {
	display: block;
	padding: 0.2em;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
	font: small-caps;
}

#Navigation a:link {
    color: #666;
}

#Navigation a:visited {
    color: #006699;
}

#Navigation a:hover {
    color: #000;
}

#Navigation a:active {
    color: #006699;
}

div#Inhalt a.horznav {
	font-size: 1.0em;
	padding-left: 0.4em;
	padding-right: 1.8em;
	font-weight: bold;
	text-decoration: none;
}
 
div#Inhalt a.horznav:link {
 	color: #666;
}
 
div#Inhalt a.horznav:visited {
 	color: #006699;
}
  
div#Inhalt a.horznav:hover {
	background-color: transparent;
	color: #000;
}
 
div#Inhalt a.horznav:active {
	color: #006699;  
}
 
div#Inhalt {
	position: relative; left: 18px;
	font-family : Georgia;
	width: 52%;
	border: 0px dashed lime;
	text-align: left;
	padding: 0em;
	margin: 0%;
}

div#Inhalt h1 {
   font-size: 1.5em;
	font-style: italic;
	padding-top: 0.9em;
	line-height: 12pt;
	margin: 0em;
	color: #006699;
}

div#Inhalt h2 {
	font-size: 1.2em;
	color: #666;
	line-height: 14pt;
	padding-bottom: 2%;
}

div#Inhalt p {
	font-family : Georgia;
	font-size: 0.8em;
	font-weight: light;
	color: #666;
	letter-spacing: 0.8pt;
	line-height: 13pt;
}

div#Inhalt table {
	font-family : Georgia;
	font-size: 0.8em;
	font-weight: light;
	color: #666;
	letter-spacing: 0.8pt;
	line-height: 14pt;
}
 
div#Inhalt ul {
	font-family : Georgia;
	font-size: 0.8em;
	font-weight: light;
	color: #666;
	letter-spacing: 0.8pt;
	line-height: 16pt;
	list-style: none;
	margin-bottom: 12pt;
}

div#Inhalt a {
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: none;
}
 
div#Inhalt a:link {
 	color: #666;
}
 
div#Inhalt a:visited {
 	color: #006699;
}
  
div#Inhalt a:hover {
	background-color: transparent;
	color: #000;
}
 
div#Inhalt a:active {
	color: #006699;  
}
   
a.subnav {
	font-size: 0.9em;
	font-variant: small-caps;
	padding: 0.8em;
	line-height: 14pt;
	color: gray;
	text-align: right;
	text-decoration: none;
	background-image: url(../gfx/lang_1.gif); background-repeat: no-repeat; background-position: right;
}
  
a.subnav:link, a.subpnav:visited, a.subnav:active {
	background-image: url(../gfx/lang_1.gif); background-repeat: no-repeat; background-position: right;
	color: #666;
}
  
a.subnav:hover {
 	background-image: url(../gfx/lang_2.gif); background-repeat: no-repeat; background-position: right;
	color: #000;
}
    
div#Info {
	font-size: 0.9em;
	float: right;
	margin: 0px 18px 0px 10px; padding: 0;
	border-left: 0px solid #006699;
	text-align: center;
}

div#Info h4 {
	font-size: 1.1em;
	text-align: right;
	margin: 0 0;
	color: #006699;
}

div#Info h5 {
	font-size: 0.8em;
	text-align: center;
	line-height: 12pt;
	margin: 0 0;
	color: #666;
}

div#Info p {
   text-align: center;
   color: silver;
   margin-bottom: 3em;
   padding: 0;
}