/* CSS Document */
* {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
} 
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #990000;
	font-weight: bolder;
	font-style: oblique;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	color: #99cc00;
	font-style: italic;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}
h5 {
	font-size: 11px;
	font-weight: bold;
}
a {
	color: #99cc00;
	font-weight: bold;
	text-decoration: underline;
	line-height: normal;
}
a:hover {
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}
/***************** basis achtergrond links *****************/
#content {
	background-image: url(images/main_content.jpg);
	background-repeat: no-repeat;
	height: 570px;
	width: 640px;
}
/***************** achtergrond rechts boven *****************/
#right_top {
	background-image: url(images/right_top.jpg);
	background-repeat: no-repeat;
	height: 190px;
	width: 360px;
}
/***************** achtergrond rechts midden *****************/
#right_mid {
	background-image: url(images/right_mid.jpg);
	background-repeat: no-repeat;
	height: 190px;
	width: 360px;
}
/***************** achtergrond rechts onder *****************/
#right_bot {
	background-image: url(images/right_bot.jpg);
	background-repeat: no-repeat;
	height: 190px;
	width: 360px;
}
#right_belme {
	background-image: url(images/de_0844.jpg);
	background-repeat: no-repeat;
	height: 190px;
	width: 360px;
}
#right_vcard {
	background-image: url(images/de_0811b.jpg);
	background-repeat: no-repeat;
	height: 190px;
	width: 360px;
}
/***************** basis tekstvak links *****************/
#content_text {
	height: 480px;
	width: 560px;
	position: relative;
	left: 40px;
	top: 40px;
}
/***************** tekstvak rechts boven *****************/
#right_top_text {
	height: 170px;
	width: 280px;
	position: relative;
	left: 40px;
	top: 30px;
}
#right_bot_text {
	height: 130px;
	width: 280px;
	position: relative;
	left: 40px;
	top: 20px;
}
/***************** tekstvak rechts midden *****************/
#right_mid_text {
	height: 130px;
	width: 280px;
	left: 40px;
	position: relative;
}
#right_bot_full {
	background-image: url(images/right_mid.jpg);
	background-repeat: no-repeat;
	height: 190px;
	width: 360px;
}
#right_vcard_text {
	height: 190px;
	width: 360px;
	padding-top: 30px;
	padding-right: 120px;
	padding-left: 40px;
}
/***************** tekstvak groot *****************/
#content_xl {
	background-image: url(images/main_mid.jpg);
	background-repeat: repeat;
	height: 1140px;
	width: 640px;
}
#content_text_xl {
	height: 1060px;
	width: 560px;
	left: 40px;
	top: 20px;
	position: relative;
