
/*afl*/

/***** Text *****/
  body,p,table,td {
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 11px;
  color : #333333;
  font-weight : normal;
  font-style : normal;
  line-height : 16px;
  /*Scrollbar Farben nur fuer IE*/
	scrollbar-arrow-color: #fe6400;
	scrollbar-base-color: #ffffff;
	scrollbar-3dlight-color: #fe6400;
	scrollbar-darkshadow-color: #cccccc;
	scrollbar-shadow-color: #fe6400;
 
  }
  

/***** Text Fusszeile *****/
  .fusszeile {
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 8px;
  color : #333333;
  font-weight : normal;
  font-style : normal;
 
  }
  

/***** Seitenueberschrift *****/
h1 {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 14px; 
color: #CCCCCC;
line-height: 2.0em; 
text-transform: uppercase;
text-shadow: 3px 5px blue;
}

/***** Seitenunterueberschrift *****/
h6 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:15px; 
color:#990000; 
line-height:1.2em; 
text-transform:uppercase
}

h5 {  
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-style: italic; 
padding: 2px; 
color: #990000;
}


/***** SEO *****/
div.none {font-family:arial,helvetica,sans-serif; font-size: 2px; color:#CCCCCC; display:none; }


/***** Listenzeichen *****/
li {
  list-style-type: circle; }



/***** Link *****/
  a:link {
  color : #333333;
  }
  a:visited {
  color : #333333;
  font-style : italic;
  text-decoration : none;
  }
  a:active {
  color : #333333;
  }
  a:hover {
  color : #fe6400;
  }



/*Hauptmenu*/

.ulMainMenu
{
	width: 100%;
	margin: 0px;
}

.ulMainMenu li
{
	float: left;
	list-style: none;
	padding: 2px 5px 5px 5px;
	text-align: left;
}

.ulMainMenu a
{
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}

.ulMainMenu a:hover
{
	color: #fe6400;
}

.ulMainMenu .active
{
	color: #333333;
	background: #ffffff;
}

.ulMainMenu .active a
{
	color: #fe6400;
}

.ulMainMenu .active a:hover
{
	color: #413839;
}

