/* CSS Document */

html, body {
margin:0px;
padding:0;
text-align:center;
background-color:#641545;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#333333;
font-size:12px;
}

#main {
width:704px;
height:auto;
text-align:center;
margin-left:auto; 
margin-right:auto; 
background-color:#FFF;
border:#000 solid 1px;
}

#header {
	background-color:#000;
	text-align:left;
	height:200px;
}

#header a {
color:#FFF;	
font-size:10px;

}

#content {
	text-align:left;
	height:auto;
	background-color:#FFF;
}

.edit {
	float:right;
}

.edit a {
	font-size:10px;
	color:#900;
}


h1 {
color:#CCCCCC;
font-size:16px;
}

.nieuwsitem {
	border-bottom:#000 dashed 1px;
	margin:20px;
	
}


a {
text-decoration:none;
color:#333333;
}


a:hover {
text-decoration:underline;
}


.calendar td {
border:#CCCCCC 1px solid;
padding:2px;
background-image:url(../images/tdbg.jpg);
background-repeat:no-repeat;
font-size:9px;

}


.dag {
display:block;
width:100%;
height:11px;
background-color:#CCCCCC;
font-weight:bold;
text-align:justify;
}

.header2 {
width:700px;
height:30px;
text-align:center;
}

.monthnav {
margin:0px 50px 0px 50px;
}
