/* CSS Document */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
* {margin:0;padding:0;}

body {
	background: #2073a5 url(background.jpg) no-repeat top center;
	height: 100%;
	width: 100%;
	font-family: 'Bookman Old Style', serif;
	font-size: 62.5%;
	color: #262626;
}

#wrapper {
	margin: 0 auto;
	width: 940px;
}

#header {
	height: 129px;
	margin-top: 27px;
	margin-bottom: 20px;
}

#menu {
	background: url('menubg.png') repeat;
	float: right;
	width: 240px;
	margin-top: 20px;
	padding: 5px 0 6px 5px;
}

#menu ul {
	list-style-type: none;	
}

#menu ul li a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 4px 6px 5px 6px;
	font-size: 1.3em;
	background: url('menubg.png') repeat;
}

ul li a:hover {
	background-color: #FFF !important;	
}

#content {
	float: right;
	background-color: #FFFFFF;
	width: 580px;
	padding: 15px 20px 20px 20px;
	font-size: 1.4em;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	margin-bottom: 60px;
}

h1 {
	font-size: 1.7em;
	border-bottom: 1px solid #A8A8A8;
	margin-bottom: 4px;
	padding-bottom: 4px;
	font-weight: normal;
}

.textimg {
	border:1px solid #C0C0C0;
	float:right;
	margin-bottom:0.5em;
	margin-left:1em;
	margin-top:0.5em;
	padding:5px;
	background-color:#6c90a6;
}

.textimg2 {
	border:1px solid #C0C0C0;
	float:left;
	margin-bottom:0.5em;
	margin-right:1em;
	margin-top:0.5em;
	padding:5px;
	background-color:#E8E8E8;
}

.textimg2:hover {
	background-color:#D9D9D9;
}


p {
	margin-bottom: 1em;
}

b {
	margin-top: 1em;
	font-weight: bold;
}

.contact {
	background-color: #B9CCD7;
	margin: 0 auto;
	width: 267px;
	padding: 1em 5px 5px 5px;
	text-align: center;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	background-color:#E8E8E8;
	border:1px solid #C0C0C0;
	height: 105px;
}

.contact-full {
	background-color: #B9CCD7;
	margin: 0 auto;
	width: 350px;
	padding: 1em 5px 5px 5px;
	text-align: center;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	background-color:#E8E8E8;
	border:1px solid #C0C0C0;
}

.contact2 {
	background-color: #B9CCD7;
	margin: 0 auto;
	width: 267px;
	padding: 1em 5px 5px 5px;
	text-align: center;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	background-color:#E8E8E8;
	border:1px solid #C0C0C0;
	float: right;
	height: 105px;
}

.contact:hover {
	background-color:#D9D9D9;
}

.contact2:hover {
	background-color:#D9D9D9;
}

#content ul li {
	margin-bottom: 1em;
	margin-left: 1.2em;
	padding-left: 0.5em;
}

.contact3 {
	background-color: #B9CCD7;
	margin: 0 auto;
	margin-top: 25px;
	padding: 5px 5px 7px 5px;
	text-align: center;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	background-color:#E8E8E8;
	border:1px solid #C0C0C0;
}

.contact3:hover {
	background-color:#D9D9D9;
}

#tarieven {
	background-color: #B9CCD7;
	margin-top: 25px;
	padding: 5px 5px 7px 5px;
	background-color:#E8E8E8;
	border:1px solid #C0C0C0;
	height: 103px;
	margin-bottom: 1em;
}

.tarievenlinks {
	float: left;
	text-align: left;
	height: 103px;
}

.tarievenrechts {
	float: right;
	text-align: right;
	height: 103px;
}

.link1 {
	background-color: #B9CCD7;
	margin: 0 auto;
	padding: 5px 5px 8px 5px;
	text-align: center;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	background-color:#E8E8E8;
	border:1px solid #C0C0C0;
	width: 267px;
}

.link2 {
	background-color: #B9CCD7;
	margin: 0 auto;
	padding: 5px 5px 8px 5px;
	text-align: center;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	background-color:#E8E8E8;
	border:1px solid #C0C0C0;
	width: 267px;
	float: right;
}

.link1 a {
	color:#2073A5; 
	text-decoration: none;
}

.link1 a:hover {
	border-bottom:1px dotted #006699;
}

.ahref {
	color:#2073A5; 
	text-decoration: none;	
}

.ahref:hover {
	border-bottom:1px dotted #006699;	
}
