﻿/* HTML */
body {
    margin: 0;
    padding: 0;
    padding-bottom: 50px;
    font-family: Verdana, Sans-Serif;
    font-size: 9pt;
    background: url(../images/bg.png) repeat-x;
}
h2 {
    margin-bottom: 0;
    font-size: 100%;
}
a {
    color: #000000;
}

/* Layout */
#container, #bottom {
    width: 1008px;
    margin: 0 auto;
}
#container {
    background: url(../images/bg-container.png) repeat-y;
}
#content, #footer {
    width: 1000px;
    margin: 0 auto;
    background-color: #ffffff;
}
#header {
    position: relative;
}
#header a {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0.5em 1em;
    color: #ffffff;
}
#main {
    width: 972px;
    margin: 0 auto;
    padding: 20px 0;
    overflow: auto;
}
#footer img {
    display: block;
}
#bottom {
    height: 6px;
    background: url(../images/bottom.png) no-repeat;
}

/* Overigen */
.bullet {
    padding-left: 30px;
    background: url(../images/bullet.png) no-repeat left center;
}
.column {
    margin: 0 12px;
    float: left;
    display: inline;
}

/* Content */
.column {
    float: left;
    display: inline;
}

.slideshow {
    width: 500px;
}
.slideshow .images {
    position: relative;
    width: 300px;
    height: 224px;
}
.slideshow .images img {
    position: absolute;
    top: 0;
    left: 0;
}
.slideshow .controls {
    visibility: hidden;
    padding: 0.8em 1.5em;
    text-align: center;
}
.slideshow .controls .previous {
    float: left;
    cursor: pointer;
}
.slideshow .controls .next {
    float: right;
    cursor: pointer;
}

#text {
    width: 370px;
}
#text p, #book p {
    margin-top: 0;
}

#book {
    width: 230px;
}


