html {

}


body {
 margin: 0px auto;
 padding: 0px;
 color: #333333;
 font-size: 12px;
 font-family: Verdana, sans-serif;
 text-align: justify;
 line-height: 18px;

}

#maincontent {
/*position: absolute;*/
/*float: left;*/
        padding: 0px;
        left: 50px;
        text-align: left;
        margin: 0px auto;
        width: 900px;
        background-color: #E9E8DF;
/*        border: 1px #888 dotted; */
}

#topsection {
        height:200px;
        background-color:#ffffff;
        display: block;
        }


#nav {
        height: 30px;
        width: 100%;
        margin-top: 0px;
        background-color: #999999;
        }

#nav ul, #nav li {
        display: inline;
        list-style: none;
        font-size: 11px;
        margin: 0px;
        padding: 0px;

        }

a {
 color: #F6821F;
}
#nav li a {
        height: 28px;
        float: left;
        width: 90px;
        font-face: bold;
        padding-top: 2px;
        padding-left: 5px;
        text-decoration: none;
        text-align: center;
        border-right: 1px solid #FFF;
        border-bottom: none !important;
        background: none;
        color: #ffffff;
        background: #F6821F;
        text-align: left;
        }

#nav li a:hover, #nav li a:focus {
        color: #F6821F;
        background: #FFFFFF;
        }

#container {
        margin-left: 10px;
        margin-right: 10px;
        padding-bottom: 10px;
        }

#footercontent {
        align: center;
        width:885px;
        margin: 5px;
        padding: 2px;
        text-align: center;
        background-color: #FFFFFF;
        border: 1px #999 solid;
        }

#footer {
        font-weight: normal;
        margin: 2px 14px 3px 0px;
        padding-bottom: 0px;
        font-weight: lighter;
        color: #666666;
        font-size: 9px;
}

#banner {
 position: absolute;
 left: 955px;
 top: 150px;
}
h1 {
 color: #F6821F;
 padding: 5px;
 border-bottom: 1px solid;
}

h2 {
 color: #F6821F;
}

.formular {
 background-color: #EC008C;
}

.kurstitle {
 color: #ec008c;
 font-size: 16px;
}

