html{
	background-color: white;
	background-image: url('../images/background-repeat.jpg');
	background-repeat: repeat-y;
	background-position: center 1039px;
	font-family: Arial, sans-serif;
	color:#413044;
	line-height:1.0em;
}

body {
	margin: 0px;
	padding:0px;
	font-size: 10pt;
	font-family: Arial, sans-serif;
}
p{
	margin-top:15px;
}
em{
	font-style: italic;
}
strong{
	font-weight:bold;
}

#supercontainer{
	width:1000px;
	margin: auto;
}
#container{
	width:1000px;
	padding:0px;
	margin:0px;
}
#header{
	background-image:URL('../images/background-header.jpg');
	background-repeat:no-repeat;
	width:1000px;
	float:left;
	height:159px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
#header #menu{
	margin-top:15px;
	margin-left:52px;
	width:870px;
	white-space:nowrap;
	/*background-color: yellow;*/
	/*text-align:center;*/
	float:left;
}
#header #menu li{
	float:left;
	height:26px;
	margin: 0px;
	padding-left:8px;
	padding-top: 3px;
}
#header #menu li.active{
	background-image:URL('../images/menu_item_active_bg.png');
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/menu_item_active_bg.png", sizingMethod='scale');*/
	background-repeat:no-repeat;
}
#header #menu li a{
	display:block;
	float:left;
	color:white;
	font-size:1.5em;
	text-decoration:none;
	font-family: 'justleft', Arial, sans-serif;
}
#header #menu li.active a{
	color:#cc3300;
}
#header #menu li a:hover{
	text-decoration: underline;
}
#content{
	float:left;
	width:1000px;
}
#content #left{
	background-image:URL('../images/background-content-left.jpg');
	background-repeat:no-repeat;
	width:350px;
	height:880px;
	float:left;
}
#content #left #sponsors{
	font-size:0.8em;
	font-weight:bold;
	color:#413044;
	margin-top:40px;
	margin-left:135px;
	margin-bottom:70px;
	width:150px;
	height:150px;
	text-align:center;
	position:relative;
	overflow: hidden;
}
#content #left #sponsors img{
	border:0px solid white;
	margin:0px;
	padding:0px;
	width:150px;
	height:150px;
}

#content #left #leader{
	font-size:0.8em;
	font-weight:bold;
	color:#ffffff;
	margin-top:50px;
	margin-left:80px;
	width:250px;
	height:140px;
	text-align:center;
}
#content #left #leader img{
	border:0px;
	margin-top:5px;
	height:100px;
}

#content #left #deelnemers{
	font-size:0.8em;
	font-weight:bold;
	color:#cc3300;
	margin-top:30px;
	margin-left:140px;
	width:128px;
	height:156px;
	overflow: hidden;
	text-align:center;
	position:relative;
}


#content #left #credits{
	font-size:0.8em;
	font-weight:bold;
	color:#333333;
	margin-top:10px;
	margin-left:105px;
	width:200px;
	text-align:center;
}
#content #left #credits a{
	color:#333333;
	text-decoration:none;
}

#content #right{
	background-image:URL('../images/background-content-right.jpg');
	background-repeat:no-repeat;
	background-position:top;
	width:495px; /* 650px = */
	padding-left:65px;
	padding-right:90px;
	padding-top:100px;
	padding-bottom:0px;
	min-height:880px;
	line-height:13pt;
	float:left;
}

#content #right ul{
	margin-left:15px;
}
#content #right li{
	list-style-type:disc;
}
#content #right h1{
	font-size:3.8em;
	line-height:1.0em;
	color:#cc3300;
	margin:0px;
	padding:0px;
	font-family: 'justleft', Arial, sans-serif;
}
#content #right h2{
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:15px;
	margin-top:15px;
	color:#009966;
	font-family: 'justleft', Arial, sans-serif;
}
#content #right a{
	color:#cc9933;
	text-decoration:none;
	font-weight:bold;
}
#content #right a:hover{
	text-decoration:underline;
}

#content #right #newslist{
	padding:0px;
	margin:0px;
}
#content #right #newslist li{
	list-style-type:none;
	margin:0px;
	padding:0px;
	margin-bottom:40px;
}
#content #right #newslist li h2{
	margin:0px;
	padding:0px;
}
#content #right #newslist li p{
	margin:0px;
	padding:0px;
	margin-bottom:7px;
}

#content #right td.tijd{
	width:40px;
}
#content #right img{
	padding:5px;
}

#content p.ok{
	font-weight:bold;
	background-color:green;
	padding:8px;
	color:white;
	margin-bottom:5px;
}
#content p.error{
	font-weight:bold;
	background-color:red;
	padding:8px;
	color:white;
	margin-bottom:5px;
}
#content form input,#content form textarea{
	margin-bottom:5px;
}
#content form input.submit{
	background-color:white;
	font-weight:bold;
	color:#413044;
	border:1px solid #413044;
	padding:8px;
}

#footer{
	background-image:URL('../images/background-footer.jpg');
	background-repeat:no-repeat;
	background-position:bottom;
	height:693px;
	height:702px;
	float:left;
	width:1000px;
}


#blog{
	position:absolute;
	top:150px;
	left:750px;
}

/* Contact form */
#contactform{
	width: 500px;
	margin-top: 10px;
	
}

#contactform input,
#contactform textarea{
	border:1px solid #08BAA2;
	background-color:white;
	padding:5px;
	margin:10px;
	margin-left:0px;
	margin-bottom: 0px;
	width:200px;
	margin-top:5px;
	float:left;
}
#contactform .knop{
	margin-left: 100px;
}

#contactform label {
	display: block;
	width: 100px;
	margin-top: 5px;
	float: left;
	font-weight: strong;
	clear: both;
}
#contactform textarea{
	height: 180px;
	width: 300px;
}
#contactform input:focus, #contactform textarea:focus { 
	border: 1px dotted #08BAA2;
}
#contactform label.error{
	color: red;
	margin-top: 0px;
	margin-left: 100px;
}
#contactform input.error, #contactform textarea.error{ 
	border: 1px solid red;
}

#succes{
	text-align:center;
	font-weight: bold;
	color: white;
	background-color: #08BAA2;
	width: 100%;
	display: none;
	margin-top: 10px;
	margin-bottom: 10px;
}
#deelnemers{
	width: 128px;
	height: 156px;
}
#deelnemers img{
	width: 128px;
	height: 156px;
}

.blog_footer{
	font-size:0.8em;
	margin-top:15px;
}

