/* CSS Document */

body {
	margin-top: 0px;
	background-color: #C2BEB8;
	background-image: url(/images/bg_grijs1.gif);
	font-family: Georgia, "Times New Roman", Times, serif;
	}

#basis {
	width: 900px;
	margin: 0 auto;
	background-image: url(/images/bg.gif);
}

#left {
	float: left;
	width: 200px;	
}

#midden {
	float: left;
	width: 500px;
	min-height: 600px;
	background-color: #FFFFFF;
}

#right {
	float: left;
	width: 200px;
}

#right-tekst {
	padding-left: 15px;
	padding-right: 15px;
	}

#footer {
	clear: both;
	width: 860px;
	font-size: 12px;
	color:#666666;
	padding-left: 40px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-image: url(/images/bg_grijs.gif);
	}

#content {
	padding-left: 25px;
	padding-right: 25px;
	}
	
#kerstman {
	float: right;
	background-image: url(/images/kerstman.jpg);
	background-repeat: no-repeat;
	width: 200px;
	min-height: 175px;
	margin-left: 15px;
	margin-bottom: 5px;
	}
	
.kerst {
	padding-left: 5px;
	padding-right: 50px;
	}	
	
.logo {
	margin-left: 12px;
	margin-top: 15px;
	}
	
H1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #B7B3AF;
	font-size: 20px;
	}
	
H2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #84006E;
	font-size: 14px;
	margin-bottom: 5px;
	}
	
H3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 14px;
	font-weight:normal;
	margin: 0px;
	}				

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #434241;
	font-size: 14px;
	margin: 0px;
	}

.grijs12 { 
	font-size: 12px;
	color: #C2BEB8;
	}

	
.tekst12 {
	color: #434241;
	font-size: 12px;
	}	
	
.tekst14 {
	color: #434241;
	font-size: 14px;
	}	
	
/* agenda */
	
#evenement {
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background-color: #EDEDED;
		}

#titel {
	background-color: #C2BEB8;
	width: 100%;
	height: 18px;
	background-image:url(/images/bg_grijs.gif);
	margin-bottom: 3px;
	border-top: 1px solid #A95F99;
	}
	
#agendapunt  {
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #84006E;
	padding-left: 10px;
	}
	
#datum {
	float: right;
	font-size: 14px;
	color: #84006E;
	padding-right: 10px;
	}	
.tekst-agenda {
	padding-left: 10px;
	padding-right: 10px;
	}	

/* einde agenda */	
	
	
img.link {
margin-top: 0px;
margin-bottom: 10px;	
}	

hr {
border: 0px;
color: #A95F99;
background-color: #A95F99;
height: 1px;
}


/* navigatie */

#navcontainer { width: 185px; }

#navcontainer ul
{
	margin-left: 15px;
	padding-left: 0;
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: left;
	}

#navcontainer a
{
	display: block;
	padding: 3px;
	padding-left: 25px;
	width: 145px;
	}

#navcontainer a:link, #navlist a:visited
{
	color: #C2BEB8;
	text-decoration: none;
	}

#navcontainer a:hover
{
	color: #FFFFFF;
	background-image: url(/images/bg_nav_over.gif);
	}

a#current {
	color: #FFFFFF;
	background-image: url(/images/bg_nav_over.gif);
	}

/* #current
 {
display: block;
padding: 3px;
padding-right: 15px;
width: 122px;
border-bottom: 1px solid #FF99CC;
 } */
 
/* linken */

a.dotted:link {
	color: #434241;
	text-decoration: none;
	background-image: url(/images/dotted-paars.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	}

a.dotted:active {
	color: #434241;
	text-decoration: none;
	background-image: url(/images/dotted-paars.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	}
	
a.dotted:visited {
	color: #434241;
	text-decoration: none;
	background-image: url(/images/dotted-paars.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	}	
	
a.dotted:hover {
	color: #84006E;
	text-decoration: none;
	background-image: url(/images/dotted-grijs.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	}

a.footer { 
	color:#666666;
	text-decoration: none;
	}

a.footer:hover	{
	color:#90007A;
	text-decoration: none;
	}

a.dotted-wit:link {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(/images/dotted-paars.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	}

a.dotted-wit:active {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(/images/dotted-paars.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	}
	
a.dotted-wit:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(/images/dotted-paars.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	}	
	
a.dotted-wit:hover {
	color: #C2BEB8;
	text-decoration: none;
	}	
	

	