h1 {
    font-family: Arial, Helvetica, sans-serif;
    color: #336633;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 30px;
    margin-left: -20px;
    padding-top: 0;
    margin-top: 0;
}


h2 {
    font-family: Arial, Helvetica, sans-serif;
  	color: #336633;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
}

#co_inhalt {
    font-family: Arial, Helvetica, sans-serif;
    color: #336633;
    font-size: 1em;
    background-image: url(../_images/bg_home.gif);
    background-repeat: no-repeat;
    padding-top: 65px;
    height: 100%;
    
}

#inhalt {
    width: 35em;
    padding-left: 240px;
}

#footer {
    font-family: Arial, Helvetica, sans-serif;
	color: #336633;
    font-weight: bold;
    font-size: 0.9em;
    width: 90em;
}

#footer_left {
    background-image: url(../_images/leiste.gif);
    background-repeat: repeat-x;
    line-height: 25px;
    width: 20em;
    float: left;
}

#footer_middle {
    background-image: url(../_images/leiste.gif);
    background-repeat: repeat-x;
    line-height: 25px;
    width: 40em;
    float: left;
}

#footer_right {
    background-image: url(../_images/leisteende.gif);
    background-repeat: no-repeat;
    background-position: left;
    line-height: 25px;
    margin-left: 60em;
}

a:link, a:visited, a:hover, a:active, a:focus {
    
    font-family: Arial,Helvetica,sans-serif;
    text-decoration: none;
    color: #336633;
    font-weight: bold;
    font-size: 1em;
} 

a:hover {
    color: #064F09;
    text-decoration: underline;
}
