/* CSS Document */

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	line-height: 18px;
	padding: 3px;
	font-weight: bold;
}
	
.standart{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #808080;
	line-height: 18px;
	padding: 3px;
	font-weight: normal;	
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;	
  }
  
     
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #FF0000;
	display: block;
	padding: 8px;
}

.navigation:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
	background-color: #FFFFFF;
	display: block;
	padding: 8px;
}


ul#navigationquer {
    margin: 0; padding: 0.8em;
    text-align: right;
    border: 1px red;
    background-color: none;
  }
  ul#navigationquer li {
    list-style: none;
    display: inline;
    margin: 0; padding: 0;
  }

  ul#navigationquer a, ul#navigationquer span {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
    float: center; width: 6em;
    text-decoration: none;
    border: none;
    border-left-color: white; border-top-color: white;
    color: white; background-color: red;
  }
  * html ul#navigationquer a, * html ul#navigationquer span {  /* Korrektur fuer IE 5.x */
    width: 8em;
    w\idth: 6em;
  }
  ul#navigationquer a:hover, ul#navigationquer span {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
    border-color: white;
    border-left-color: white; border-top-color: white;
    color: red; background-color: white;
  }
  ul#navigationquer div {
     clear: right;
  }
  
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #FF0000;
}
.willkomm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
}
.titel {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 48px;
	font-weight: bold;
	color: #FF0000;
}
.titel2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #009900;
}
.titel3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF9900;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.kontakt {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 11px;
	font-weight: bold;
}

