/* CSS Document */

body{	height:100%;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		visibility:visible;
		background-image:url(../afbeeldingen/bg.gif);
		background-position:center;
		background-repeat:repeat-y;
		}

a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: underline;
	color: #000000;
}

h1{	margin:0px;
	font-size:20px;
	color:#012f44;}
h2{ font-size:12px;
	color:#005f8a;
	margin-top:0px;}
h3{ font-size:12px;
	margin:0px;}
h4{ font-size: 11px;
	font-weight: bold;}

#container{	background-image:url(../afbeeldingen/bg.gif);
			background-position:left;
			background-repeat:repeat-y;
			width:800px;
			height:100%;
			left:50%;
			margin-left:-400px;
			top:-3px;
			position:absolute;
			padding-top:0px;
			visibility:visible;}
#headerstreep{	background-image:url(../afbeeldingen/bg_top.gif);
				background-position:center;
				background-repeat:repeat-x;
				width:770px;
				position:relative;
				left:15px;
				top:0px;
				height:10px;
				padding-top:0px;}
#updates{	position:relative;
			width:192px;
			height:133px;
			border:1px #000000 solid;
			left: 15px;
			top: 22px;
			float:left;
			padding:5px;}
#headerrechts{ 	background-position:left;
				background-repeat:no-repeat;
				position:relative;
				width:554px;
				height:143px;
				border:1px #000000 solid;
				left: 25px;
				top: 22px;
				float:left;}
#breadcrumps{	width:770px;
				height:17px;
				position:absolute;
				padding-left:10px;
				left:15px;
				top:195px;}
#menu{		position:relative;
			width:150px;
			height:auto;
			border:1px #000000 solid;
			left: 15px;
			top: 65px;
			float:left;
			text-align:center;}
			
#poll{		position:absolute;
			width:150px;
			height:100px;
			height:auto;
			border:1px #000000 solid;
			left: 15px;
			top:505px;
			float:left;
			text-align:left;}
#menu a:link {
	text-decoration: none;
	width:150px;
	height:20px;
	color: #000000;
	display:block;
	background-color:#FFFFFF;
	padding-top:5px;
}
#menu a:visited {
	text-decoration: none;
	width:150px;
	height:20px;
	color: #000000;
	display:block;
	background-color:#FFFFFF;
	padding-top:5px;
}
#menu a:hover {
	text-decoration: none;
	width:150px;
	height:20px;
	color: #000000;
	display:block;
	background-color:#CCCCCC;
	padding-top:5px;
}

				
#inhoud{		position:relative;
				width:606px;
				height:500px;
				left: 25px;
				top: 65px;
				float:left;}