/* ---------------------------------------------------------------------------------------------------- */
/* Standaard containers																					*/
/* ---------------------------------------------------------------------------------------------------- */
body {
	background		: #7999BF url(plaatjes/body.jpg) repeat-x;
	font-size		: 62.5%; /* = 10px */
	margin			: 0;
	padding			: 0;
}

p {
	margin			: 5px 0 20px 0;
}
a:link, 
a:visited,
a:active {
	font			: bold 1.0em Verdana;	
	text-decoration	: underline; 
	color			: #3374dc;
}
a:hover {
	font			: bold 1.0em Verdana;	
	text-decoration	: none; 
	color			: #3374dc;
}
/* ---------------------------------------------------------------------------------------------------- */
/* Feitelijke website 																					*/
/* ---------------------------------------------------------------------------------------------------- */
#container {
	background		: url(plaatjes/container.png);
	position		: absolute;
	left			: 50%;
	width			: 700px;	
	text-align		: left;
	margin			: 0 0 0 -350px;
}
.logo {
	background		: url(plaatjes/logo.gif) no-repeat;
	width			: 505px;
	height			: 211px;
	padding			: 80px 0 0 195px;
}
.content {
	width			: 500px;
	float			: left;
	padding			: 0 21px 0 15px;
}
/* ---------------------------------------------------------------------------------------------------- */
/* Menu, buttons en links																				*/
/* ---------------------------------------------------------------------------------------------------- */
.linkerkolom {
	background		: url(plaatjes/menu.png);
	float			: left;
	width			: 164px;
	margin-bottom	: 20px;
}
.navigatie {
	background		: url(plaatjes/menutop.png) no-repeat;
	float			: left;
	list-style		: none; 
	margin			: 0; 
	width			: 164px;
	text-align		: left;
	padding			: 21px 0 0 0;  
}	
.but_nor {
	display			: block;
	cursor			: pointer;
}
.but_nor:link, 
.but_nor:visited, 
.but_nor:active {
	background		: #9ba42d url(plaatjes/button.png) no-repeat;
	width			: 154px;
	height			: 20px;
	padding			: 5px 0 0 10px;
	text-decoration	: none; 
	color			: #fff;
}
.but_nor:hover {
	background		: #9ba42d url(plaatjes/button_over.png) no-repeat;
	width			: 154px;
	height			: 20px;
	padding			: 5px 0 0 10px;
	text-decoration	: none; 
	color			: #333;
}
.clink{
	margin-top		: 10px;
	text-align		: center;
}
.mogelijk {
	padding			: 10px;
	text-align		: center;
	color			: white;
}
.menuvoet {
	background		: #9ba42d url(plaatjes/menuvoet.png) no-repeat;
	width			: 164px;
	height			: 22px;
	margin-bottom	: 0;
}
.pointer {
	cursor			: pointer;
}
/* ---------------------------------------------------------------------------------------------------- */
/* Formulier																							*/
/* ---------------------------------------------------------------------------------------------------- */
.kform {
	color			: yellow;
	font			: 12px arial;
}
.formfield{
	border			: 1px solid #666;
}
.bedankt{
	font			: 16px arial;
}
/* ---------------------------------------------------------------------------------------------------- */
/* Highslide																							*/
/* ---------------------------------------------------------------------------------------------------- */
.highslide {
	cursor			: url(highslide/graphics/zoomin.cur), pointer;
    outline			: none;
}
.highslide img {
	border			: 2px solid #2867ca;
	margin			: 10px 10px 0 0;
}
.highslide:hover img{
	border			: 2px solid #a91011;
}

.highslide-image {
	border			: 2px solid white;
}

.highslide-caption {
    display			: none;
    border			: 2px solid white;
    border-top		: none;
    padding			: 5px;
    background		: white;
}
.highslide-display-block {
    display			: block;
}
.highslide-display-none {
    display			: none;
}
.highslide-loading {
    display			: block;
	color			: white;
    font			: bold 9px Verdana;
	text-transform	: uppercase;
    text-decoration	: none;
	padding			: 3px;
	border-top		: 1px solid white;
	border-bottom	: 1px solid white;
    background		: black;
}
/* ---------------------------------------------------------------------------------------------------- */
h1,
h2 {
	font			: bold 12px Verdana;	
	color			: #3374dc;
	margin			: 0;
	padding			: 0;
}
h3 {
	font			: bold 12px Verdana;	
	color			: white;
	margin			: 0;
	padding			: 0;
}
h4 {
	font			: bold 12px Verdana;	
	color			: white;
	margin			: 10px 0 0 300px;
	padding			: 0;
}
.content {
	font			: normal 1.1em/1.5em Verdana;	
}
.but_nor:link, 
.but_nor:visited, 
.but_nor:active {
	font			: normal 1.1em Verdana;	
}
.but_nor:hover {
	font			: normal 1.1em Verdana;	
}
.images {
	margin			: 0 10px 10px 0;	
}
.mogelijk {
	font			: normal 1.1em Verdana;	
}

/* ---------------------------------------------------------------------------------------------------- */
/* Einde oefening, prettige avond!																		*/
/* ---------------------------------------------------------------------------------------------------- */

