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


body {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:8pt;
	background-color:#B8AE98;
	margin:0;
	text-align:center;
}

a {
	text-decoration:none;
	font-weight:bold;
	color:#C00;
}

a:hover {
	text-decoration:none;
	font-weight:bold;
	color:#F77;
}

h1{
	font-weight:bold;
	font-size:15px;
	color:#996600;
	margin:0;

}

h2{
	font-weight:bold;
	font-style:italic;
	font-size:12pt;
	color:#666;
	margin:0;
}

#wrapper{
	width:990px;
	margin:auto;
	background-color:#FFFFDF;
	margin-top:10px;
	margin-bottom:10px;
}

#cbg{
	width:988px;
    border-left:solid 1px #000;
	border-right:solid 1px #000;
}

#top{
	background: url(images/top/bg_verloop_top.png) repeat-x bottom;
	background-color:#cc0000;
	height:100px;
	border: solid 1px #000;
}

#top_lijn{
	height:1px;
	background-color:#000;
}

#top_l{
	background: url(images/top/hoek_lb.png) no-repeat;
	float:left;
	width:14px;
	height:14px;
	margin-left:-1px;
	margin-top:-1px;
}

#top_r{
	background: url(images/top/hoek_rb.png) no-repeat;
	width:14px;
	height:14px;
	float:right;
	margin-right:-1px;
	margin-top:-1px;
}

#top_c{
	background-image:url(images/top/titel.png);
	width:600px;
	height:100px;
	float:left;
}

#topfoto{
	float:right;
	margin-right:40px;
	height:100px;
	color: #CCC;
}

#uitgelicht{
	font-weight:bold;
	color:#FF0;
	font-size:16px;
}

#left{
	float:left;
	width:150px;
	margin-left:10px;
	margin-top:10px;
	text-align:left;
}

textarea{
	font-family:Arial, Helvetica, sans-serif;
}

/*========MENU OPMAAK BEGIN========*/
#menu{
	padding:0;
	margin:0;
	text-align:left;
	border:none;
	width:100%;
	color:#FFFFDF;
}

#menu a{
	background: url(images/menu/menu_bg_up.jpg) repeat-x;
	color:#FFFFDF;
	display: block;
	text-decoration:none;
	font-weight:normal;
	height:18px;
	padding-top:1px;
}

#menu a:hover{
	background: url(images/menu/menu_bg_down.jpg) repeat-x;
	display: block;
	height:18px;
}

/*-----Begin submenu-----*/
#menu ul{
	margin:1px;
	padding-left:10px;
	list-style-type:none;
}

#menu li a{
	background: url(images/menu/submenu_up.png) repeat-x;
	color:#FFFFDF;
	border-bottom:solid 1px #FFFFDF;
	padding-left:5px;
}

#menu li a:hover{
	background: url(images/menu/submenu_down.png) repeat-x;
	border-bottom:solid 1px #FFFFDF;
	border-top: 0px;
}
/*-----Eind submenu-----*/

#menu_links{
	background: url(images/menu/menu_li.png) no-repeat;
	width:15px;
	height:18px;
	padding-right:1px;
}

#menu_rechts{
	height:18px;
}

/*-----Begin sub-submenu-----*/
#submenu li a{
	color:#FFFFDF;
	background: url(images/menu/subsubmenu_up.png) repeat-x;
	border-bottom:solid 1px #FFFFDF;
	padding-left:5px;
}

#submenu li a:hover{
	color:#FFFFDF;
	background: url(images/menu/subsubmenu_down.png) repeat-x;
	border-bottom:solid 1px #FFFFDF;
	padding-left:5px;
}
/*-----Eind sub-submenu-----*/
/*========MENU OPMAAK EIND========*/
#birthday{
	margin-top:5px;
	text-align:center;
}


/*========Content OPMAAK BEGIN========*/
#content{
	background-image: url(images/logowater.png);
	background-position: 150px 50px;
	background-repeat:no-repeat;
	width:780px;
	float:right;
	margin-right:10px;
	margin-top:3px;
	text-align:left;
}

/*========Content OPMAAK EIND========*/
#footer{
	background: url(images/top/verloop_onder.png) repeat-x;
	border:solid 1px #000;
	height:14px;
}

#footer_l{
	background: url(images/top/hoek_lo.png) no-repeat;
	float:left;
	width:14px;
	height:14px;
	margin-left: -1px;
	margin-top: 1px;
}

#footer_r{
	background: url(images/top/hoek_ro.png) no-repeat;
	float:right;
	width:14px;
	height:14px;
	margin-right: -1px;
	margin-top: 1px;
}
	
#copyright{
	color:#999;
	text-align:center;
}

#spacer {
  height: 1em;
}
#clear {
	clear: both;
}

/*======Begin Verjaardagen opmaak=========*/

.verj_mnd {							
   color:#666;
   font-size:11px;
   font-weight:bold;
   text-align:center;
   border-top-style:solid;
   border-top-color:#666;
   border-top-width:1px;
   border-bottom-style:solid;
   border-bottom-color:#666;
   border-bottom-width:1px;
}
	   
/*--== STYLE voor de dag van de maand met het rechter verticale streepje ==--*/
.verj_dag {
   color:#900;
   font-size:11px;
   font-weight:bold;
   text-align:left;
   border-right-style:solid;
   border-right-color:#000;
   border-right-width:1px;
   width:10px;
}
	   
/*--== STYLE voor de Naam weergave ==--*/
.verj_naam {
   color:#900;
   font-size:11px;
   font-weight:normal;
   text-align:left;
   padding-left:4px;
}
	   
/*--== STYLE voor de Leeftijd weergave ==--*/
.verj_lftd {
   color:#990;
   font-size:11px;
   font-weight:normal;
   text-align:left;
}

/*======Eind Verjaardagen opmaak=========*/

/*======Begin Agenda opmaak=========*/
#agenda{
	margin-top:5px;
	text-align:center;
}

.agenda_mnd {
	color:#DDD;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	background-color:#CB0C32;
	background: url(images/menu/menu_bg_up.jpg) repeat-x;
}

   
/*--== STYLE voor de dag van de maand met het rechter verticale streepje ==--*/
.agenda_dag {
	color:#F90;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	border-right-style:solid;
	border-right-color:#000;
	border-right-width:1px;
	width:10px;
	background-color:#FFB;
}
	   
/*--== STYLE voor de Naam weergave ==--*/
.agenda_itemnaam {
	color:#333;
	font-size:11px;
	font-weight:normal;
	text-align:left;
	padding-left:4px;
	background-color:#FFB;
}

.agenda_itemnaam a{
	color:#333;
	font-weight:normal;
}

.agenda_itemnaam a:hover{
	color:#AAA;
}

.agenda_table_top{
	font-size:12pt;
	font-style:italic;
	font-weight:bold;
	vertical-align:top;
	border-bottom:solid 1px #999;
}

.agenda_table{
	font-size:9pt;
	vertical-align:top;
	border-bottom:solid 1px #999;
}
.agenda_table_leesmeer{
	font-size:8pt;
}
/*======Eind Agenda opmaak=========*/
