* {
    margin: 0;
    padding: 0;
}

body {
    font-family: verdana, arial;
    font-size: 14px;
}

#photo {
    background-image: url(../img/passport.jpg);
    background-repeat: no-repeat;
    position: absolute; 
    top: 200px; 
    left: 40px;
    width: 120px;
    height: 150px;
}

#hulogo {
    background-image: url(../img/hu_logo.png);
    background-repeat: no-repeat;
    position: absolute; 
    top: 45px; 
    right: 53px;
    width: 94px;
    height: 94px;
}

#wiaslogo {
    background-image: url(../img/WIAS_Logo.png);
    background-repeat: no-repeat;
    position: absolute; 
    top: 75px; 
    left: 37px;
    width:60px;
    height:60px;
}

#header {
    background-image: url(../img/gradient.png);
    background-repeat: repeat-x;
    position: absolute; 
    top: 0px; 
    left: 0px;
    width: 100%;
    height: 150px;
}

#heading {
    position: absolute;
    top: 78px;
    left: 200px; 
    font-size: 32px;
    font-weight: bold;
    padding-left: 200px;
}

#menu {
    position: absolute; 
    top: 150px; 
    left: 0px;
    width: 100%;
    height: 20px;
    border-bottom: 1px #aaccdb solid;
    border-top: 1px #aaccdb solid;
}

#navigation {
    margin-left: 200px;
    width: 400px;
}

ul#navigation li {
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
    margin-top: 0.2em;
    margin-bottom: 0.1em;
    padding-right: 2.4em;
}

ul#navigation li a {
    text-decoration: none;
    font-weight: bold;
    color: #006696;
}

ul#navigation li a:hover {
    color: #aaccdb;
}

#content {
    margin-top: 200px;
    margin-left: 200px;
    margin-right: 200px;
    margin-bottom: 20px;
} 

#content a {
    text-decoration: none;
    color: #006696;
}

#content a:hover {
    color: #aaccdb;
}

.contactinfo {
    margin-top: 20px;
}

.contactinfo dt {
    font-weight: bold;
}


.contactinfo dd {
    margin-left: 10px;
}

dt {
    font-weight:bold;
}

dd {
    margin-left: 10px;
}

h2.notoc {
    color: #006696;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 15px;
}

h1.notoc {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 22px;
    color: #006696;
} 

#content ul,ol {
    padding-left: 30px;
}

#current {
    position: absolute;
    top: 370px;
    left: 40px;
    color: #aaccdb;
    font-size: 12px;
    font-weight: bold;
    width: 120px;
}
    

