html {overflow-y:scroll;}
img, div { behavior: url(iepngfix.htc) }


body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;	
}
.navi_container {
	position: absolute; 
	/*background-color: #000000;*/
	height: 40px;	
	padding: 0px;
	width: 100%;
}
.flash {
	top: 40px;
position: absolute; 
	width: 100%;
	height: 95%;

}
.content {
	position: absolute;
	left: 105px;
	top: 100px; 
	height: 100%;	
	padding: 0px;
	width: 80%;
}

td {
	color : #ffffff;
	font-family: Arial;
	FONT-SIZE: 13px;
	FONT-WEIGHT: normal;
	line-height: 20px;
	text-decoration: none;
}


#stoerer {	 
position: absolute; 
z-index:3;
width: 163px; 
height:121px; 
margin-left:320px;	
margin-top:-80px;	
background-image:url('images08/stoerer_neu.png'); 
}	
strong {
	color : #ffffff;
	font-family: Arial;
	FONT-SIZE: 13px;
	FONT-WEIGHT: bold;
	line-height: 24px;
	text-decoration: none;
}


h1 {
	/*color : #B3CE00;*/
	color : #ffffff;
	font-family: Arial;
	FONT-SIZE: 18px;
	FONT-WEIGHT: bold;
	line-height: 17px;
	text-decoration: none;
}
hr {
	color : #B3CE00;
	line-height: 5px;
	height: 1px;
}

a.navi{
	color : #ffffff;
	font-family: Arial;
	FONT-SIZE: 13px;
	FONT-WEIGHT: bold;
	line-height: 22px;
	text-decoration: none;
}
a.navi:hover{
	color : #000000;
	background-color: #ffffff;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

a.navi_aktiv, a.navi_aktiv:visited, a.navi_aktiv:active, a.navi_aktiv:hover {
	color : #000000;
	background-color: #ffffff;
	font-family: Arial;
	FONT-SIZE: 13px;
	FONT-WEIGHT: bold;
	line-height: 22px;
	text-decoration: none;
}
a.text{
	color : #ffffff;
	font-family: Arial;
	FONT-SIZE: 13px;
	FONT-WEIGHT: normal;
	line-height: 22px;
	text-decoration: none;
}
a.text:link, a.text:hover{
	text-decoration: none;
}


/*--------------------------------------------------------*/


a.tooltip{
font-family: Arial;
FONT-SIZE: 13px;
position: relative;
z-index: 20; 
color: #000;
text-transform: uppercase;
nowrap: nowrap;
text-decoration: none;
}

a.tooltip:hover{
z-index: 200; 
}

a.tooltip span{	/* Span Element nicht anzeigen */
display: none;
}

a.tooltip:hover span{ /* Span Element nur angezeigt beim Ueberfahren mit der Maus */
background: #ffffff; /* Hintergrundbild */
FONT-WEIGHT: bold;
display: block;	 /* macht aus dem Inlineelement ein Blockelement */
position: absolute;

top: -1.3em; /* abstand von oben */
left: -5.0em; /* abstand von links */
padding: 0px 3px -2px 3px;	 /* Innenabstand */
border: 0px solid #ccc;	 /* Rahmenfarbe */
color: #000000;	 /* Textfarbe */
text-align: left;	 /* Textausrichtung */
}

a.tooltip:hover span strong{
color: #000000;	
}
/*--------------------------------------------------------*/
