* {
	margin: 			0px;
	padding:			0px;
}

html,body {
	height:				100%;
}

/* Totale achtergrond*/
body {
	font-family:		Arial, Helvetica, sans-serif;
	background:			rgb(248,195,0) url('/basis/achtergrondgeel.png') repeat-x scroll;
	overflow: 			-moz-scrollbars-vertical;
}

/* Container opzet*/
div#container {
	position:			relative; /* needed for footer positioning*/
	margin:				0 auto; /* center, not in IE5 */
	height:				auto !important; /* real browsers */
	height:				100%; /* IE6: treaded as min-height*/
	min-height:			100%; /* real browsers */
	
	/* Alleen hieronder aanpassen*/
	width:				880px;
	background:			url('/basis/achtergrondcontainer.png') repeat-y scroll;
}

/* Doordat floating divs hun containing div niet mee laten groeien moet een dummy div na de floating divs geplaatst worden om de containing div wel het juiste formaat te laten krijgen */
div.clear_all{
	clear:				both;
}

/* Tekst in hele site*/
body,td,th,p {
	font-family: 		Arial, Helvetica, sans-serif;
	font-size: 			13px;
	color: 				#000000;
}

/* Opbouw div-onderdelen */
#achtergrond{
float:					left;
margin-left:			0px;
margin-top:				0px;
height:					593px;
width:					880px;
background:				url('/basis/achtergrond.png') repeat-x scroll;
z-index:				10;
}

#menu{
float:					left;
margin-left:			70px;
margin-top:				-190px;
height:					150px;
width:					200px;
z-index:				20;
line-height:			150%;
}

#nieuwsregel{
position:				absolute;
top:					112px;
left:					254px;
height:					20px;
width:					625px;
color:					#ffffff;
z-index:				25;
text-align:				center;
font-weight:			bold;
}

#vlaggen{
float:					right;
margin-right:			-44px;
margin-top:				-593px;
height:					715px;
width:					45px;
background:				url('/basis/vlaggen.png') repeat-y scroll;
z-index:				30;
}

#content{
float:					right;
margin-right:			50px;
margin-top:				-430px;
margin-bottom:			0px;
width:					540px;
z-index:				50;
}

/* Voor PBS */
div#koptekst {
float:					right;
margin-top:				13px;
width:					530px;
text-align:				left;
font-size: 				17px;
font-weight:			bold;
color: 					#000000;
z-index:				120;
padding-right:			10px;
background:				rgb(255,255,255) scroll;
}

div#tekst {
float:					right;
margin-top:				10px;
width:					530px;
font-size: 				13px;
font-weight:			normal;
color: 					#000000;
z-index:				130;
padding-right:			10px;
padding-bottom:			30px;
background:				rgb(255,255,255) scroll;
}


/* Tekstinstellingen */

#koptekst a:link {color: #ff2200;text-decoration: none;}
#koptekst a:visited {color: #ff2200;text-decoration: none;}
#koptekst a:hover {color: #800000;}
#koptekst a:active {color: #ff2200;text-decoration: none;}

#tekst a:link {color: #ff2200;text-decoration: none;}
#tekst a:visited {color: #ff2200;text-decoration: none;}
#tekst a:hover {color: #800000;}
#tekst a:active {color: #ff2200;text-decoration: none;}

#menu a:link {color: rgb(255,255,255);font-weight:bold;text-decoration: none;}
#menu a:visited {color: rgb(255,255,255);font-weight:bold;text-decoration: none;}
#menu a:hover {color: rgb(255,255,0);font-weight:bold;}
#menu a:active {color: rgb(255,255,0);font-weight:bold;text-decoration: none;}

.h1{
font-family:			Arial, Helvetica, sans-serif;
font-size:				17px;
color:					#000000;
margin-top:				0;
margin-bottom:			0;
}

.h2{
font-family:			Arial, Helvetica, sans-serif;
font-size:				13px;
color:					#000000;
margin-top:				0;
margin-bottom:			0;
}

.h3{
font-family:			Arial, Helvetica, sans-serif;
font-size:				11px;
color:					#000000;
margin-top:				0;
margin-bottom:			0;
}

.h4{
font-family:			Arial, Helvetica, sans-serif;
font-size:				17px;
color:					#ff2200;
margin-top:				0;
margin-bottom:			0;
}

.h5{
font-family:			Arial, Helvetica, sans-serif;
font-size:				13px;
color:					#ff2200;
margin-top:				0;
margin-bottom:			0;
}

.h6{
font-family:			Arial, Helvetica, sans-serif;
font-size:				11px;
color:					#ff2200;
margin-top:				0;
margin-bottom:			0;
}
