@charset "UTF-8";
/* CSS Document */

* {
margin:0;
padding:0;
text-decoration:none;
}
body {
	background: #a2bd30 url(images/bg.gif) repeat-x center top;
	text-align: center;
}
#container {
	background: url(images/bghome.gif) repeat-y 50% top;
	text-align: center;
	width: 592px;
	height: 100%;
	margin: 0 auto;
	padding: 133px 120px 0;
	min-height:768px;
	height:auto !important;/*all browsers except ie6 will respect the !important flag*/
	height:768px;/*Should have the same value as the min height above*/
}
img {
	margin-bottom: 30px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #133d2f;
}
.blauw {
	color: #006199;
}
a, a:link, a:visited {
	color: #133d2f;
	text-decoration: none;
}
a:hover, .blauw a:hover {
	color: #a2bd30;
	font-weight: bold;
	text-decoration: none;
}
.blauw a, .blauw a:link, .blauwa:visited {
	color: #006199;
	text-decoration: none;
}
