html, body {
margin: 0px;
padding: 0px;
}

body {
text-align: center;
background-image: url("afbeeldingen/sterrenglans.gif"); 
}
/* De Wrapper houdt alles op z'n plek --- was font-size: 15px; letter_spacing .1em*/
#Wrapper {
font-family: Tahoma, Helvetica, sans-serif;
font-size: 1.04em;
letter-spacing: .07em;
color: #311152;
text-align: left;
width: 800px;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
padding: 0px;
}
/*zgn submenu*/
#Container {
background-color: #E3E2F2;
color: #333;
clear: both;
margin: 0px;
padding-top: 0.2em;/* bovenste stukje van zgn submenu*/ 
padding-right: 0;
padding-bottom: 0;
padding-left: 0;
width: 780px;
float: left;
border: 1px solid #C0C0C0;
display: block;

}

#Content {
background-color: #DDDCFF;/*221 220 255*/ 
border-top-width: 1px;
border-top-style: solid;
border-top-color: #C0C0C0;
padding-top: 10px;
padding-right: 20px;
padding-bottom: 15px;
padding-left: 20px;
margin: 0px;
width: auto;
height: auto;
text-align: justify;
} 
blockquote{
width: 550px;
color: #5E4365;
text-align: justify;
border: 1px dotted #796C80;
background: #E1E0FE;
margin: 15px;
padding: 0px 20px 0px 20px;
}


/*menu container "Navigation"*/
#Navigation {
margin: 0px;
padding: 0px;
font-family: tahoma, verdana, sans-serif;
font-size: 12px;
color: #333333;
position: relative;
height: 65px;/*Dit laat het geheel stijgen of zakken */
display: block;
width: auto;
border: 0px solid red;
} 
/*paginatitels */
h1 { 
	font-family: tahoma, verdana, sans-serif;
	padding: 2px 0 3px 15px;
	word-spacing: 5px;
	letter-spacing: 1px;
	font-size: 0.95em;
	background: #DEDCF5 url(afbeeldingen/h1background.bmp) repeat-y center top;
}
ul#primary {/*top level list*/
margin: 0;
padding: 0;
position: absolute;
bottom: -1px;
width: 787px; /* 7 méér*/
}

ul#primary li {
display: inline;
list-style: none;
}

ul#primary a, ul#primary a.active {/*opmaak items */
width: 8.31em;/*boven 7px meer; hier 8.31 ipv 8.25 zodat border rechts sluit*/
float: left;
text-align: center;
font-weight: bold;
font-family: tahoma, verdana, sans-serif;
font-size: 13px;
text-decoration: none;
color: ivory;/*dgroen */
letter-spacing: .1em;
margin-top: 0px;
margin-right: 2px;
margin-bottom: 0;
margin-left: 0;
padding-top: 4px;
padding-right: 0;
padding-bottom: 4px;
padding-left: 0;
}

ul#primary a.active, ul#primary a.active:hover {/*styling per active item */
border-top: 1px solid #c0c0c0;
border-right: 1px solid #c0c0c0;
border-bottom: none;
border-left: 1px solid #c0c0c0;
background: #E3E2F2;/*kleur van actieve tab 227,226,242*/
color: purple;
margin-top: 0;
margin-right: 2px;
margin-bottom: 0px;
margin-left: 0px;
padding-top: 4px;
padding-right: 0px;
padding-bottom: 4px;
padding-left: 0px;
}

ul#primary a {/*styling per niet actief menu-item was #D1CBE9*/
background: #C1B9E2;/*193,185,226*/
border-top: 1px solid #c0c0c0;
border-right: 1px solid #c0c0c0;
border-bottom: none;
border-left: 1px solid #c0c0c0;
margin-top: 0px;
margin-right: 2px; /* de ruimte tussen de blokjes*/
margin-bottom: 0px;
margin-left: 0px;
padding-top: 4px;
padding-right: 0px;
padding-bottom: 3px;
padding-left: 0px;
}

ul#primary a:hover {
margin-top: 1;
border-color: #c0c0c0;
background: #DFDAF1;/*ivory*/
color: #4F4554;/*zwartig paars */
padding-bottom: 3px;
margin-right: 2px;
margin-bottom: 0px;
margin-left: 0px;
padding-top: 4px;
padding-right: 0px;
padding-left: 0px;
}

