* {
	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
*/
html, body {
	height: 100%;
}

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;
}

#header {
	 background: url(/images/header-bg.gif);
    position: relative;
    margin-left: -155px;
	 width: 940px;
    height: 200px; 
}

ul {
    list-style: inside;
}

h1, h3 {
    color: #ff5000;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    text-transform: uppercase;
    margin: 7px 0 4px;
}

h1 {
    font-size: 25px;
	 line-height: 1.5em;
}

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
*/
#container {
	 position: relative;
	 
}

#wrapper {
	 height: 100%;
	 width: 940px;
    background: url(/images/wrapper-bg.gif);
    position: relative;
	 margin-left: -155px;
}

#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;
	 margin-bottom: 50px;
	 border-bottom: 2px solid #CCEBFF;
}

#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 50px;
	line-height: 50px;
	width: 820px;
	margin: 0 0 0 120px;
	background-color: #FF5000;
	color: #FC0;
	text-align: center;}

#footer a:first-child {
	margin-right: 25px;}

#footer a:link, #footer a:visited {
	color: #FFF;
	text-decoration: none;}

#footer a:hover, #footer a:visited:hover {
	text-decoration: underline;}


/**
* 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: #07D;
    font-weight: bold;
}

.event h4,
.event div.deelnemer {
    color: #333366;
    font-weight: bold;
    margin: 0;
}

.event div.leeftijden {
	color: #390;
}

.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;
}

#photos p {
	padding: 2px;
	float: left;
	width: 160px;
	margin-left: 21px;
	text-align: center;}

#photos p:first-child {
	margin-left: 0;}

#photos a:link, #photos a:visited {
	color: #000;
	text-decoration: none;}

#photos a:hover, #photos a:visited:hover {
	text-decoration: none;}

#photos a:hover img, #photos a:visited:hover img {
	margin: -2px;
	border: 2px solid #FF5000;}

.add-photo, .call-to-action {
	border-bottom: 1px solid #CCEBFF;
	padding-left: 197px;
	padding-top: 15px;
	margin: 0 -15px 30px;
	background: #CCEBFF url(/images/lens.jpg) top left no-repeat;}

.add-photo li {
	margin-bottom: 15px;
	list-style-type: none;}

.add-photo label {
	font-weight: bold;
	display: block;}

.add-photo textarea {
	width: 270px;
	height: 120px;}

.add-photo .error_list {
	margin-left: 0 !important;
	color: #F00;
	font-weight: bold;}

.add-photo .error {
	border: 1px solid #F00;}
