a:link { color:#000000; text-decoration:underline; }
a:visited { color:#666666; text-decoration:underline; }
a:hover { color:#FF9900; text-decoration:none; }
a:active { color:#FF9900; text-decoration:none; }
.blocksatz {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #999999;
	letter-spacing: normal;
	text-align: justify;
	vertical-align: top;
	word-spacing: normal;
	white-space: normal;
	display: block;
}
.orangeborder {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF9900;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	border-bottom-width: 1px;





}
.textmitteoben {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	margin: 10px 0px 0px;



}
.textmitteunten {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	margin: 10px 0px 0px;


}
.menuemitte {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	word-spacing:2.0em;
}
.menueoben {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	word-spacing:1em;

}
.impresstandkont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	word-spacing:22px;
	text-align: justify;


}
.testblock {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: justify;
	display: block;
	width: 215px;

}
.tabborderright {
	border-left: 2px double #FF9900;


}
.backgroundorange {
	background-color: #FF9900;
}
.backgroundgrau {
	background-color: #EAEAEA;
}
.orangeborderKopie {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF9900;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF9900;

}
.teaser {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;

}
.textmitteobenKopie {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF9900;

}
.menuerechts {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FF9900;
	padding-top:0.5em;
	text-decoration: none;





}
.ladeflaeche {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF9900;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	border-bottom-width: 1px;
}
.tooltip {
	position: absolute;
	background-color: #EAEAEA;
	display: none;


}
.unten {
	vertical-align: bottom;
}
.oben {
	vertical-align: top;
}

/* ----- bubble tooltip ----- */
a.tt {
     /* position:relative sets the "point of origin" for the next postition statement */
     position: relative; 
     z-index: 24;
     color: DarkOliveGreen; /* light blue */
     font-weight: normal;
     text-decoration: none;
     } 
a.tt sub {
     display: none;
     font: inherit;
     vertical-align: baseline;
     }
/* background:; ie hack, something must be changed in a for ie to execute it */
a.tt:hover { z-index: 25; color: #548912; font-size: 11px; background:; }

a.tt:hover sub {
     display: block; /* DIV is not allowed in A elements */
     position: absolute;
     top:15; left:-175; /* Positionierung */
     margin-top: 2ex;
     padding: 26px 8px 6px 8px;
     width: 224px; /* Firefox: Textbreite, IE: Bildbreite */
     color: #000000; /* dark green */
     text-align: left;
     background: url(open_bubble.gif) no-repeat top left;     /* border-bottom: 2px solid #FF9900; Untere Linie, wenn gewünscht */
     }

