:-moz-any-link:focus {outline: none;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp,
sub, sup, tt, var, dd, dl, dt, li, ol, ul, form, fieldset, input, textarea, label, 
table, legend, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	text-align: left;}

img, a img, :link img, :visited img {border: 0;}
div.clear {clear: both; width: 100%; height: 1px; overflow: hidden;}

/*LAYOUT
**************************************************/

body {
	background: #fff;
}

td {
	vertical-align: top;
}

div#container {
	width: 1001px;
	margin: 0 auto;
}

div#header {
	float: left;
	width: 1001px;
	background-color: #006699;
	height: 169px;
}

div#headerImage {
	margin-top: 5px;
	float: left;
	width: 752px;
}

div#header div#logo {
	margin-top: 5px;
	width: 249px;
	height: 164px;
	background: url('../images/logo.jpg') white;
	float: left;
}

div#menu {
	clear: both;
	height: 28px;
	display: block;
	background: url('../images/menuBackground.gif') 0 0 repeat-x #006699;
}

div#content {
	float: left;
	width: 737px;
	padding: 28px 11px 28px 11px;
	background-color: #fff;
}

div#items {
	float: left;
	width: 242px;
	margin-top: 28px;
}

div#content P {
	margin-bottom: 10px;
}

div#content UL {
	padding: 5px 25px;
}

div#content UL.long .title {
	color: #006699;
	display: block;
	font-size: 11px;
}

div#content UL.long .title a {
	color: #006699;
	font-weight: bold;
}

div#content UL.long .title a:hover {
	text-decoration: underline;
}

div#content UL.long a {
	color: black;
}

div#content UL.long a:hover  {
	text-decoration: none;
}

div#footerBarLeft {
	clear: both;
	float: left;
	width: 759px;
	margin-right: 2px;
	height: 7px;
	background: #006699;
}

div#footerBarRight {
	float: left;
	width: 240px;
	height: 7px;
	background: #48b5eb;
}

div#footer {
	clear: both;
	background: white;
	width: 759px;
}

div#footerLeft {
	padding-left: 11px;
}

div#footerRight {
	padding-right: 2px;
}

div#items div.item div.top {
	height: 12px;
	width: 242px;
	position: absolute;
	background: url('../images/itemTop.png');
}

div#items div.item IMG {
	margin: 0;
	padding: 0;
}


div#items div.item div.bottomholder {
	position: relative;
	z-index: 999;
	height: 5px;
	background-color: white;
	margin-top: 17px;
	clear: both;
}

div#items div.image div.bottomholder {
	margin-top: 0;
}


div#items div.item div.bottom {
	width: 242px;
	height: 12px;
	position: absolute;
	background: url('../images/itemBottom.png') center 0;
	bottom: 4px;
	display: block;
}

div#items div.item {
	background-color: #006699;
}

div#items div.item div.itemContent {
	padding: 9px;
}

div#menu div {
	float: left;
}

div#menu div A {
	height: 28px;
	line-height: 26px;
	display: block;
	padding-left: 18px;
	padding-right: 18px;
}

div#menu div A.active {
	background: url('../images/menuBackgroundSelected.gif');
}

div#menu div A:hover {
	background: url('../images/menuBackgroundSelected.gif');
}


/*TYPOGRAFIE
**************************************************/

html, body, table, td, div, p, span {
	font-family: verdana;
	font-size: 10px;
	color: black;
	line-height: 20px;
}

div#content, div#content p {
	font-size: 11px;
}

div#content H1 {
	color: #006699;
	font-size: 18px;
	font-family: trebuchet, verdana;
	margin-bottom: 5px; 
	height: 25px;
}

div#content H2 {
	color: #006699;
	font-size: 15px;
	font-family: trebuchet, verdana;
	margin-bottom: 5px; 
	height: 22px;
	margin-top: 20px;
}

div#content H3 {
	color: #006699;
	font-size: 13px;
	font-family: trebuchet, verdana;
	margin-bottom: 5px; 
	height: 18px;
	margin-top: 20px;
}


div#footer {
	width: 961px;
	background: white url("../images/footer.png") repeat-x;
	padding: 10px 20px;
}

div#footer, div#footer div {
	color: #575757;
}

div#footer a {
	color: #575757;
	text-decoration: none;
}

div#footerLeft, div#footerRight {
	color: #afafaf;
	font-size: 10px;
}

div#footerLeft A, div#footerRight A {
	color: #afafaf;
	font-size: 10px;
	text-decoration: none;
}

