/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background-color: #e3e3e3;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-y;
	
	font-family:Arial, sans-serif;
	font-size:11px;
}

h1,h2,h3,h4{
	margin:0px;
	padding:0px;
}

#hoofdtabel{
	margin-left:30px;
}
#mininav{
	float:right;
	padding:27px 30px 0px 0px;
	color:#999999;
}
#mininav a{
	text-decoration:none;
	color:#3399CC;
}
#mininav a:hover{
	text-decoration:underline;
}
#navigatie1{
	background:#3399CC;
	font-size:120%;
	font-weight:bold;
	padding:5px 0px;
	border-bottom:1px solid #132052;
}
#navigatie1 a{
	text-decoration:none;
	color:#e3e3e3;
	padding:5px 8px;
	border-right:1px solid #132052;
}
#navigatie1 a:hover, #navigatie1 a.selected{
	background:#25749C;
	color:#ffffff;
}

/* __________________ Content tabel ____________   */
#contenttabel{
	margin-top:20px;
	margin-bottom:5px;
}
.clear{
	clear:both;
	line-height:1px;
	height:1px;
}
.mn{
	padding-bottom:7px;
	margin-bottom:10px;
	border-bottom:1px solid #CCCCCC;
}
.mn p, p, .titel1, .titel2{
	margin:0px 0px 4px;
	padding:0px;
	color: #5890a8;
}
.mn a{
	color:#4567DD;
}

/* -------------- titels van items ------- */
.nieuwstitel, .agendatitel, .gidstitel{
	font-family:Tahoma,Arial;
	font-size: 14px;
	padding-top:3px;
	margin: 4px 0px 0px 0px;
}
.nieuwstitel{
	border-top:1px solid #5890a8;
	color:#5895AE;
}
.gidstitel{
	background-image:url(../img/gids-h2-bg.jpg);
	background-repeat:no-repeat;
	background-position:left;
}

.agendatitel, .gidstitel{
	border-top:1px solid #5890a8;
	color:#526782;
}
.agendatitel a, .gidstitel a{
	text-decoration: none;
	color:#526782;
}
.nieuwstitel a{
	text-decoration: none;
	color:#5895AE;
}
.agendatitel a:hover, .nieuwstitel a:hover, .gidstitel a:hover{
	text-decoration: underline;
}
/* ------------------------------------------ */

.titel1{
	font-size:20px;
}
.titel2{
	font-size:11px;
	padding-bottom:8px;
}
.mn p, p{
	font-size:12px;
	color:#444444;
	padding-bottom:6px;
}
p.outro1, .outro1{
	font-size: 11px;
	color: #777777;
	margin:0px;
	padding:0px;
}
table.afbeelding{
	margin:-8px 0px 4px 8px;
}
table.afbeelding2{
	margin:2px 0px 4px 8px;
}

.rubriekhead{
	font-size:11px;
	padding:4px 0px;
	margin-bottom:4px;
	color:#003366;
	background-image:url(../img/rubriekBG.gif);
	background-repeat:no-repeat;
}
.agendadatum, p.agendadatum{
	font-size:11px;
	font-weight:normal;
	color:#528EB0;
}

p.smallist{
	font-size:11px;
	padding-top:3px;
	padding-left:2px;
	border-top:1px solid #eeeeee;
	background-image:url(../img/smallistbg.gif);
	background-repeat:no-repeat;
}
p.smallist a{
	color:#528EB0;
}

.my_ul{
	margin:0px 0px 8px 12px;
	padding:0px 0px 8px 12px;
	font-size:11px;
}
.prijstabel td{
	font-size:12px;
	padding-right:12px;
}
.banner{
	text-align:center;
	margin-bottom:12px;
}

/* __________________ NavMEnu ____________   */

.navmenu ul {width: 200px; margin: 0px 0px 8px 0px; padding: 0px; border-bottom: solid 1px rgb(216,206,159); background-color: #c7d7e8;}	

.navmenu li {list-style: none; margin: 0px; padding: 0px;}

.navmenu li.title {margin: 0px 0px 0px 0px; padding: 3px 5px 2px 15px; background-color: #7298bf; color: #ffffff; text-transform: uppercase; font-weight: bold;}

.navmenu li.group a {display: block; min-height: 1.7em; height: auto !important; height: 1.7em; line-height: 1.7em; margin: 0px; padding: 0px 7px 0px 15px; border-top: solid 1px rgb(200,200,200); border-left: solid 7px rgb(219,230,241); color: #222222; font-weight: bold; }

.navmenu li a {display: block; min-height: 1.7em; height: auto !important; height: 1.7em; line-height: 1.7em; margin: 0px; padding: 0px 7px 0px 20px; border-left: solid 7px rgb(219,230,241); color: rgb(75,75,75); text-decoration: none; }

.navmenu li a:hover, .navmenu li a.selected {border-left: solid 7px rgb(156,186,214);  color: #000000; text-decoration: none;background-color:#a8c2dd;}

