/* CSS Document */
a.wit, a.wit:visited,a.wit:link {
	color: white;
}

#body {
	background-image: url(../images/holdijk/achtergrond.png);
	background-attachment: fixed;
	background-position: center;
	background-repeat: repeat-y;
}

body, td {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 11px;
}

.middel_bg {
	background-color: #F4ECD6;
}

.linkerrand {
	background-image: url(../images/holdijk/linkerrand.png);
	background-position: left;
	background-repeat:repeat-y
}

.rechterrand {
	background-image: url(../images/holdijk/rechterrand.png);
	background-position: right;
	background-repeat:repeat-y
}

.donker_bg {
	background-color: #C69200
}

.content {
	padding: 0px 7px 20px 15px;
	margin: 0px;
	color: #595959;
	line-height: 20px;
}

h1 {
	margin-top: 4px;
	font-size: 20px;
	line-height: 30px;
}

div.menu_hl{
	background-color: #EEDEB2;
	margin: 0px;
}

a.menu{
	text-decoration: none;
	color: #C69200;
}

div.menu1_normaal {
	background-color: white;
	margin: 0px;
}

div.menu2_normaal {
	background-color: #F4ECD6;
	margin: 0px;
}

div.menu1_normaal td, div.menu2_normaal td, div.menu_hl td {
	height: 31px;
	padding-left: 10px;
	cursor: pointer;
}

div.menu_separator_basis {
	background-color: #C69200;
	border-style: solid;
	border-right-width: 5px;
	border-left-width: 5px;
	border-bottom-width: 0px;
	border-top-width: 0px;
	height: 1px;
	overflow: hidden;
}

div.menu_separator_hl {
	border-color: #EEDEB2;
}

div.menu1_separator {
	border-color: white;
}

div.menu2_separator {
	border-color: #F4ECD6;
}