div#footer .column1, div#footer .column2, div#footer .column3 {
	border-right: 1px solid #006699;
}

div#footer .column1 {
	float: left;
	display: inline;
	width: 160px;
}

div#footer .column2 {
	float: left;
	display: inline;
	width: 220px;
	margin-left: 15px;
}

div#footer .column3 {
	float: left;
	display: inline;
	width: 180px;
	margin-left: 15px;
}

div#footer .column4 {
	float: left;
	display: inline;
	width: 368px;
}

div#footer .column4 .sitemap {
	float: left;
	margin: 0 0 15px 15px;
}



div#content IMG {
	border: 2px solid #006699;
	margin: 0px 10px 5px 10px;
}

div#content IMG.aanmelden {
	float: right;
	border: 0;
	margin: 0 20px;
}

div#content A {
	color: #006699;
	text-decoration: none;
}

div#content A:hover {
	text-decoration: underline;
}


IMG.right {
	float: right;
}

div#items div.item {
	
}

div#items div.item h2 {
	color: white;
	font-family: trebuchet, verdana;
	font-size: 18px;
	height: 22px;
	margin-top: 6px;
	margin-bottom: 2px;
}

div#items div.item div {
	color: #b2d6e8;
}

div#items div.item A.leesmeer {
	clear: both;
	float: right;
	color: #b2d6e8;
	text-decoration: none;
	padding-right: 5px;
}

div#menu div, div#menu div A {
	font-size: 12px;
	color: white;
	text-decoration: none;
}

div#menu div A:hover {
	color: #cecece;
}

div#content ul#tagcloud {
	margin: 0 0 0 0;
	font-variant: small-caps;
	font-size: 14px;
	color: #006699;
	list-style: none;
	width: 690px;
	border-top: 0 solid #48B5EB;
	padding: 0;
}

ul#tagcloud li {
	display: inline;
	padding-right: 10px;
}

ul#tagcloud .tag0 { font-size: 100%; }
ul#tagcloud .tag1 { font-size: 110%; }
ul#tagcloud .tag2 { font-size: 120%; }
ul#tagcloud .tag3 { font-size: 130%; }
ul#tagcloud .tag4 { font-size: 140%; }
ul#tagcloud .tag5 { font-size: 150%; }
ul#tagcloud .tag6 { font-size: 160%; }
ul#tagcloud .tag7 { font-size: 170%; }
ul#tagcloud .tag8 { font-size: 180%; }
ul#tagcloud .tag9 { font-size: 190%; }


form label {
	width: 150px;
	text-align: right;
	margin: 5px 15px 0 10px;
	color: #006699;
	font-weight: bold;
	display: block;
	float: left;
	clear: both;
}

form label.selected {
	background-color: #48B5EB;
}

form span.verplicht {
	color: #888;
	text-transform: uppercase;
	font-size: 8px;
}

form input, form textarea {
	width: 250px;
	margin: 5px 15px 0 10px;
	border: 1px solid #48B5EB;
	padding-top: 4px;
}

form input {
	height: 18px;
}

form textarea {
	height: 100px;
}

form input.submit {
	color: white;
	background-color: #006699;
	width: 250px;
	height: 35px;
	clear: both;
	margin-left: 185px;
	font-size: 14px;
	text-align: center;
	padding: 0;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	cursor: pointer;
	font-weight: bold;
}

#footer form input, #footer form textarea {
	margin: 5px 0 0 0;
	width: 200px;
	padding-left: 5px;
}

#footer form textarea {
	height: 67px;
}

#footer form input.submit {
	font-size: 12px;
	height: 28px;
	width: 205px;
	padding: 0;
}

#footer form .inactive {
	color: #48b5eb;
}

#footer form .active {
	color: #000000;
}

#footer form .focused {
	color: #000000;
}


table.prijzen {
	
}

table.prijzen td {
	font-size: 10px;
	height: 20px;
	padding: 3px 10px 3px 5px;
}

table.prijzen .header TD {
	color: white;
	background-color: #006699;
	font-weight: bold;
	text-align: left;
}

table.prijzen .even TD {
	background-color: #d9ecf5;
}

div#content ul.faq div, div#content ul.faq p {
	font-size: 10px;
	font-family: Verdana;
}

div#content ul.faq div a {
	color: black;
}

div#content table.prijzen img {
	border: 1px solid #006699;
	margin: 0;
}