/* Copyright (c) 2008 www.jaspervanveen.nl */
body {
    background-color:#333333;
}

h1 {
    color:#000000;
    font-family:serif;
    font-style:italic;
    font-weight:100;
    font-size:120px;
    line-height:100px;
    text-align:right;
    margin:0px;
    padding:0px;
}

h2 {
    color:#ffffff;
    background-color:#000000;
    font-family:serif;
    font-weight:100;
    font-size:16px;
    line-height:13px;
    margin:0px;
    padding:10px 8px 8px 8px;
}

p {
    color:#ffffff;
    background-color:#222222;
    font-family:sans-serif;
    font-size:13px;
    font-weight:100;
    line-height:32px;
    margin:0px;
    padding:2px 8px 8px 8px;
}

p.caption {
    color:#444444;
    background-color:#000000;
    font-size:10px;
    line-height:12px;
    margin:0px;
    padding:0px 4px 0px 4px;
}

#header {
    float:right;
    position:relative;
    z-index:800001;
    margin:8px 0px 8px 0px;
    padding:0px;
}

#text {
    float:left;
    position:relative;
    width:300px;
    z-index:1000001;
    border-color:#000000;
    border-style:solid;
    border-width:1px;
    margin:0px 8px 8px 0px;
    padding:0px;
}

#image {
    background-color:#000000;
    float:left;
    position:relative;
    z-index:1000002;
    border-color:#000000;
    border-style:solid;
    border-width:1px;
    margin:0px 8px 8px 0px;
    padding:0px;
}

#image a.previous {
    color:#000000;
    position:absolute;
    bottom:50%;
    left:8px;
}

#image a.next {
    color:#000000;
    position:absolute;
    bottom:50%;
    right:8px;
}

a {
    font-family:sans-serif;
    font-size:13px;
    font-weight:100;
    text-decoration:none;  
}

a:hover {
    text-decoration:underline;
}

img.image {
    border-width:0px;
    margin:0px;
    padding:0px;
}

.line {
    position: absolute;
}
