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;
}

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:850px;
	text-align:center;
	float:left;
}
#header #menu li{
	float:left;
	padding-left:10px;
	padding-top:3px;
	height:26px;
	white-space:nowrap;
	font-family:FFJustLeft;
	font-weight:bold;
}
#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{
	color:white;
	font-size:1.5em;
	text-decoration:none;
}
#header #menu li.active a{
	color:#cc3300;
}
#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;
}
#content #left #sponsors img{
	border:0px;
	margin:0px;
	padding:0px;
	/*width:150px;
	height:150px;*/
	position:absolute;
	left:0px;
	top:0px;
}

#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;
	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:2.8em;
	color:#cc3300;
	line-height:0.8em;
	font-weight:bold;
	margin:0px;
	padding:0px;
	font-family:FFJustLeft;
}
#content #right h2{
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:15px;
	margin-top:15px;
	color:#009966;
	font-family:FFJustLeft;
}
#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;
}

