/* CSS Document */


a:link {color:#000000; font-family:Verdana; font-size:100%; text-decoration:none;}

a:visited {color:#000000; font-family:Verdana; font-size:100%; text-decoration:none;}

a:focus {color:#000000; font-family:Verdana; font-size:100%; text-decoration:none;}

a:hover {color:#990066; font-family:Verdana; font-size:100%; text-decoration:none;}

a:active {color:#990066; font-family:Verdana; font-size:100%; text-decoration:none;}



p {
	font-family:Verdana;
	font-size:75%;
	text-decoration:none;
	color:#000000;
}


h3 {
	font-family:Verdana;
	font-size:75%;
	text-decoration:none;
	font-style:normal;
	font-weight:bold;
}

h2 {
	font-family:Verdana;
	font-size:75%;
	text-decoration:none;
	font-style:normal;
	color:#000000;
	font-weight:normal;
}


#logokasten {
	position:relative;
	left: auto;
	top: 200px;
	height:auto;
	width:auto;
	clear:left;
	float:none;
	margin-left:0px;
	margin-top:0px;
	overflow: auto;
	z-index: auto;
}


.tooltip {

  position: absolute;
  display: none;
  color:#990066;
  background-color: #FFFFFF;
  padding:5px;
}


h4 {
	font-family:Verdana;
	font-size:70%;
	text-decoration:none;
	font-style:normal;
	font-weight:normal;
}


h5 {
	font-family:Verdana;
	font-size:90%;
	text-decoration:none;
	font-style:normal;
	font-weight:normal;
	color:#FF6600;
