@charset "UTF-8";
/* CSS Document */
/****************/
/*     Main     */
/****************/
body{
	/*     position     */
	margin:0px;
	height:100%;
	/*       fill       */
	background-color:#000;

}



img{
	border:none;
}

h1{
	color: #7f7f7f;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

table, td{
	border-width: 0px;
}

#container{
	/*     position     */
	width:800px;
	min-height:600px;
	/*       fill       */
	background-image:url(../images/bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

#gordijnbg{
	/*     position     */
	width:800px;
	margin: 0 auto;
	/*       fill       */
	background-image:url(../images/gordijnspacer.jpg);
	background-repeat:repeat-y;
	background-position:left;
}

#clear{
	clear:both;
}

#pagetitle{
	/*     position     */
	margin:0px;
	/*       text       */
	font-family:Tahoma, Arial;
	font-size:20px;
	color:#7f7f7f;
}
	

/****************/
/*   Gordijn    */
/****************/
#gtotaal{
	/*     position     */
	width:125px;
	float:left;
	margin:0px;
	margin-bottom:350px;
	/*       fill       */
	background-image:url(../images/gordijnspacer.jpg);
}

/****************/
/*     Menu     */
/****************/

#menu{
	/*     position     */
	width:125px;
	height:250px;
	margin:0px;
	float:left;
	/*       fill       */
	background-image:url(../images/menubg.jpg);
	/*       text       */
	font-family:Tahoma, Arial;
	font-size:13px;
	color:#fff;
}

#menu a:link, #menu a:active, #menu a:visited{
	/*       text       */
	font-family:Tahoma, Arial;
	font-size:13px;
	color:#fff;
	text-decoration:none;
}

#menu #aan a:link, #menu #aan a:active, #menu #aan a:visited{
	/*       text       */
	font-family:Tahoma, Arial;
	font-size:13px;
	color:#666;
	text-decoration:none;
}


#menu a:hover{
	/*       text       */
	font-family:Tahoma, Arial;
	font-size:13px;
	color:#999;
}

#menu #aan a:hover{
	/*       text       */
	font-family:Tahoma, Arial;
	font-size:13px;
	color:#999;
}

#menu.actief{ /* De actieve pagina aangeven */
	color:#e06262;
}

#menutextcontainer{
	/*     position     */
	margin-left:10px;
	margin-top:70px;
}

/****************/
/*    Header    */
/****************/

#header{
	/*     position     */
	width:675px;
	height:135px;
	float:left;
	margin:0px;
	/*       fill       */
	background-image:url(../images/header.jpg);
}

/****************/
/*    Content   */
/****************/
#content{
	/*     position     */
	width:665px;
	float:left;
	margin-top:20px;
	margin-left:10px;
	margin-bottom:30px;
		/*       text       */
	font-family:Tahoma, Arial;
	font-size:12px;
	color:#fff;
	text-align:left;
}

#content a:link, #content a:visited, #content a:active{
	/*     Text     */
	color:#ac0000;
	text-decoration:none;
}

#content a:hover{
	color:#999;
}
/****************/
/*     Date     */
/****************/
.day{
   font-size:25px;
   color:#ac0000;
   float:left;
}

.month{
   line-height:normal;
   float:left;
}

#content .errormsg{
	color:#ac0000;
}


