﻿body,table,td,tr {
	color: #000000;
	background-color: #577EBD;
	font-family: verdana,arial,helvetica;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	scrollbar-face-color: #446D8C;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-shadow-color: #CFCFCF;
	scrollbar-highlight-color: #AFAFAF;
	scrollbar-3dlight-color: #0070C0;
	scrollbar-darkshadow-Color: #000000;
	text-decoration: none;
}

h1 {
  color: #FFFFFF;
  background-color: inherit;
  font-family: verdana,arial,helvetica;
  font-size: 24pt;
  font-weight: bold;
  
  
  
}

h2 {
	color: #003366;
	background-color: inherit;
	font-family: verdana,arial,helvetica;
	font-size: 14pt;
	font-weight: bold;
	text-align: left;
	letter-spacing: 10pt;
}

h3 {
  color: #00B0B0;
  background-color: inherit;
  font-family: verdana,arial,helvetica;
  font-size: 12pt;
  font-weight: bold;
  font-style: italic;
}

h4 {
  color: #325067;
  background-color: inherit;
  font-family: verdana,arial,helvetica;
  font-size: 12pt;
  font-weight: bold;
  font-style: italic;
}

h5 {
  color: #FFFFFF;
  background-color: inherit;
  font-family: verdana,arial,helvetica;
  font-size: 10pt;
  font-weight: bold;
}

h6  /*weiße Schrift, klein */ {
  color: #FFFFFF;
  background-color: inherit;
  font-family: verdana,arial,helvetica;
  font-size: 8 pt;
  font-weight: normal;
}

h7  /*schwarze Schrift, sehr klein */ {
	color: #000000;
	background-color: inherit;
	font-family: verdana,arial,helvetica;
	font-size: 6 pt;
	font-weight: normal;
}

h8  /*weiße Schrift, normal*/{
	font-family: verdana, arial, helvetica;
	font-size: 10pt;
	color: #FFFFFF;
	background-color: inherit;
}
h9  /*weiße Schrift, groß fett*/{
	font-family: verdana, arial, helvetica;
	font-size: 12pt;
	color: #FFFFFF;
    font-weight: bold;
	background-color: inherit;
}
h10  /*weiße Schrift, normal italic*/{
	font-family: verdana, arial, helvetica;
	font-size: 11pt;

	font: italic normal normal 100% serif;
	color: #FFFFFF;
	background-color: inherit;
}
h11  /*schwarze Schrift, normal italic*/{
	font-family: verdana, arial, helvetica;
	font-size: 10pt;

	font: italic normal normal 100% serif;
	color: #000000;
	background-color: inherit;
}







a:link, a:visited {
  color: #FFFFFF;
  background-color: inherit;
  text-decoration: none;
  font-weight: bold;
  font-size: 10pt;
}

a:active {
  color: #0050A0;
  background-color: inherit;
  text-decoration: none;
  font-weight: bold;
  font-size: 10pt;
}

a:hover {
  color: #0050A0;
  background-color: inherit;
  text-decoration: underline;
  font-weight: bold;
  font-size: 10pt;
}

td.oben {
   color: #FFFFFF;
   background-color: #577EBD;
   background:url(images/oben.jpg);
   font-family: verdana,arial,helvetica;
   font-size: 15pt; /*original: 20 */
   font-weight: bold;
   padding-bottom: 40px;
   margin: 0px;
   width: 755px;
   text-indent: 10px;   /*Texteinrückung:   original: 80 */
}

td.links {
   color: #FFFFFF;
   background-color: #577EBD;
   background:url(images/links.jpg);
   font-family: verdana,arial,helvetica;
   font-size: 12pt;
   font-weight: bold;
   padding: 0px;
   margin: 0px;
   width: 200px;
   height: 639px;
   text-indent: 10px;
}

.impressum {
   font-size: 6pt;
   font-weight: normal;
   }
   
   
.shadow {  -moz-box-shadow:    3px 3px 5px 6px #808080;  -webkit-box-shadow: 3px 3px 5px 6px #808080;  box-shadow:         3px 3px 5px 6px #808080;}
