@charset "UTF-8";
/* CSS Document */

body {
	background-color:#111111;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#FFFFFF;

}
table {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}
.text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}
 .newsticker {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17pt;
	background-image: url(grafiken/newsticker.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #FFFFFF;
	line-height: 25px;
	text-align: center;
 }
 a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFCC33;
	text-decoration: none;
 }    /* noch nicht besuchte Ziele */
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFCC33;
	text-decoration: none;
 } /* besuchte Ziele */
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFCC33;
	text-decoration: underline;
 }   /* Verweise bei "MouseOver" */
a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
 }  /* Angeklickte Verweise */
a:link.menue {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
 }    /* noch nicht besuchte Ziele */
a:visited.menue {
	font-family: Arial, Helvetica, sans-serif;
	color: #EEEEEE;
	text-decoration: none;
 } /* besuchte Ziele */
a:hover.menue {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFCC33;
	text-decoration: underline;
 }   /* Verweise bei "MouseOver" */
a:active.menue {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
 }  /* Angeklickte Verweise */
.bild {
	margin-right:5px;
	float:left;
}
.bild_rechts {
	margin:5px;
	float:right;
}
.bild_quer {
	position:absolute;
	bottom: 5px;	
}
.hr {
	color:FFCC33;

}
