body {
	background-color	:	white;
	margin				:	20px;
}

* {
	font-family			:	Verdana;
	font-size			:	11px;
	color				:	black;
	text-decoration		:	none;
	border				:	0px;
}

a:hover {
	text-decoration		:	underline;
}

h1 {
	font-size			:	22px;
	color				:	#9d0000;
	text-align			:	center;
}

h2 {
	font-size			:	11px;
	font-weight:		:	bold;
	padding				:	7px;
	color				:	white;
}

.kopje {
	background-color	:	#24404a;
	margin				:	1px;
}

#informatie {
	display				:	none;
}

div.container {
    position            :   relative;
    left                :   50%;
    top                 :   20px;
    margin-left         :   -410px;
    margin-bottom       :   20px;
    width               :   778px;
    background-color    :   #ffffff;
    padding             :   0px;
}

div.container p {
	border-left			:	2px solid black;
	padding-left		:	5px;
	margin				:	0px;
}

div.container div.kolom1 {
	float               :   left;
	width               :   260px;
	margin-right        :   4px;
	padding             :   0px;
}
    
div.container div.kolom2 {
	position            :   relative; 
	float               :   left; 
	width               :   250px; 
	margin-right        :   4px;
	padding             :   0px;
}
    
div.container div.kolom3 {
	position            :   relative;
	float               :   right;
	width               :   260px;
	margin              :   0px;
	padding             :   0px;
}

.center_img {
	text-align			:	center;
}