/*second level, tekst onder de actieve link*/
#secondary { 
width: auto;
margin-top: 1px;
letter-spacing: .15em;
margin-right: 0px;
margin-bottom: 6px;
margin-left: 0px;
text-align: center;
font-family: tahoma, verdana, sans-serif;
font-size: 13px;
color: #8671DE;/*van tagcloud10*/
background-color: #E3E2F2;
}
ul#secondary li {
display: inline;
list-style: none;
}
ul#secondary a:hover {
text-decoration: none;
background: ivory;/* deze is anders*/
margin-top: 0px;
margin-right: 5px; 
margin-bottom: 0px;
margin-left: 5px;
padding-top: 1px;
padding-right: 10px;
padding-bottom: 3px;
padding-left: 10px;
}
ul#secondary a.active {
text-decoration: none;
background: #E3E2F2;
}
ul#secondary a {/*styling per niet actief menu-item*/
text-decoration: none;
background: #DEDAEF;
margin-top: 0px;
margin-right: 5px; /* de ruimte tussen de blokjes*/
margin-bottom: 0px;
margin-left: 5px;
padding-top: 1px;
padding-right: 10px;
padding-bottom: 3px;
padding-left: 10px;
color: purple;
}
#boventitel{/*titel totale website! */
font-size: 21pt; 
color: #C8C8F7;
letter-spacing: 0.6em; 
text-align: center;
} 
#footer{
font-size: 8pt; 
letter-spacing: 0.3em; 
text-align: right
}

/*links */

		a:link, a:visited
		{ 
		   text-decoration: none;
		   color: #333;
		   line-height: 120%;
		   font-size: 95%;
		} 
		a:hover, a:active
		{ 
			text-decoration: none;
			line-height: 120%;
			color: #A79DD1;
			border-bottom: 1px dotted #A79DD1;
		    font-size: 95%;
		} 
			
#tagcloud{
	font-size: 40%;
	width: auto;		/* auto or fixed width, e.g. 500px   */
	font-family:'lucida grande','trebuchet ms',arial,helvetica,sans-serif;
	background-color: #EEEBFC;
	margin:1em 0 0 0;
	border:2px dotted #ddd;
	padding:2em; 
	line-height:2.5em;
	word-spacing:normal;
	letter-spacing:normal;
	text-transform:none; 
	text-align:justify;
	text-indent:0;
}

#tagcloud a:link{line-height: 100%;text-decoration:none}
#tagcloud a:visited{line-height: 100%;text-decoration:none}
#tagcloud a:hover{line-height: 100%;color:white;background-color:#C1B9E2}
#tagcloud a:active{line-height: 100%;color:white;background-color:#9589C4}.wrd{padding:0;position:relative}.wrd a{text-decoration:none}
.tagcloud0{font-size:1.0em;color:#ACC1F3;z-index:10}.tagcloud0 a{color:#ACC1F3}
.tagcloud1{font-size:3.4em;color:#ACC1F3;z-index:9}.tagcloud1 a{color:#ACC1F3}
.tagcloud2{font-size:3.8em;color:#86A0DC;z-index:8}.tagcloud2 a{color:#86A0DC}
.tagcloud3{font-size:2.2em;color:#86A0DC;z-index:7}.tagcloud3 a{color:#86A0DC}
.tagcloud4{font-size:2.6em;color:#607EC5;z-index:6}.tagcloud4 a{color:#607EC5}
.tagcloud5{font-size:3.0em;color:#607EC5;z-index:5}.tagcloud5 a{color:#607EC5}
.tagcloud6{font-size:3.3em;color:#4C6DB9;z-index:4}.tagcloud6 a{color:#4C6DB9}
.tagcloud7{font-size:3.6em;color:#395CAE;z-index:3}.tagcloud7 a{color:#395CAE}
.tagcloud8{font-size:3.9em;color:#264CA2;z-index:2}.tagcloud8 a{color:#264CA2}
.tagcloud9{font-size:4.2em;color:#133B97;z-index:1}.tagcloud9 a{color:#A79DD1; letter-spacing: 2px;}
.tagcloud10{font-size:4.5em;color:#8671DE;z-index:0}.tagcloud10 a{color:#8572D6}
.freq{font-size:10pt !important;color:#aaa}
