  body{
    background-image:url('../img/background.jpg'); 
    background-repeat:repeat-x;
    font-family:Arial;
    font-size:15px;
  }                         
  body a:link{color: #EB6A0A;text-decoration: none;} 
  body a:visited {color: #EB6A0A;text-decoration: none;}
  body a:hover {text-decoration:none;color:#000000}
  body a:active {text-decoration:none;color:#000000}
  @font-face:{ 
    font-family:embeddedFont; 
    src:url(EOT-Font), url(TrueDoc-Font); 
  } 
  noscript p{
    text-align:center;
    color:#FF0000;
    margin-top:0px;
    margin-bottom:0px;
    padding-top:30px;
  }
  h1{
    margin-top:0px;
    padding-top:15px;
    font-size:25px;
  }
  #container{
    margin: 0px auto;
		width: 950px;
  }
  #header
	{
    margin: 0px auto;
		width: 950px;
		height: 92px;
		border: 0px;
	}
	#stob{
    margin: 0px auto;
    margin-top:-8px;
    margin-bottom:4px;
    background:#EB6A0A;
    height:4px;
    width:950px;
  }
  #koimag{
    float:right;
    font-family:Verdana;
    font-size: 10px;
  }
  #koimag a{
    text-decoration:none; 
    font-weight:bold; 
    color:#666666;
  }
  #koimag a:hover{
    text-decoration:none; 
    font-weight:bold; 
    color:#ff4c02;
  }
  #menue{
    clear:right;
    margin: 0 0;
    padding-top:40px;
  }
  #logo{
    margin: 17px 0px;
    width:200px;
    height:58px;
    float:left;
  }
  #rechteseite{
    float:right;
  }
  ul#Navigation {
    margin-right: 0; 
    padding: 0;
  }
  ul#Navigation li {
    list-style: none;
    float: left;
    position: relative;
  }
  ul#Navigation li ul {
    display: none;    
    margin: 0; padding: 0;
    position: absolute;
  }

  ul#Navigation li:hover ul {
    display: block;  
  }
  ul#Navigation li ul li {
    float: none;
    display: block;

  }

  ul#Navigation a{
    display: block;
    width: 120px; 
    height: 25px;
    font-size: 10px;
    text-align: center;
    vertical-align:bottom;
    font-family:Verdana;
    color: #666666;
    font-weight:bold;
    background-image:url('../img/hintergrund_menu.jpg');
    text-decoration: none; 
    line-height:25px;
  }
 ul#Navigation .zweizeilen a{
    display: block;
    width: 120px; 
    height: 35px;
    font-size: 10px;
    text-align: center;
    vertical-align:bottom;
    font-family:Verdana;
    color: #666666;
    font-weight:bold;
    background-image:url('../img/hintergrund2_menu.jpg');
    text-decoration: none; 
    line-height:17px;
  }
  ul#Navigation a:hover{
    color: #EB6A0A;
  }
  #seite{
    margin-top:6px;    
    padding:0px 0px;
    border-bottom: 3px solid #EB6A0A;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
  }

 .clear{
    clear:both;
 }
 #footer{
  margin-left:15px;
  text-align:center;
  width:950px;
  color:#999999;
  font-size:13px;
 }
