* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #DFDFDF;
	text-align: center;

	font-family: Verdana;
	font-size: 13px;
}

h1 {
	color: #0a317a;
	font-size: 24px;
	margin-bottom: 15px;
}

h2 {
    font-weight: bold;
    font-size: 18px;
    color: #0a317a;
	margin-bottom: 5px;
}

ul {
	padding-left: 20px;
}

img {
	border: 0;
}

#wrap {
	margin: 0 auto;
	width: 1000px;

	text-align: left;

	height: 400px;
}

#header {
	position: relative;

	height: 175px;
}

#header img#zeglogo {
	position: absolute;

	top: 30px;
	left: 30px;
}

#page {
	background-color: #FBFBFB;
	background: url('/images/gerbeurskens/page_bg.png');
	border-right: 5px solid #FBFBFB;
}

#menu {
	float: left;

	width: 200px;
}

#menu a {
	display: block;

	text-decoration: none;
}

#menu a.level1 {
	padding: 10px 15px 0px 15px;
	color: black;
	font-weight: bold;
}

#menu a.level1:hover {
	color: #0B3196;
}

#menu a.level1_selected {
	padding: 10px 15px 0px 15px;
	font-weight: bold;
	color: #0B3196;
}

#menu a.level2 {
	padding: 0px 15px 0px 30px;
	color: black;
}

#menu a.level2:hover {
	padding: 0px 15px 0px 30px;
	color: #0B3196;
}

#menu a.level2_selected {
	padding: 0px 15px 0px 30px;
	color: #0B3196;
}
 
#content {
	float: left;

	width: 765px;
	_height: 465px;
	min-height: 465px;

	padding: 15px;
}

#content a {
	color: #0B3196;

	text-decoration: none;
	font-weight: bold;
}

#content a:hover {
	text-decoration: underline;
}

#content .prijs {
	color: red;
	font-weight: bold;

	padding-left: 20px;
}

td {
	padding: 5px;
}

#footer {
	clear: both;
	padding: 3px 15px;

	color: white;

	font-size: 11px;

	text-align: center;

}

#footer a {
	color: white;
}

#footer a:hover {
	color: #E7DA9C;
}

div.imageblock {
	float: left;
	width: 115px;
	height: 115px;

	border: 1px solid yellow;

	margin: 5px;

	padding: 5px;

	border: 1px solid gray;
}

div.imageblock a.imagewrap {
	display: block;

	width: 115px;
	height: 115px;

	margin: 0 auto;

	line-height: 115px;

	text-align: center;
}

div.imageblock a.imagewrap img {
	vertical-align: middle;
	margin-top: -1px;
}

