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

#main
{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-color: #000;
}

#workspace
{
    display: absolute;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
}

#logoNav
{
    position: relative;
    width: 100%;
    float: left;
    border-bottom: 10px solid #000;
}

#nav
{
    position: absolute;
    bottom: -4px;
    left: 210px;
    z-index: 1;
}

#nav li
{
    display: block;
    float: left;
    margin: 0px;
    border-left: 25px solid black;
}

#nav li a
{
    display: block;
    float: left;
    color: white;
    text-decoration: none;
}

#nav li a.active
{
    color: #51846c;
}

#nav li img
{
    display: block;
    float: left;
}

#subNav
{
    clear: both;
    float: left;
    z-index: 1;
    background-color: #fff;
    width: 100%;
    border-bottom: 70px solid white;
}

#subNav li
{
    padding-top: 10px;
    float: left;
    padding-right: 20px;
    padding-left: 0px;
}

#subNav .first
{
    border-left: 748px solid white;
}

#subNav li a.active
{
    color: #51846c;
}

#logo
{
    display: block;
    position: absolute;
    left: 0px;
    bottom: -3px;
}

#contact
{
    position: absolute;
    left: 0px;
}

#pressContent img
{
    /*
    height: 54px;
    width: 54px;
    */
    border-top: 4px solid white;
    border-left: 4px solid white;
    border-bottom: 2px solid white;
    border-right: 2px solid white;
}

#pressSelector
{
    position: absolute;
    right: 0px;
    bottom: 13px;
    background-color: black;
    width: 150px;
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid white;
}

#pressSelector a
{
    display: block;
    width: 150px;
    border-bottom: 1px solid white;
    padding: 2px;
    color: white;
}

#pressImages a.extraMargin
{
    margin-left: 200px;
}

#pressImages a img
{
    margin: 0;
    padding: 0;
}

#pressImageBox
{
    position: absolute;
    top: 77px;
    left: 54px;
    /*
    width: 196px;
    height: 196px;
    */
    border: None;
}

#press .previous
{
    position: absolute;
    right: 5px;
    bottom: 5px;
    color: black;
    font-weight: bold;
    text-decoration: none;
}

#press .next
{
    position: absolute;
    left: 5px;
    bottom: 5px;
    color: black;
    font-weight: bold;
    text-decoration: none;
}

#friends li
{
    list-style: none;
}

.tooltip
{
    background-color: black;
    color: white;
    padding: 3px;
    position: absolute;
    display: none;
    z-index: 1000;
}

.box
{
    position: absolute;
    border: 1px solid #ccc;
    display: block;
    visibility: hidden; /* XXX: safari bug with display none */
    z-index: 2;
    background-color: #fff;
}

.box .hd h2
{
    margin: 0;
    font-size: 100%;
    font-weight: bold;
    margin-top: 3px;
}

.box .hd
{
    background-color: #000;
    color: #fff;
    padding-top: 2px;
    padding-bottom: 4px;
    padding-left: 4px;
    height: 16px;
    font-weight: bold;
}

.box .bd
{
    background-color: #fff;
    padding: 16px;
}

.box .close
{
    position: absolute;
    display: block;
    right: 0px;
    top: 0px;
    background-color: #000;
    height: 22px;
}

.english, .german
{
    display: inline;
}

.english
{
    display: none;
}

.slideArea
{
    position: relative;
    height: 8px;
    width: 873px;
    border: 1px solid #dcdcdc;
}

.slideArea.vertical
{
    position: absolute;
    top: 5px;
    right: 2px;
    height: 394px;
    width: 8px;
}

.slideKnob
{
    position: absolute;
    cursor: move;
    top: 0;
    left: 0;
}

#collection .bd, #press .bd, #movies .bd, #pictures .bd
{
    padding: 2px;
}

#collectionSelector
{
    position: absolute;
    right: 0px;
    bottom: 13px;
    background-color: black;
    width: 150px;
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid white;
}

#collectionSelector a
{
    display: block;
    width: 150px;
    border-bottom: 1px solid white;
    padding: 2px;
    color: white;
}

#collectionContent2009_1 img, #collectionContent2009_2 img, #collectionContent2008 img, #collectionContent2007 img
{
    border: 2px solid white;
}

/* guestbook */
form.guestbook label
{
    font-weight: bold;
}

form.guestbook .textinput, form.guestbook textarea
{
    border: 1px solid #ccc;
    width: 100%;
    margin-bottom: 10px;
}

form.guestbook textarea
{
    height: 100px;
}

form.guestbook .submit
{
    border: none;
    background-color: #000;
    color: #fff;
    padding: 1px;
}

form.guestbook
{
    padding-bottom: 10px;
    margin-bottom: 5px;
    border-bottom: 1px solid #aaa;
}

.guestbookEntry
{
    float: left;
    clear:both;
    margin-bottom: 5px;
    border-bottom: 1px solid #aaa;
    width: 100%;
}

.guestbookEntry .name
{
    float: left;
    font-size: 77%;
}

.guestbookEntry .stamp
{
    float: left;
    margin-left: 10px;
    font-size: 77%;
}

/* content */
.bd p img
{
    padding: 5px;
}

.bd ul li
{
    margin-left: 20px;
    list-style: disc outside;
}

table
{
    width: 100%;
}

a
{
    text-decoration: none;
}

p, .bd ul, table
{
    margin-bottom: 10px;
}

h1
{
    /*18px via YUI Fonts CSS foundation*/
    font-size:138.5%;  
}

h2
{
    /*16px via YUI Fonts CSS foundation*/
    font-size:123.1%; 
}

h3
{
    /*14px via YUI Fonts CSS foundation*/
    font-size:108%;  
}

h1,h2,h3
{
    /* top & bottom margin based on font size */
    margin:1em 0;
}

h1,h2,h3,h4,h5,h6,strong
{
    /*bringing boldness back to headers and the strong 
     * element*/
    font-weight:bold; 
}

abbr,acronym
{
    /*indicating to users that more info is available */
    border-bottom:1px dotted #000;
    cursor:help;
} 

em
{
    /*bringing italics back to the em element*/
    font-style:italic;
}

.box
{
    font-family: verdana, arial, helvetica, clean, sans-serif;
    font-size: 77%;
}

.box a
{
    color: #3b9275;
}

