/* CSS Document */
/* !! veranderen !! */
/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 color:#000000;
 background-color:#FFFFFF;
 background-image:url(wpimages/bg.png);
 background-repeat:repeat-x;
 background-attachment:fixed;
} 

h1, h2, h3 {
	font-weight:bold;
	color:#FFCC00;
	}
	
hr {
	background-color:#FFCC00;
	color:#FFCC00;
	width:100%;
	height:3px;
	border:0px;
	}	
 
#pagewidth{ 
 width:980px; /* !! veranderen !! */
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
 overflow:hidden;
} 
 
#header{
 position:relative; 
 height:180px;
 width:100%;
} 
 
h1.head {
	color:#FFFFFF;
	text-align:center;
	font-style:oblique;
	margin:0 0 0 0;	
	background-color:#000033;
	width:100%;
	}
 
#maincol{
 float: right; 
 display:inline; 
 position: relative;
 z-index:1;
 width:82%; /* !! veranderen !! */
  }
  
  #leftcol{
 margin-top:50px;
 width:18%; 
 float:left; 
 position:relative; 
 }
 
#footer{
 clear:both;
 } 
 
#adres {
  position:relative;
  display:inline;
  float:left;
  }
  
#mailadres {
	position:relative;
	display:inline;
	position:absolute;
	left:50%;
	}
  
#post {
  position:relative;
  display:inline;
  float:right;
  }



#menu {
	overflow:auto;
	
	}
	
	#menu a, #menu a:visited, #menuleft a, #menuleft a:visited {
       background-color:#860043;
	   /* !! veranderen !! */
	   color:#FFFFFF;
       display: block;
       text-align: center;
       padding: 1px 1px 0px 0px;/* !! veranderen !! */
       border: 1px solid #993366;/* !! veranderen !! */
       font-size: 16px;/* !! veranderen !! */
	   font-weight:normal;
}

#menu a:hover, #menuleft a:hover {
       background-color:#FFCC00;
	   background-image:none;
       border: 1px solid ;/* !! veranderen !! */
	   color:#860043;
}  
/* !! toevoegen voor drop down !! */
#menu, #menu ul, #menuleft, #menuleft ul {
padding: 0;
margin: 0;
list-style: none;
}

#menu li, #menuleft li  {
float: left;
width: 140px;/* !! veranderen !! */
}

#menu ul {
position: absolute;
width: 140px;
left: -1000px;
}

#menu li:hover ul, #menu li.ie_does_hover ul {
left: auto;
background-position: 0 0;
z-index:2;
}
 /* !! toevoegen voor drop down tot hier!! */
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}


/*oude styles*/
/* CSS Document */



a {
	color: #860043;
	font-weight: bold;
}
a:link {
	color: #860043;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #860043;
}
a:hover {
	text-decoration: underline;
	color: #860043;
	/* !! veranderen !!
	links niet vergroten */
}
a:active {
	text-decoration: none;
	color: #860043;
}

.bold {font-weight: bold}
.style2 {font-size: 18px}
.style3 {font-size: 24px}
.small {font-size: 13px}
.groter {font-size: 36px}

.style4 {
		font-size: 18px;
		font-weight: bold
}

	
td.opvallend {
	background-color:#FF9900;
}
	

