/*
 * ---------------------------------------------------------------------------------
 * RESET
 * ---------------------------------------------------------------------------------
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

/* remember to define focus styles! */:focus {
    outline: 0;
}

body {
    line-height: 1;
    color: black;
    background: white;
}

a {
    text-decoration: none;
}

ol, ul {
    list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

/*
 * ---------------------------------------------------------------------------------
 * GLOBAL
 * ---------------------------------------------------------------------------------
 */
html {
    height: auto !important; /* FF and compliant browsers should automatically size the body/html */
    height: 100%; /* ie will set the body/html to 100%, anything overflowing that will (incorrectly) resize it. go IE */
    min-height: 100%; /* when FF/etc automatically size the body/html it should be AT LEAST the height of the entire browser window, but can expand based on content. */
}

body {
    font-size: 12px;
    line-height: 170%;
    height: auto !important; /* FF and compliant browsers should automatically size the body/html */
    height: 100%; /* ie will set the body/html to 100%, anything overflowing that will (incorrectly) resize it. go IE */
    min-height: 100%; /* when FF/etc automatically size the body/html it should be AT LEAST the height of the entire browser window, but can expand based on content. */
}

hr {
    border-top: dashed 1px black;
    border-bottom: none;
    border-left: none;
    border-right: none;
    margin: 0 0 100px 0;
    height: 0px;
}

a {
    color: #000000;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

label {
    font-weight: bold;
}

/*
 * ---------------------------------------------------------------------------------
 * STRUCTURE
 * ---------------------------------------------------------------------------------
 */
.container {
    margin: 10px auto 0 auto;
    width: 940px;
}

.startimagesform, .contactimagesform, .verwachtimagesform, .imageform, .text_form {
    text-align: left;
    margin-left: 20px;
}

#colcontainer {
    position: absolute;
    background: url(../background.png) repeat-y center;
    min-height: 70%;
    padding: 0 0 50px 0;
    width: 940px;
}

#col2container {
    position: absolute;
    background: url(../background2.png) repeat-y center;
    min-height: 70%;
    padding: 0 0 50px 0;
    width: 940px;
}

#section1 {
    float: left; /* Sets this section to the left */
    width: 470px;
}

#col1 {
    float: left; /* Sets this column to the left inside its section */
    width: 100px;
}

#col2 {
    float: right; /* Sets this column to the right inside its section*/
    width: 340px;
}

#section2 {
    float: right; /*Sets this sectionto the right */
    width: 470px;
}

#col3 {
    float: left; /* Sets this column to the left inside its section */
    width: 460px;
    text-align: center;
}


.slideshow {
    margin: 0 0 0 20px;
}

.slidebtn {
	text-align:center;
}
	
.slidebtn a {
	font-size:2em;
	font-weight:bold;
	color:red;
}

/*
 * ---------------------------------------------------------------------------------
 * TEXT
 * ---------------------------------------------------------------------------------
 */
a.admin {
    color: #ff0000;
	padding:5px;
	background:#eeeeee;
}

#col2 p {
    padding: 0 20px 0 0;
}

#col1 ul a {
    color: black;
}

#col2 {
    color: black;
}

ul li ul li {
    margin: 0 0 0 10px;
}

p.monthHeader {
    font-size: 150%;
    font-style: italic;
    margin: 0 0 10px 0;
    font-weight: bold;
}

p.inPressHeader {
    font-size: 180%;
    font-style: italic;
    font-weight: bold;
    line-height: 150%;
}

.playList {
    margin: 0 0 10px 0;
}

p.citaat {
    font-size: 130%;
    font-style: italic;
    line-height: 150%;
}

