* {
    padding: 0;
    margin: 0;
}


html, body {
	height: 100%;	
}


body {
    background: #548ab7;
	background-image: url(../images/achtergrond_verloop.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
}


#container {
	min-height: 100%;
	background-image: url(../images/zijbalk.gif);
	background-repeat: repeat-y;
	width: 1000px;
		
}


* html #container {
	height: 100%;	
}



/* header */

#header {
	position: fixed;
	top: 0;
	left: 0;
}

#inlog {
	position: fixed;
	top: 0;
	left: 0;
}

/* navigatie */


#navigatie {
	position: fixed; 
	top: 220px; 
	left: 19px;
}


#navigatie ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


#navigatie ul li a {
	display: block;
	padding: 2px 2px 2px 4px;
	font-family: Tahoma;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	width: 117px;
}


#navigatie ul li a:hover {
 	background-color: #139BDE;
}


#footerlogo {
	position: fixed;
	bottom: 30px;
	left: 19px;
	width: 123px;
	text-align: center;
	background-color: #d80015;	
}



/* content */

A:link { 
	color: #000000;
	text-decoration: underline;
}      

A:visited {
	color: #000000;
	text-decoration: underline; 
}      

A:hover {
	color: #d80015;
	text-decoration: underline; 
}

A:active {
	color: #d80015;
	text-decoration: underline;
}


A.linkwit:link { 
	color: #ffffff;
	text-decoration: none;
}      

A.linkwit:visited {
	color: #ffffff;
	text-decoration: none; 
}      

A.linkwit:hover {
	color: #125D9D;
	text-decoration: none; 
}

A.linkwit:active {
	color: #125D9D;
	text-decoration: none;
}


#content {
	padding-top: 220px;
	padding-left: 230px;
	padding-bottom: 30px;
	width: 743px;
}


.tekst {
	color: #000000;
	font-size: 14px;
	font-style: normal;
	line-height: 150%;
	font-family: Tahoma, Arial;
}


ul {
	list-style-position: inside;
}


.CURSIEF {
	font-style: italic;
}


#titel {
	color: #000000;
	font-size: 24px;
	font-weight: bold;
	width: 743px;
	height: 50px;
	line-height: 130%;
}


.tekstklein {
	color: #000000;
	font-size: 12px;
}

.tekstkleinwit {
	color: #ffffff;
	font-size: 10px;
	font-family: Tahoma, Arial;
}

.ROOD {
	color: #d80015;
}

#fotobalk {
	width: 224px;
	float: right;
	margin-left: 16px;
}

.foto {
	border: 2px solid #ffffff;
	margin-bottom: 10px;
}

.kolomclearer {
	clear: both;
	height: 0px;
	font-size: 0px;
}