html,body
{
    height: 100%;
    width: 100%;
}

body
{
    color: #FFF;
    background-color: #333333;
    background-image: url(/stuttgart/museumspaedagogik/img/bg/grey_bear.gif);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: right bottom;
}

#navtoplinks
{
    color: white;
    background-color: #444;
    layer-background-color: #444;
}

#navtoplinks a
{
    color: #FF9900;
    font-weight: bold;
}

A
{
    text-decoration: none;
    color: rgb(51, 204, 255);
    font-weight: bold;
}

a.pdf
{
    background-image: url(/stuttgart/forschung/deko/pdf.gif);
    background-repeat: no-repeat;
    padding-left: 20px;
}

H1
{
    color: #FFFFCC;
    font-family: verdana,geneva,helvetica, arial, sans-serif;
    line-height: 20px;
    text-decoration: uppercase;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}

H2
{
    color: #CCFFFF;
    font-family: verdana,geneva,helvetica, arial, sans-serif;
    line-height: 16px;
    text-decoration: uppercase;
    font-size: 14px;
    font-weight: bold;
}

P,LI,UL
{
    color: #FFFFCC;
    font-family: verdana,geneva,helvetica, arial, sans-serif;
    font-size: 12px;
    line-height: 15px;
}

TD
{
    font-family: verdana,geneva,helvetica, arial, sans-serif;
    font-size: 12px;
    color: #CCFFFF;
}

#contentDiv
{
    margin-left: 40px;
    font-family: verdana,geneva,helvetica, arial, sans-serif;
}

.left
{
    margin: 40px;
    position:absolute;
    left: 220px;

    top: auto !important;
    top:0px;    
    _width:600px;
}

.navi
{
    position: fixed !important;
    top: 40px !important;
    height: auto !important;

    position:absolute;
    height: 100%;
    top: 0px;

    list-style-type: none;
    bottom: 0px;
    padding-top: 80px;
    width:180px;
    margin: 0px;
    background: url(/stuttgart/museumspaedagogik/img/back_halb_trans.gif);
}


.navi  li
{
    margin: 10px 0px 0px 0px;
    padding: 10px;
    background: #333;
}

.navi  li:hover { background: #555; }
ol { margin-left: 30px; }
ol li { padding: 0px; }
ol li,p,h1 { max-width: 400px; }
ul.subnavi { list-style-type: none; }

ul.subnavi li
{
    display: inline;
    padding: 0px;
}

.objekt img
{
    float: left;
    margin-right: 20px;
    margin-bottom: 200px;
    border: 1px solid #666;
    padding: 3px;
    background: #333;
}

.objekt h1,.objekt ol li,.objekt p { max-width: 700px; }
p.suptext { color: rgb(204, 255, 255); }
