/* ----------------------------------------------------- */
/* Style Sheet www......*/
/* ----------------------------------------------------- */

body{
  background: #FFFFFF;
  margin-top: 0px;
  margin-left: 0px;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 13px;
  text-decoration: none;
  letter-spacing: 0em;
  line-height: 16px;
  }

/* ----------------------------------------------------- */
/* Ueberschriften */

h1{
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  padding: 5px;
  margin-left: -5px;
  }

h2{
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  padding: 5px;
  margin-left: -5px;
  }
    
h3, h5, h6{
  font-size: 13px;
  color: #000000;
  font-weight: bold;
  }

h4{
  font-size: 14px;
  color: #0090C7;
  font-weight: bold;
  }

/* ----------------------------------------------------- */
/* Text */

p{
  color: #000000;
  }

.small{
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  }  
  
a:link, a:visited, a:active, a:hover{
  color: #3333CC;
  font-weight: bold;
  text-decoration: underline;
  }
   
a:hover{
  color: #0090C7;
  font-weight: bold;
  text-decoration: underline;
  } 

/* ----------------------------------------------------- */
/* Navigation */

#hauptnavigation ul {	
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#hauptnavigation ul li   {	
	margin: 0;
	padding: 0;
	display: inline;
	font-weight: normal;
	font-family: verdana, helvetica, arial, sans-serif;
   	font-size: 12px;
   	text-decoration: none;
   	color: #000000;
	}

#hauptnavigation ul li a:link, #hauptnavigation ul li a:visited     {	
	float: left;
	height: 25px;
	text-decoration: none;
	display: block;
	padding: 4px 9px 0px 11px;
	//padding: 4px 0px 0px 11px;
	border: none;
	font-weight: normal;
	font-family: verdana, helvetica, arial, sans-serif;
   	font-size: 12px;
   	text-decoration: none;
   	color: #000000;
	}

#hauptnavigation ul li a:hover {
	text-decoration: underline;
	color: #092f86;
	}

#hauptnavigation ul li a:active {
	color: #000;
	text-decoration: underline;
	}

#hauptnavigation ul li a.selected:link, #hauptnavigation ul li a.selected:visited {	
	color: #092f86;
	text-decoration: underline;
	}
