@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
body {
	height: 50px;
	background-color: #FBF600;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#totaal {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
}

#header {
	background-image: url(/UserFiles/Image/hdr.gif);
	height: 200px;
	background-repeat: no-repeat;
	background-position: left center;
	clear: both;
}
#nav {
	height: 30px;
	width: 600px;
	clear: both;
	font-family: "Arial Rounded MT Bold";
	font-size: 14px;
}
#nav a {
	height: 20px;
	width: 140px;
	float: left;
	text-align: center;
	display: block;
	background-color: #D81416;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	font-weight: bold;
}
#nav a:hover {
	background-color: #FFFFFF;
	color: #D81416;
}
#nav .selected {
	background-color: #FFFFFF;
	color: #D81416;
}
#content {
	width: 600px;
	float: left;
	clear: left;
	padding-top: 30px;
}
#tariefwijzer {
	clear: right;
	float: right;
	height: auto;
	width: 240px;
}
#tariefwijzer .kop {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	font-family: "Arial Rounded MT Bold";
	color: #D81416;
}

#tariefwijzer li {
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#qsel {
	display: block;
	height: 250px;
	width: 219px;
	padding: 10px;
	background-color: #FEFDBF;
}
#lsel {
	width: 219px;
}

.clearall {
	clear: both;
	height: 20px;
	width: 811px;
}
h1 {
	font-weight: bold;
	color: #D81416;
	font-size: 24px;
	margin-bottom: 10px;
	font-family: "Arial Rounded MT Bold";
}
h2 {
	font-weight: bold;
	color: #D81416;
	font-size: 16px;
	margin-bottom: 10px;
	font-family: "Arial Rounded MT Bold";
}
h3 {
	font-weight: bold;
	color: #D81416;
	font-size: 14px;
	margin-bottom: 10px;
	font-family: "Arial Rounded MT Bold";
}
a {
	color: #D81416;
}
a:hover {
	color: #000000;
}

.tarieven th {
	border-bottom: 1px solid #666666;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 3px;
}


.tarieven td {
	border-bottom: 0px solid #ccd9e5;
}

.tarieven .anchors {
	border-bottom: 1px solid #666666;
	border-top: 1px solid #666666;
	padding-top: 10px;
	padding-bottom: 10px;
}

.tarieven .anchors a {
	padding: 5px;
	margin: 0px;

}

.odd td {
	background-color: #FDFA7F;
	padding-left: 3px;
	padding-right: 3px;
}
.even td {
	background-color: #FEFDBF;
	padding-left: 3px;
	padding-right: 3px;
}
td.ta {
	text-align: right;
	font-weight: bold;
	color: #D81416;
	font-size: 15px;
}

.vet {

	color:#D81416;
	font-size:16px;
	font-weight:bold;
}

/* 

ul.open {
padding: 10px;
margin-left: 0px;
margin-top: 5px;
margin-bottom: 5px;
list-style-type: none;
border-bottom: 1px dotted #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: hand;
color: #336699;
background-image: url(/common/bullet_plus.png);
background-repeat: no-repeat;
padding-left: 16px;
text-decoration: underline;
}
ul.open li.q {
cursor: hand;
color: #336699;
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;
}