@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
body {
	background-color: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(body.jpg);
	background-repeat: repeat-x;
	background-position: 0px 10px;
}
#totaal {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
	background-image: url(bg-totaal.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 60px;
	padding-top: 5px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#header {
	background-image: url(header.jpg);
	height: 180px;
	width: 960px;
}
#kol1 {
	background-color: #CCCCCC;
	display: block;
	width: 195px;
	float: left;
	margin-top: 5px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 65px;
	padding-left: 0px;
	background-image: url(bg-kol1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#kol1 ul {
	padding-left: 15px;
}
#kol1 li a {
	padding: 3px;
	display: block;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#kol1 li a:hover {
	color: #339900;
	text-decoration: underline;
}
#kol1 li a.selected {
	color: #339900;
	text-decoration: underline;
}
#kol2 {
	float: left;
	width: 500px;
	margin: 20px;
	display: block;
}
#kol3 {
	display: block;
	float: left;
	margin-top: 5px;
	width: 210px;
}
#footer {
	clear: both;
	padding-top: 60px;
	color: #FFFFFF;
	padding-left: 10px;
	height: 18px;
}
#qsel {
	height: 50px;
	background-image: url(bg-qsel.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 50px;
	text-align: center;
}
#lsel {
	font-size: 11px;
	width: 200px;
}
#landinfo ul {
	width: 200px;
	height: 200px;
	background-image: url(bg-landinfo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 5px;
}
#landinfo .cname {
	height: 40px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	letter-spacing: -1px;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: center;
}
#landinfo .vast {
	height: 40px;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
}
#landinfo .mobiel {
	height: 40px;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
}
#top5 {
	margin-top: 5px;
	width: 210px;
	height: 300px;
	padding-top: 50px;
	background-image: url(bg-top5.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#top5 li {
	height: 30px;
	line-height: 15px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 35px;
}

#tip {
	margin-top: 5px;
	width: 180px;
	height: auto;
	padding-top: 50px;
	padding-left: 15px;
	padding-right: 15px;
	background-image: url(bg-tip.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	font-size: 12px;
}

#tip a {
	color: #000000;
	display: block;
}

.tarieven .odd td {
	background-color: #F7FFE0;
	padding: 2px;
}
.tarieven .even td {
	background-color: #FFFFFF;
	padding: 2px;
}
a {
	color: #339900;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

h1 {
	color: #339900;
	font-size: 24px;
}
h2 {
	color: #339900;
	font-size: 20px;
}
h3 {
	color: #339900;
	font-size: 18px;
}

ul.open {
background-color: #f0f0f0;
padding: 10px;
margin-left: 0px;
margin-top: 5px;
margin-bottom: 5px;
list-style-type: none;
border-top-width: 2px;
border-top-style: solid;
border-top-color: #CCCCCC;
}
ul.closed {
margin-left: 0px;
margin-top: 5px;
margin-bottom: 5px;
list-style-type: none;
padding-top: 0px;
padding-right: 5px;
padding-bottom: 0px;
padding-left: 5px;
}
ul.closed li.q {
	cursor: help;
	color: #339900;
	background-image: url(/common/bullet_plus.png);
	background-repeat: no-repeat;
	padding-left: 16px;
	text-decoration: underline;
}
ul.open li.q {
	cursor: help;
	color: #339900;
	font-weight: bold;
	background-image: url(/common/bullet_minus.png);
	background-repeat: no-repeat;
	padding-left: 16px;
}
ul.closed li.a {
display: none;
}
ul.open li.a {
display: block;
padding: 5px;
list-style-type: none;
margin-left: 0px;
}

.excl {
	font-style: italic;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	margin-left: 10px;
}