@charset "utf-8";
/* CSS Document */

/* gedeeltelijke css reset */
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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
p {
	padding: 10px 10px 10px 10px;	
}
ol, ul {
	margin-left:20px;
	list-style: circle;
}
li {
	margin-top:5px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* einde reset */

body 			{ background-image:url(../vg_images/clown_bg.jpg);
				  background-repeat:repeat;
}

#container      { height:auto;
                  width:904px;
				  margin: 0 auto;
}

#header         { height:254px;
                  width:904px;
				  background-image:url(../vg_images/ballonnen.png);
				  position:relative;
				  
}

#logo           { width:200px;
                  height:198px;
				  background-image:url(../vg_images/logo.png);
				  position:relative;
				  top:60px;
				  left:10px;
}

#maintop        { width:904px;
				  height:57px;
				  background-image:url(../vg_images/main_top_bg.png);
}

#navigation     { width:914px;
                  height:30px;
				  position:relative;
				  top:5px;
}

.knop			{ width:117px;
                  height:31px;
				  margin-left:17px;
				  margin-right:17px;
				  float:left;
}

#mainmidden     { width:904px;
				  height:auto;
				  background-image:url(../vg_images/main_midden_bg.png);
				  background-repeat:repeat-y;
				  position:relative;
				  float:left;
}

#mainlinks      { width:611px;
				  height:auto;
				  position:relative;
				  margin-top:10px;
				  left:20px;
				  font-family:Verdana, Geneva, sans-serif;
				  font-size:12px;
				  line-height:14px;
				  color:#5c5c5c;
				  float:left;
}


#mainlinks_l1   { width:300px;
				  height:auto;
				  position:relative;
				  margin-right:5px;
				  float:left;
}

#mainlinks_r1   { width:300px;
				  height:auto;
				  position:relative;
				  float:left;
				  margin-right:5px;				  
}

#mainlinks_l2   { width:300px;
				  height:auto;
				  position:relative;
				  margin-right:5px;
				  float:left;
}

#mainlinks_r2   { width:300px;
				  height:auto;
				  position:relative;
				  float:left;
				  margin-right:5px;				  
}

#mainrechts     { width:252px;
				  height:auto;
				  position:relative;
				  float:left;
				  left:30px;
				  font-family:Verdana, Geneva, sans-serif;
				  font-size:12px;
				  color:#5c5c5c;				  
}

#mainbottom     { width:904px;
				  height:31px;
				  background-image:url(../vg_images/main_bottom_bg.png);
				  position:relative;
				  float:left;
				  top:0px;
				  margin-bottom:30px;
}

#footer         { width:800px;;
                  height:20px;
				  position:relative;
				  margin: 0 auto;
				  padding: 5px;
				  text-align:center;
				  top:-20px;
				  font-family:Verdana, Geneva, sans-serif;
				  font-size:10px;
				  color:#333;
}

#footer a:link, a:visited, a:hover, a:active {
	text-decoration:none;
	color:#333;
}

.highlight {
	font-weight:bold;
}

.shout4sites {
	color:#333;
}
.shout4sites a:link, a:visited, a:hover, a:active {
	text-decoration:none;
	color:#333;
}

.klein         { 
				  font-family:Verdana, Geneva, sans-serif;
				  font-size:10px;
				  color:#333;
}
