body{
	background-color:#99cc66;
}

#container_main{
	width:800px;
	height:800px;
	margin:0px auto;
}

#container{
	width:800px;
	height:700px;
	background-image:url('pictures/splash/main_background.jpg'); 
	background-position:bottom;
	background-repeat:no-repeat;
	position:absolute;
	margin:0px auto;
}

#inhoud_sub_r{
	position:absolute;
	width:300px;
	height:470px;
	-moz-opacity:.80;
	filter:alpha(opacity=80);
	opacity:.80;
	background-color:#ffffff;
	right:0px;
}

#inhoud_sub_l{
	position:absolute;
	width:300px;
	height:470px;
	-moz-opacity:.80;
	filter:alpha(opacity=80);
	opacity:.80;
	background-color:#ffffff;
	left:0px;
}

#inhoud{
	position:relative;
	height:390px;
	width:700px;
	top:5px;
	margin:0px auto;
}

#knop{
	position:absolute;
	height:40px;
	bottom:0px;
	width:100%;
	background-color:yellow;
	-moz-opacity:.90;
	filter:alpha(opacity=90);
	opacity:.90;
}

#logo{
	width:100%;
	height:220px;
	background-image:url('pictures/ossa_logo_diap_rot.gif'); 
	background-position:top left;
	background-repeat:no-repeat;
	top:0px;
	left:0px;
}

#inhoud p{
	margin-left: 10px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
}

#inhoud p.titel{
	color:#da0000;
	font-weight:bold;
	padding:1px;
	font-size:18px;
}
#inhoud a{
	color:#da0000;
	font-weight:bold;
	text-decoration:underline;
}
#inhoud h1{
	color:#ffff80;
	font-weight:bold;
	padding:2px;
	font-size:38px;
}

#inhoud li{
	color:#000000;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin-left: 20px;
}

