/*
 * 200805111025
 * Rolf den Hartog
 */

/* reset */
a, body, h1, h2, h3, img, li, p, ul {
    border: 0px;
    font-family: 'lucida sans unicode', 'lucida grande', sans-serif;
    font-size: 100%;
    margin: 0px;
    outline: none;
    padding: 0px;
}
h1, h2, h3, p, table {
    margin-bottom: 10px;
}

/* html tags */
a:link, a:visited {
    color: #57778f;
    text-decoration: underline;
}
a:hover, a:active {
    text-decoration: none;
}
body {
    background: transparent url('/static/gfx/body-2.jpg') no-repeat top center;
    font-size: 75%;
}
h1, h2, h3 {
    color: #57778f;
}
h1 {
    font-size: 200%;
}
h2 {
    font-size: 175%;
}
h3 {
    font-size: 150%;
}
li {
    margin-left: 20px;
}
ul {
    margin-bottom: 10px;
}

/* main divs */
#wrapper {
    background: transparent url('/static/gfx/wrapper.png') no-repeat center center;
    height: 740px;
    left: 50%;
    margin-top: -370px;
    margin-left: -460px;
    position: absolute;
    top: 50%;
    width: 920px;
}
#content-wrapper {
    background: #fff;
    border-right: 20px solid #666;
    border-bottom: 20px solid #666;
    height: 620px;
    margin: 50px;
    width: 800px;
}

#column-left {
    float: left;
    text-align: center;
    width: 240px;
}
#column-right {
    float: left;
    width: 560px;
}

.box {
    border-top: 20px solid #666;
    border-left: 20px solid #666;
    float: left;
}

#header-logo {
    height: 100px;
    padding: 10px;
    width: 200px;
}
.navigation {
    height: 100px;
    padding: 10px;
    width: 100px;
}
.left {
    height: 200px;
    padding: 10px;
    width: 200px;
}
#content {
    height: 440px;
    overflow-y: auto;
    padding: 10px;
    width: 520px;
}

#production {
    bottom: 3px;
    color: #fff;
    font-size: 80%;
    position: fixed;
    right: 3px;
}

/* navigation */
.navigation a:link, .navigation a:visited {
    display: block;
    height: 90px;
    padding: 5px;
    text-decoration: none;
    width: 90px;
}
.navigation a:hover, .navigation a:active, .navigation a.active {
    background: #57778f;
    color: #fff;
}

/* other styles */
img.p {
    float: left;
    margin: 0px 5px 5px 0px;
}
.font-size-130 {
    font-size: 130%;
}
.font-size-160 {
    font-size: 160%;
}
.font-size-190 {
    font-size: 190%;
}
.text-align-center {
    text-align: center;
}
