 
<style type="text/css">


/* Tooltip */
a.tooltip, a.tooltip:link, a.tooltip:visited, a.tooltip:active  {
	position: relative;
	text-decoration: none;
  }
  
a.tooltip:hover {
	background-color:transparent;
  }

a.tooltip span {
	display: none;
	text-decoration: none;
	visibility: visible;
	z-index: 40;
	left: 130px;
	top: 0px;
	height: auto;
	width: auto;
}

a.tooltip:hover span {
	display: block;
	position: absolute;
	visibility:visible;
	background-color:#ffffff;
	z-index: 40;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
  }
    
    body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
    }
    
   
   
body,td,th {
	color: #333333;
}
.text {
	font-size: 13px;
	color: #3C3C3C;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}
.Stil6 {
	font-size: 10px;
	color: #956960;
	font-weight: bold;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.Stil8 {
	font-size: 11px;
	color: #956960;
	font-weight: bold;
	line-height: 14px;
}
    
	
	
  
    body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
	background-color: #303B3D;
	background-image: url(images_web/hintergrund-01.gif);
	background-repeat: repeat;
    }
    .twoColFixLtHdr #container {
	width: 1000px;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 580px;
	padding-top: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 0px;
    } 
    .twoColFixLtHdr #header {
	height: 130px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
    } 
    .twoColFixLtHdr #header h1 {
    	margin: 0; /* Wenn Sie den Rand des letzten Elements im #header-div auf 0 einstellen, können Sie das Auftreten unerwarteter Abstände zwischen divs vermeiden. Wenn das div einen Rahmen hat, ist dies unnötig, weil dieser Rahmen die gleiche Wirkung hat. */
    	padding: 10px 0; /* Durch die Verwendung der Auffüllung anstelle von Rändern lässt sich gewährleisten, dass das Element die Kanten des div nicht berührt. */
    }
    .twoColFixLtHdr #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 200px;
	height: 400px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
    }
    .twoColFixLtHdr #mainContent {
	background-color: #F0F0F0;
	margin-right: 20;
	margin-left: 280px;
	padding-right: 15px;
	padding-left: 30px;
	width: 640px;
	right: 260px;
	padding-top: 20px;
	padding-bottom: 15px;
	margin-top: 25px;
	height: auto;
    } 
    .twoColFixLtHdr #footer {
	height: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #303B3D;
    } 
    .twoColFixLtHdr #footer p {
    	margin: 0; /* Wenn Sie die Ränder des ersten Elements in der Fußzeile auf 0 einstellen, können Sie unerwartete Abstände zwischen divs vermeiden. */
    	padding: 10px 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
    }
    .fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
    	float: right;
    	margin-left: 8px;
    }
    .fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
    	float: left;
    	margin-right: 8px;
    }
    .clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
body,td,th {
	color: #333333;

}
h1 {
	color: #999999;
}
.Stil2 {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
}
.Stil9 {
	color: #AA4A34;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
.Stil10 {
	color: #AA4A34;
	font-weight: bold;.Stil33 {
	color: #AFB261;
	font-weight: bold;
}
.Stil37 {
	color: #E3DAEE;
	font-weight: bold;
	font-size: 12pt;
}
.Stil38 {
	color: #8CCDDA;
	font-weight: bold;
}
.Stil39 {
	color: #4B5E74;
	font-weight: bold;
	font-size: 12pt;
}
.Stil40 {
	color: #AFB261;
	font-size: 13px;
}
.Stil43 {color: #8CCDDA}
.Stil45 {
	color: #AA4A34;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.Stil46 {
	color: #E3DAEE;
	font-weight: bold;
}
.Stil47 {
	color: #4C5E74;
	font-weight: bold;
}
.Stil48 {
	color: #9E736A;
	font-weight: bold;
}

	font-size: 12pt;
}
.Stil12 {
	color: #8CCDDA;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
.Stil14 {
	color: #BEB9C9;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
.Stil16 {
	color: #4C5E74;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
}
.Stil18 {
	color: #93695E;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
}
.Stil20 {color: #455668; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 13pt; }
.Stil21 {font-size: 14pt}
 
.Stil23 {font-size: 13pt}
.Stil25 {font-size: 15pt}
.Stil26 {font-size: 16pt}
.Stil27 {font-size: 12pt}
.Stil28 {
	font-size: 10pt
}

   

    </style>
