/**
* DESIGN AND LAYOUT TAKEN OVER FROM http://css.maxdesign.com.au/floatutorial
* TEMPLATE TUTORIAL (c) 2007 by C. Sommer (doc) for http://websitebaker.org
*/

/* SET DEFAULT VALUES FOR ALL HTML ELEMENTS */
* { 
 margin: 0; 
 padding: 0;
}

/* LIGHTBLUE BACKGROUND COLOR */
html, body {
	background-color: #E4E4E4;
	clip: rect(auto,auto,auto,auto);
	background-image: url(jpg/bg.png);
	background-repeat: repeat-x;
}

h1 {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #333;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: 20px;
}
/*****************************************************************************************
* THE FOLLOWING DIV TAGS DEFINE THE POSITION, SIZE AND LAYOUT OF THE WEBSITE
* BANNER, TOP NAVIGATION, LEFT MAIN NAVIGATION, CONTENT, NEWS, FOOTER
******************************************************************************************/
#container {
	width: 900px;
	background-color: #EEEEEE;
	color: #333;
	line-height: 18px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

#boven {
	background-color: #FFF;
	border-bottom: 1px solid gray;
	height: 37px;
	background-image: url(jpg/top1.jpg);
	background-repeat: no-repeat;
	text-align: right;
	padding-top: 0.5em;
	padding-right: 3em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}

#boven img {
border: 0px solid;
}

#boven a:link, a:visited, a:active {
	color: #000;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

#boven a:hover {
	color: #666666;
	text-decoration: underline;
}

#banner {
	height: 200px;
}

#navigatie1 {
	background-color: #F90;
	height: 20px;
	padding-top: 5px;
	padding-right: 0.5em;
	padding-bottom: 5px;
	padding-left: 0.5em;
	background-image: url(jpg/navigatie1.jpg);
	background-repeat: no-repeat;
}

#top3 {
	background-color: #FFF;
	height: 80px;
	background-image: url(jpg/telefoonnummer.jpg);
}

#navigatie2 {
 float: left;
 width: 160px;
 padding: 1em;
}

#nieuws {
	float: right;
	width: 150px;
	padding: 1em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
}

#nieuws a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}

#nieuws a:hover {
	color: #666666;
	text-decoration: underline;
}

#nieuws img {
border: 0px solid;
}

#inhoud {
	margin-left: 180px;
	margin-right: 180px;
	max-width: 50em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #EEEEEE;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #F90;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}

#inhoud a:link, a:visited, a:active {
	color: #F90;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}

#inhoud a:hover {
	color: #666666;
	text-decoration: underline;
}

#inhoud img {
	padding: 3px;
	border: 1px solid;
	border-color:#C0C0C0;
	margin-right: 5px;
	margin-left: 5px;
}
#inhoud li {
	margin-left: 20px;
}

#inhoud h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

#footer {
	clear: both;
	padding: 0.5em;
	color: #333;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#multitag {
	clear: both;
	color: #333;
	border-top: 1px solid gray;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-image: url(jpg/footer.jpg);
	background-repeat: no-repeat;
	padding: 10px;
	height: 42px;
	background-color: #F90;
}

/*****************************************************************************************
* THE FOLLOWING CSS STYLES DEFINE THE LAYOUT OF THE TOP MENUE (DISCLAIMER, CONTACT)
* POSITION, NO LIST SYMBOLS, COLOR
******************************************************************************************/
#navigatie1 ul li {
	display: block;
	float: right;
}

#navigatie1 ul li a {
	color: #000;
	/* float: right; */
	font-size: 12px;
	text-decoration: none;
	padding: 0 1em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-weight: normal;
}

#navigatie1 ul li a.aktiv,#navigatie1 ul li a:hover,#navigatie1 ul li a:active {
	color: #fff;
	padding: 0 1em;
}


/*****************************************************************************************
* THE FOLLOWING CSS STYLES DEFINE THE LAYOUT OF THE MAIN MENUE
* POSITION, NO LIST SYMBOLS, COLOR, PADDING
******************************************************************************************/

#navigatie2 p, #news p { margin: 0 0 1em 0; }

#navigatie2 ul li {
	display: block;
	width: 150px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-bottom-width: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
	list-style-type: none;
}

#navigatie2 ul li a {
	display: block;
	color: #000;
	text-decoration: none;
	padding-top: 0;
	padding-right: 1em;
	padding-bottom: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

#navigatie2 ul li a.active,#navigatie2 ul li a:hover,#navigatie2 ul li a:active {
	text-decoration: underline;
}

/*****************************************************************************************
* THE FOLLOWING CSS STYLES DEFINE THE LAYOUT OF THE FOOTER(DISCLAIMER, CONTACT)
* POSITION, NO LIST SYMBOLS, COLOR
******************************************************************************************/
#footer ul li {
}

#footer ul li a {
	color: #999;
	font-size: 10px;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
}

#footer ul li a.aktiv,#footer ul li a:hover,#footer ul li a:active {
	color: #fff;
	padding: 0 1em;
}
/*****************************************************************************************
tags code
******************************************************************************************/
.tagCloud {
	margin: 2px;
	padding: 20px;
	 align: justify;
}

.tagCloud ul, .tagCloud ul li, .tagCloud ul li a {
	background:none;
	margin:0;
	padding:0;
	display:inline;
}

.tagCloud ul li a {
	text-decoration: none;
	color:#333;
	padding: 2px;
}

.tagCloud ul li a:hover {
	background-color: #666;
	color:#FFFFFF;
	text-decoration:none;
}


.taglevel10 { font-size:19px; }
.taglevel9 { font-size:18px;  }
.taglevel8 { font-size:17px; }
.taglevel7 { font-size:16px; }
.taglevel6 { font-size:15px;  }
.taglevel5 { font-size:14px; }
.taglevel4 { font-size:13px; }
.taglevel3 { font-size:12px; }
.taglevel2 { font-size:11px;  }
.taglevel1 { font-size:10px;  }
.taglevel0 { font-size:9px;  }
