@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0; 
	padding: 0;
	border: 0;
}
.thrColFixHdr #container {
    background-color: #EBEBEB;
    font-family: Verdana,sans-serif;
    font-size: 12px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    text-align: left;
    width: 800px;
}

.thrColFixHdr #header { 
	background: #DDDDDD; 
	padding: 0 10px 0 10px;  /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. Wenn im #header anstelle von Text ein Bild eingesetzt wird, sollten Sie die Auffüllung entfernen. */
} 
.thrColFixHdr #header h1 {
	margin: 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. */
	position: static;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 112px;
}

.thrColFixHdr #sidebar1 {
    background-attachment: scroll;
 /*   background-clip: border-box; */
    background-color: transparent;
    background-image: none;
 /*   background-origin: padding-box; */
    background-position: 0 0;
    background-repeat: repeat;
/*    background-size: auto auto; */
    color: #000000;
    float: left;
    height: 305px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 119px;
}

.thrColFixHdr #mainContent {
    background-attachment: scroll;
    background-color: transparent;
    background-image: url("struktur/Baum11.jpg");
    background-position: right top;
    background-repeat: no-repeat;
    color: #000000;
    font-size: 11px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 135px;
    padding-right: 10px;
    padding-top: 0;
}

.thrColFixHdr #footer { 
	padding: 10px 10px 0 10px; /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. */
	background:#EBEBEB;
} 
.thrColFixHdr #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. */
	text-align: center;
	font-size: 9px;
	color: #333;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #316592;
	background-color: #FFF7D3;
	background-image: url(struktur/Hintergrund.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.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;
}
/*a:hover {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #CCC;
}*/
.gelb{
  font-family: Verdana, sans-serif;
  font-size: 9px;  
  text-decoration:none;
  background-color:#FFC507;
}

.block{
	word-spacing: normal;
	display: block;
}
/* Relativer Tooltip */
a.tooltip, a.tooltip:link, a.tooltip:visited, a.tooltip:active  {
	position: relative;
	text-decoration: underline;
	color: #000;
  }
  
a.tooltip:hover {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000;
  }

a.tooltip span {
  display: none;  
  text-decoration: none; 
}

a.tooltip:hover span {
	display: block;
	position: absolute;
	top: 20px;
	width: 512px;
	z-index: 100;
	color: #000000;
	border:1px solid #000000;
	background: #FFFFCC;
	font: 11px Verdana, sans-serif;
	text-align: left;
	float: none;
	right: 0px;
  }

  
a.tooltip span b {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: yellow;
  background-color: gray;
  border: 0px;
  border-bottom: 1px solid black;
}
F1 {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	font-weight: 600;
	color: #666;
	right: auto;
	position: absolute;
	clip: rect(auto,auto,auto,auto);
	text-align: center;
	width: 508px;
	left: 569px;
}

.linkssem {
     padding: 10px 0 0 0;		
		}
	 
.linkssem a:link {
	color: #000;
	text-decoration: underline;
}
.linkssem a:visited {
	color: #666;
}
.linkssemin a:active,
.linkssemin a:hover {
 color: #b787c9;
 text-decoration: underline;
}
.kontakt {
	margin-left: 76px;
}
#kontaktformular label {
	width: 150px;
	display: block;
	float: left;
}
#kontaktformular input, textarea {
	border-bottom: 1px solid #5C6071;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background: #EFEFEF;
	padding-top: 3px;
	padding-bottom: 1px;
}

.top {vertical-align: top;}

.textcontainer {
	float: right;
	height: 335px;
	width: 300px;
}

.textcontainer2 {
	float: right;
	height: 335px;
	width: 310px;
}

.textcontainer3 {
	float: right;
	height: 330px;
	width: 250px;
}

.textcontainer4 {
	float: right;
	height: 200px;
	width: 450px;
}

.foto1 {
	float: right;
	height: 200px;
	width: 230px;
	text-align: justify;
}    
.text1 {
	float: left;
	height: 200px;
	width: 400px;
	text-align: justify;
}  

.foto2 {
	float: left;
	height: 140px;
	width: 230px;
}    