/*
	css document harke smits
*/

* {
	margin: 0px;
	padding: 0px;
	border: px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #cccccc;
}

#kop {
	background: #cccccc url(../images/achtergrond_kop.gif) top left no-repeat;
	height: 121px;
}

#kop img {
	margin-left: 90px;
	margin-top: 40px;
}


#main {
	background: #cccccc url(../images/achtergrond_main.gif) top left repeat-y;
}


#left {
	float: left;
	width: 50px;
	height: 50px;
}

#menu {
	float: left;
	width: 200px;
}

#menu a {
	display: block;
	clear: both;
	height: 25px;
	border-bottom: 1px solid #707070;
	padding: 9px 0px 0px 66px;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	background: #f1f1f1 url(../images/menu_item.gif) top left no-repeat;
	text-decoration: none;
}

#menu a.active, #menu a:hover {
	background: #f1f1f1 url(../images/menu_item_on.gif) top left no-repeat;
	color: #b8262e;
}

#submenu {
	display: block;
	clear: both;
	border-bottom: 1px solid #707070;
	background: #cfcfcf url(../images/menu_achtergrond_sub.gif) top left repeat-x;
}

#menu #submenu a {
	display: block;
	clear: both;
	height: 25px;
	border: 0px;
	padding: 9px 0px 0px 66px;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	background: none;
	text-decoration: none;
}

#menu #submenu a.active, #menu #submenu a:hover {
	background: url(../images/menu_subitem_on.gif) top left no-repeat;
	color: #b8262e;
}

#menubottom {
	display: block;
	clear: both;
	height: 60px;
	background: #eeeeee url(../images/menu_bottom.gif) top left repeat-x;
}

#content {
	position: relative;
	float: left;
	width: 565px;
	padding: 35px 0px 0px 35px;
}

* html #content {
	width: 600px;
	w\idth: 565px;
}

#content #foto {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 205px;
	text-align: right;
}

#content #foto img {
	clear: both;
	margin-bottom: 20px;
	border: 0px;
}

#content h1 {
	font-size: 20px;
	color: #b8262e;
	font-weight: normal;
	margin-bottom: 20px;
	width: 335px;
}

#content h2 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 20px;
	padding-left: 18px;
	width: 335px;
	background: url(../images/subkop_blokje.gif) 0px 4px no-repeat;
}

* html #content h2 {
	width: 353px;
	w\idth: 335px;
}

#content p, #content ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	margin-bottom: 20px;
	width: 335px;
}

#content td {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}

#main_end {
	position: relative;
	clear: both;
	width: 750px;
}

#bottom {
	clear: both;
	background: #cccccc url(../images/achtergrond_bottom.gif) top left no-repeat;
	height: 65px;
}

#main_end, #bottom { font-size: 1px; line-height: 1px; }
#content li {
	font-weight: bold;
	margin: 0px;
	margin-left: 15px;
}
