@charset 'utf-8';

/**
 * @version 200904171938
 * @author  Rolf den Hartog - http://rolfdenhartog.nl/
 */

a, body, br, fieldset, form, h1, h2, h3, html, img, input, label, li, p, textarea, ul {
    border: 0px;
    font-family: 'lucida sans unicode';
    font-size: 100%;
    margin: 0px;
    outline: 0px;
    padding: 0px;
}

a:link, a:visited {
    color: #eee;
    outline: none;
    text-decoration: underline;
}
a:hover, a:active {
    text-decoration: none;
}
body {
    background: #222 url('/assets/gfx/body-background.png') repeat-y center center;
    color: #eee;
    font-size: 85%;
    height: 100%;
}
h1, h2, h3 {
    color: #e5242b;
    margin-bottom: 10px;
}
h1 {
    font-size: 200%;
}
h2 {
    font-size: 150%;
}
html {
    height: 100%;
}
li {
    margin-bottom: 5px;
    margin-left: 20px;
}
p {
    margin-bottom: 10px;
}
ul {
    margin-bottom: 10px;
}

/* forms */
input[type=button],
input[type=submit] {
    background: #222;
    border: 1px solid #eee;
    color: #eee;
    padding: 1px;
}
input[type=text] {
    background: #222;
    border: 1px solid #eee;
    color: #eee;
    padding: 2px;
}
label {
    color: #eee;
    cursor: pointer;
}
textarea {
    background: #222;
    border: 1px solid #eee;
    color: #eee;
    height: 100px;
    padding: 2px;
    width: 460px;
}

/* main divs */
#wrapper {
    background: #e5242b;
    height: 100%;
    margin: 0px auto;
    width: 980px;
}

#wrapper-content {
    background: #000;
    height: 540px;
    left: 50%;
    margin-top: -290px;
    margin-left: -490px;
    padding: 20px 10px 20px 20px;
    position: absolute;
    top: 50%;
    width: 950px;
}

#header {
    color: #000;
    margin-bottom: -95px;
    position: relative;
    text-align: right;
    top: -95px;
}

#navigation {
    border-right: 1px solid #eee;
    float: left;
    height: 540px;
    margin-right: 20px;
    padding-right: 19px;
    width: 120px;
}
#navigation ul {
    list-style: none;
    margin: 0px;
}
#navigation li {
    margin: 0px;
}
#navigation a:link,
#navigation a:visited {
    border-bottom: 1px solid #000;
    display: block;
    padding: 5px 0px;
    text-align: right;
}
#navigation a:hover,
#navigation a:active {
}
#navigation a.active {
    color: #e5242b;
    text-decoration: none;
}
/* sub */
#navigation ul ul {
    margin-bottom: 10px;
}
#navigation ul ul a:link,
#navigation ul ul a:visited {
    font-size: 80%;
    padding: 1px 0px;
    /*text-align: left;*/
}
#navigation ul ul a.active {
    color: #eee;
    font-weight: bold;
    text-decoration: none;
}

#content {
    float: left;
    height: 540px;
    overflow-y: auto;
    padding-right: 10px;
    width: 780px;
}

#about {
    border-right: 1px solid #eee;
    float: left;
    height: 540px;
    margin-right: 20px;
    padding-right: 19px;
    width: 260px;
}

#content-right {
    float: left;
    height: 540px;
    overflow-y: auto;
    padding-right: 10px;
    width: 470px;
}

/*
    images
*/
.image {
    float: left;
    height: 190px;
    text-align: center;
    width: 190px;
}

/*
    contact form
*/
#contact-form label {
    display: block;
}

/*
    production
*/
#production {
    bottom: 0px;
    font-size: 90%;
    margin: 5px;
    position: fixed;
    right: 0px;
}

/* other styles */
.clear-both {
    clear: both;
}
.display-block {
    display: block;
}
.display-none {
    display: none;
}
.float-left {
    float: left;
}
img.float-left {
    margin: 0px 10px 5px 0px;
}
.float-right {
    float: right;
}
img.float-right {
    margin: 0px 0px 5px 10px;
}
.text-align-center {
    text-align: center;
}

