* {
	margin: 0;
	padding: 0;}

.group:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}

a img, abbr {
	border: 0;}
    
object, embed {
    outline: none;}

/**
 * USER MESSAGES
 */
div.feedback-success,
div.feedback-failure,
div.feedback-warning,
div.feedback-message {
	padding: 9px;
	border-width: 1px 0 1px 0;
	border-style: solid;}

div.feedback-success p, div.feedback-success ul,
div.feedback-failure p, div.feedback-failure ul,
div.feedback-warning p, div.feedback-warning ul,
div.feedback-message p, div.feedback-message ul {
	color: #000;
	margin-bottom: 0;}

div.feedback-success {
	border-color: #0C0;
	background-color: #AFA;}

div.feedback-failure {
	border-color: #F00;
	background-color: #FAA;}

div.feedback-warning {
	border-color: #FF0;
	background-color: #FFA;}

div.feedback-message {
	border-color: #00C;
	background-color: #AAF;}
    
/**
* TYPOGRAPHY
*/
body {
    background: #ff5000;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

a, a:visited {
    color: #ff5000;
    font-weight: bold;
}

a:hover {
    color: black;
}

h1, #header {
    width: 940px;
    height: 200px; 
}

h1 {
    background: url(/images/header-bg.gif);
    text-indent: -9999px;
    margin: 0;
    z-index: 1;
}

#header {
    position: absolute;
    z-index: 2;
    top: 0;
    display: block;
    margin-left: -155px;
}

ul {
    list-style: inside;
}

h2, h3 {
    color: #ff5000;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    text-transform: uppercase;
    margin: 7px 0 4px;
}

h2 {
    font-size: 25px;
}

h3 {
    font-size: 20px;
    letter-spacing: 1px;
}

#content p,
#content object {
    margin-bottom: 25px;
}

#content object {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/**
* CUSTOM STYLES
*/

h1, #wrapper {
    margin-left: -155px;
}

#wrapper {
    width: 940px;
    background: url(/images/wrapper-bg.gif);
    position: absolute;
}

#nav {
    background: url(/images/nav-bg.gif);
    height: 350px;
    width: 310px;
    float: left;
}

#nav ul {
    list-style: none;
    margin-left: 105px;
    line-height:26px;
}

#nav a {
    color: white;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    text-decoration: none;
    font-size: 18px;
}

#content {
    background: url(/images/content-bg.gif);
    float: right;
    width: 544px;
    min-height: 350px;
    margin-right: 38px;
    padding: 0 15px 5px;
}

/**
* ANDERE EXPERIMENTEN
*/

.andere-experimenten {
    font-weight: bold;
    margin-top: 65px;    
}

.andere-experimenten ul {
    list-style: none;
}

/**
* AGENDA
*/

#agenda-form {
    width: 574px;
    background: #ccebff;
    color: #0099ff;
    margin: -1px 0 20px -15px;
}

#agenda-form fieldset {
    float: left;    
    border: none;
    padding: 10px 15px;
    margin: 0;
}

#agenda-form fieldset.right {
    background: url(/images/agenda-fieldset-bg.png) no-repeat 0 25px;
    height: 60px;
    padding: 44px 0 0 50px;
}

#agenda-form fieldset p {
    margin: 0;
    line-height: 28px;
    clear: both;
}

#agenda-form fieldset p label {
    width: 170px;
    float: left;
}

#agenda-form fieldset p select {
    width: 190px;
    padding: 2px;
}

#agenda-form fieldset p select > option {
    padding: 0 3px;
}

#event-list h3 {
    margin: 15px 0 10px;
}

.event {
    
}

.event h4 {
    font-size: 18px;
}

.event div,
.event p.tijd {
    color: #0099ff;
    font-weight: bold;
}

.event h4,
.event div.deelnemer {
    color: #333366;
    font-weight: bold;
    margin: 0;
}

.event div.leeftijden {
	color: #ff5000;
}

.event a {
    background: url(/images/triangle-closed.png) no-repeat 0 4px;
    padding-left: 12px;
    text-decoration: none;
    cursor: pointer;
}

.event a:hover {
    color: #FF5000;
}

.event a.open {
    background: url(/images/triangle-open.png) no-repeat 0 4px;;
}

.event p {
    display: none;
    margin-top: 2px;
}

.event p.open {
    display: block;
}

.event p a {
    background: none;
    padding: 0; 
}

.event img {
    clear: both;
    display: block;
    margin: 10px 0;
}

#content .event p.hidden-information {
    margin: 0;
}