@charset "utf-8";
/*
* {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
*/
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.4em;
	color: #333333;
	background: #FFFFFF url(/common/body.jpg) repeat-x 0px 10px;
}

#totaal {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
	background-image: url(/common/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(/common/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(/common/bg-kol1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#kol1 ul {
	padding-left: 15px;
	margin: 0px;
	list-style: none;
}

#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.selected a{
	color: #339900;
	text-decoration: underline;
}

#kol2 {
	float: left;
	display: block;
	width: 500px;
	margin: 20px;
}

#kol3 {
	float: left;
	display: block;
	width: 210px;
	margin-top: 5px;
}

#footer {
	clear: both;
	padding-top: 60px;
	color: #FFFFFF;
	padding-left: 10px;
	height: 18px;
}

#qsel {
	margin: 0px;
	height: 50px;
	background-image: url(/common/bg-qsel.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 50px;
	text-align: center;
}

#lsel {
	margin: 0px;
	font-size: 11px;
	width: 200px;
}

#landinfo {
	margin: 0px;
	color: #224466;
}

#landinfo ul {
	width: 210px;
	height: 210px;
	background-image: url(/common/bg-landinfo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	margin: 0px;
	list-style: none;
	position: relative;
}

#landinfo .cname {
	position: absolute;
	width: 190px;
	left: 10px;
	top: 25px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 1em;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: center;
}

#landinfo .vast {
	position: absolute;
	width: 190px;
	left: 10px;
	top: 85px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 1em;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: center;
}

#landinfo .mobiel {
	position: absolute;
	width: 190px;
	left: 10px;
	top: 145px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 1em;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: center;
}

#top5 {
	margin: 0px;
	margin-top: 5px;
	height: 300px;
	padding-top: 50px;
	padding-left: 35px;
	background-image: url(/common/bg-top5.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	list-style: none;
}

#top5 li {
	margin: 0px;
	height: 30px;
	line-height: 15px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#top5 img {
	vertical-align: baseline;
}

#tip {
	margin: 0px;
	margin-top: 5px;
	width: 180px;
	height: auto;
	padding-top: 50px;
	padding-left: 15px;
	padding-right: 15px;
	background-image: url(/common/bg-tip.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	font-size: 12px;
}

#tip a {
	color: #000000;
	display: block;
}



.tarieven th {
	color: #666666;
	font-size: smaller;
	border-bottom: 1px solid #666666;
	padding: 10px;
	text-transform: uppercase;
}

.tarieven .anchors a {
	padding: 4px;
	margin: 0px;
}
.tarieven .odd td {
	background-color: #F7FFE0;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;
}
.tarieven .even td {
	background-color: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;
}
.tarieven .cname {
	width: 70%;
}
.tarieven .ddi {
	width: 20%;

}
.tarieven .tariff {
	width: 10%;
	text-align: right;
}

a {
	color: #339900;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

h1 {
	color: #339900;
	font-size: 24px;
	line-height: 1em;
}
h2 {
	color: #339900;
	font-size: 20px;
	line-height: 1em;
}
h3 {
	color: #339900;
	font-size: 18px;
	line-height: 1em;
}

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;
}

#breadcrumb{color:#b7b7b7;font-size:11px;}
#breadcrumb hr{color:#b7b7b7;border:none;border-top:1px solid #ccc;height:1px;}
#breadcrumb a{font-size:12px;color:#b7b7b7;}