#div_header
{
	padding-left: 50px;
    padding-top: 0px;
    
    height: 60px;
    
    font-size: 1.3em;
    
    border: 0px solid #000000;
}

ul#Navigation {
    text-align: left;
    margin-left: 430px;
    border: 0px solid black;
}
  ul#Navigation li {
    list-style: none;
}

ul#Navigation li li {
            list-style: none;
            display: block;
            text-align: left;
            margin-top:  7px;
            margin-left:  -20px;
            
          }

  ul#Navigation a, ul#Navigation span {
    float: left;
    padding-right: 1.9em;
    text-decoration: none; font-weight: bold;
    color: #0703b0;
    border: 0px solid black;
}
  * html ul#Navigation a, * html ul#Navigation span {  /* Korrektur fuer IE 5.x */
    w\idth: 6em;
}
  ul#Navigation a:hover, ul#Navigation span {
    color: #e9bc80;
}
  ul#Navigation div {
     clear: left;
}
ul#Navigation ul {
            	position:		absolute;
            	top:			-100em;
            	/*width:			18.20em; *//* left offset of submenus need to match (see below) */
          }
          ul#Navigation ul li { /* hier */
            	width:			50%;
          }
          ul#Navigation li:hover ul,
          ul#Navigation li.sfHover ul {
    	        top:			5.2em; /* match top ul list item height */
                left:			34.8em;
                /*display: list-item;*/
                /*position:       fixed;*/
    
          }


#div_main
{
    min-height: 350px;
    margin-top: 50px;
}

#div_content
{
    width: 875px;
    padding-top: 50px;
    margin: auto;
}

#div_footer
{
    width: 875px;
    height: 70px;
    
    margin: auto;
    margin-top: 20px;
    
	background-image: url(../images/footer.png);
    background-repeat: repeat-x;
    
    
}

