html, body {
    margin: 0px; 
    padding: 0px; 
    height: 100%; 
    background-color: black;
    /*color: white;*/
    color: #767676;
}
a {
    color: #767676;
}
#nav {
    position: absolute;
    top: 100px;
    /*left: 450px;*/
    right: 200px;
    width: 220px;
    padding: 0px;
    border: none;
    overflow: hidden;
    background: transparent;
    text-align: left;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #767676;
}
#nav a {
    color: #767676;
    text-decoration: none;
}
#nav a:hover {
    text-decoration: underline;
}

#nav h1 {
    /* width: 220px; */
    height: 40px;
    margin: 0px;
    /*margin-bottom: -8px;*/
    padding: 10px;
    /*padding-top: 18px;*/
    padding-bottom: 0px;
    border: none;
    background: url(../images/nav_title_bg.png) no-repeat;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #31587a;
    text-transform: uppercase;
    line-height: 16px;
}
#nav h1 a {
    /* width: 220px; */
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #31587a;
    text-transform: uppercase;
    line-height: 16px;
}
.nav_main, .nav_search {
    /* width: 220px; */
    height: 21px;
    margin: 0px;
    padding: 10px;
    padding-top: 12px;
    padding-bottom: 0px;
    border: none;
    background: url(../images/nav_main_bg.png) no-repeat;
    text-transform: uppercase;
}
.nav_main a {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #767676;
    text-decoration: none;
}
.nav_main a:hover {
    text-decoration: underline;
}
.nav_search {
    height: 26px;
    padding-top: 7px;
}
.nav_search input {
    /* height: 18px; */
    padding: 2px;
    border: 1px solid black;
    background: transparent;
    /*background-color: #222;*/
    font-size: 10px;
    color: #767676;
}
input[type=text]:focus,
input[type=password]:focus {
  outline: 0 none;
}

.nav_sub { /*.navtree {*/
    display: block;
    width: 200px;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto; /*scroll;*/
    margin: 0px;
    margin-left:10px;
    margin-right:10px;
    background: url(../images/nav_sub_bg.png) repeat;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #767676;
}
.nav_sub_content {
    padding: 10px;
}
.nav_sub p {
    margin: 0px;
}
.navtree, .navtree a {
    font-size: 10px;
    font-weight: normal;
}
.active, .active a {
    color: #3399cc !important; /* 31587a */
}
img.info {
    display: none;
}
.active img.info {
    display: block;
}
.nav_sub_project {
}
.nav_sub_student {
    padding-left: 19px;
    font-style: italic;
    font-weight: normal;
}
.nav_bottom {
    /* width: 220px; */
    height: 32px;
    margin: 0px;
    padding: 10px;
    padding-top: 8px;
    padding-bottom: 0px;
    border: none;
    background: url(../images/nav_bottom_bg.png) no-repeat;
}
.clearer {
    width: 0px;
    height: 0px;
    clear: both;
}
.dijitTreeRow, .dijitTreeContent {
    white-space: normal;
}
.searchres {
    color:#000000;
    background-color:#ffdd55;
}
#content {
    width: 100%;
    height: 100%;
}
#media_image {
    position: absolute;
    border: none;
}
#media_loading {
/*    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;*/
}

/*.dijitTreeLabel {
    border: 1px solid green;
}
.dijitTreeContent {
    border: 1px solid red;
}*/
.tundra .dijitTreeContent {
    min-width: 11px;
    min-height: 11px;
}
.homesub {
    margin-top: 0px;
}
#imprint #staff h3, #imprint #staff h4 {
    float:left;
}
#imprint #staff p {
    float:left;
    margin: 0px;
    margin-left: 10px;
}
