body{
    background-color: #e6f9dd;
    background-image: url("images/seminare_hintergrund.jpg");
    font-family: Tahoma;
}


nav img{
    width: 200px;
}
.page{
    width: 1020px;
    margin: auto;
    padding: 17px;

}
nav.left{
    margin-top: 50px;
    float: left;
    left: 20px;
    width: 200px;
}

.main{
    float: left;
    width: 750px;
    margin-left: 56px;
}

.content {

    background: rgba(255,255,255,0.3);
    padding: 7px;
    padding-top: 13px;
    border-radius: 5px;
}

nav.top{
    text-align: center;
    margin: auto;
}
nav.top a, nav.top .activePage{
    display: inline-block;
    padding: 5px;
    margin-left: 10px;
    margin-right: 10px;

}
nav.left a, nav.left .activePage{
    display: block;
    width: 200px;
    height: 35px;
    padding-top: 25px ;
    vertical-align: bottom;
    text-align: center;
    background-image: url(images/link.gif) ;

}

h1{
    text-align: left;
    font-size: 20pt;
    color: #228b22;
}
h2{
    text-align: left;
    font-size: 14pt;
    color: #800000;
}
h3{
    text-align: left;
    font-size: 12pt;


}

a:link{
    color: #006400;
}
a:visited{
    color: #4b0082;
}
a:hover{
    color: #800000;
}
nav.left a:hover{
    font-weight: bold;

}


nav.left .activePage{

}
.activePage {
    color: white;
    font-weight: bold;
    background: #228b22;
    border-radius: 25px;

}
nav.left .activePage{
    height: 20px;
    margin-top: 10px;
    padding-bottom:15px ;

    background-image: none;
}