@charset "utf-8";

/* algemene opmaak */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006666;
	background-color: #FFFFFF;
	margin: 0px;
}
a {
	color: #7FC530;
	text-decoration:underline;
}
a:hover {
	text-decoration: none;
}
h1 {
	font-family: "Palatino Linotype", Verdana;
	font-size: 16px;
}
h1 a{
	color: #7FC530;
	text-decoration: none;
}
h2 {
	font-weight: bold;
	font-size: 14px;
	padding-top: 10px;
}
img {
	border:none
}

#header {
	background-image: url(images/layout_header.gif);
	background-repeat: no-repeat;
	height: 142px;
	width: 790px;
}
#left {
	background-image: url(images/layout_left.gif);
	height: 438px;
	width: 140px;
}
#right {
	background-color: #FFFFFF;
	height: 271px;
	width: 610px;
	position: absolute;
	left: 140px;
	padding-left: 20px;
	padding-top: 5px;
	overflow:none;
}
#logo {
	position:absolute;
	left: 511px;
	top:50px;
}
#scroller {
	height:225px;
	overflow:auto;
}

.alinealetter {
	font-size:18px
}
.alinealetter_opvallend {
	font-size:18px;
	color: #7FC530;
}

.opvallend {
	color: #7FC530;
	font-weight:bold;
}
.tarieven {
	border-collapse: collapse;
	border-top: solid 1px #009193;
	border-left: solid 1px #009193;
	width: 100%;
}
table.tarieven td  {
	padding: 4px;
	border-right: solid 1px #009193;
	border-bottom: solid 1px #009193;
}
table.tarieven th  {
	padding: 4px;
	border-right: solid 1px #009193;
	border-bottom: solid 1px #009193;
}
table.tabel td {
	padding: 5px;
	vertical-align:top;
}
table.tabel_smal td {
	padding-right: 25px;
	vertical-align:top;
}
