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

html,body {
	height:				100%;
}

/* Totale achtergrond*/
body {
	background:			rgb(200,200,200) scroll;
	font-family:		Arial, Helvetica, sans-serif;
}

/* 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:				975px;
	background:			url('/basis/blauwenamen-uitgebreid.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 */
#menu{
float:					right;
margin-right:			91px;
margin-top:				-15px;
height:					170px;
width:					700px;
z-index:				10;
}

#content{
float:					right;
margin-right:			0px;
margin-top:				16px;
margin-bottom:			0px;
width:					791px;
z-index:				30;
}

#naam {
position:				absolute;
top:					12px;
left:					382px;
z-index:				40;
}

#adres {
position: 				absolute;
top: 					12px;
left: 					780px;
width: 					200px;
text-align: 			left;
font-size: 				11px;
font-weight:			bold;
color: 					rgb(120,120,120);
border-left:			1px solid rgb(120,120,120);
padding-left:			10px;
z-index:				50;
}

#schaduw {
position:				absolute;
top:					161px;
left:					184px;
width:					597px;
z-index:				60;
}

#animatie{
position:				absolute;
top:					184px;
left:					190px;
z-index:				70;
}

#animatielijst{
position:				absolute;
background:				url('/basis/achtergrondwindow.png') repeat-y scroll;
top:					171px;
left:					184px;
height:					430px;
width:					198px;
z-index:				80;
}

#twitter_updates{
background:				rgb(220,220,220);
font-size: 				9px;
font-style:				italic;
width:					170px;
color:					rgb(119,25,78);
padding-left:			5px;
padding-right:			3px;
}

#logo {
position:				absolute;
top:					4px;
left:					15px;
z-index:				90;
}

#submenu {
position:				absolute;
top:					400px;
left:					82px;
z-index:				100;
}

#laatstenieuws{
position:				absolute;
right:					100px;
top:					180px;
z-index:				110;
}

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

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


/* Tekstinstellingen */

#koptekst a:link {color: rgb(255,0,0);text-decoration: none;}
#koptekst a:visited {color: rgb(255,0,0);text-decoration: none;}
#koptekst a:hover {color: rgb(119,25,78);}
#koptekst a:active {color: rgb(255,0,0);text-decoration: none;}

#tekst a:link {color: rgb(255,0,0);text-decoration: none;}
#tekst a:visited {color: rgb(255,0,0);text-decoration: none;}
#tekst a:hover {color: rgb(119,25,78);}
#tekst a:active {color: rgb(255,0,0);text-decoration: none;}

#adres a:link {color: rgb(120,120,120);text-decoration: none;}
#adres a:visited {color: rgb(120,120,120);text-decoration: none;}
#adres a:hover {color: rgb(255,0,0);}
#adres a:active {color: rgb(120,120,120);text-decoration: none;}

#twitter_updates a:link {color: rgb(255,0,0);text-decoration: none;}
#twitter_updates a:visited {color: rgb(255,0,0);text-decoration: none;}
#twitter_updates a:hover {color: rgb(200,0,0);}
#twitter_updates a:active {color: rgb(255,0,0);text-decoration: none;}

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

h2{
font-size:				13px;
font-weight:			normal;
color:					#000000;
margin-top:				0;
margin-bottom:			0;
}

h3{
font-size:				16px;
font-weight:			bold;
color:					#000000;
margin-top:				0;
margin-bottom:			0;
}

#uitlegveld  {
font-size:11px;
color:#ff0000;
text-decoration:italic;
}

#twitter_updates {
font-size: 10px!important;
}
