body {
	margin: 0;
	padding: 0;
	background: #d6e0eb url('../images/background.png') repeat-y 50% 0;
	font-family: Arial, Helvetica;
	font-size: 12px;
}

#container {
	width: 980px;
	margin: 0 auto;
	z-index: 0;
}

#header {
	background: #d6e0eb url('../images/header_background.png') repeat-x;
	height: 129px;
	width: 980px;
	margin:0;
	padding:0;
}

#voorwaarden{
	text-decoration: none;
}

#menu {
	width: 200px;
	float: left;
}

#content {
	width: 594px;
	padding: 10px;
	float: left;
}

#menu ul {
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
}

li.h1 a {
	display: block;
	color: #fff;
	background-color: #24578a;
	line-height: 22px;
	width: 175px;
	margin-top: 10px;
	padding-right: 5px;
	text-align: right;
	text-decoration: none;
	font-family: Arial, Helvetica;
	font-size: 13px;
	font-weight: 700;		
}

li.h1 a:hover {
	background-color: #2a66a2;
}

li.h2 a {
	color: #fff;
	background-color: #6598cb;
	display: block;
	line-height: 22px;
	width: 175px;
	padding-right: 5px;
	text-align: right;
	text-decoration: none;
	font-family: Arial, Helvetica;
	font-size: 13px;
}

li.h2 a:hover {
	background-color: #7eb1e4;
}

div.photo {
	height: 150px;
	width: 150px;
	margin-top: 10px;
	margin-left: 12px;
	margin-bottom: 0px;
	border: 1px solid #5386B9;
	overflow: hidden;
	cursor: pointer;
}

div.photo2 {
	height: 150px;
	width: 150px;
	margin: 10px;
	border: 1px solid #5386B9;
	overflow: hidden;
	cursor: pointer;
	float: left;
}

.photo_text {
	margin-top:-40px;
	width: 150px;
	height: 40px;
	color: #fff;
	text-align: left;
	background-color: #5386B9;
	position:relative;
	padding-bottom:1px;
	visibility:hidden;
	z-index:2;
}

p.phototext {
	margin-left: 15px;
}

.photo_link {
	display: none;
}

#photos {
	width: 166px;
	float: left;
	height: 491px;
	overflow: hidden;
	margin: 0 auto;
	margin-top:40px;
}
	
#omhoog,#omlaag {
	position:absolute;
	z-index:3;
	background-color: transparent;
	width:156px;
	height:40px;
	margin-left:10px;
}

#omhoog {
	background: url('../images/omhoog.gif') no-repeat;
	top:129px;
	visibility:hidden;
}

#omlaag {
	background: url('../images/omlaag.gif') no-repeat;
	top:620px;
	margin-top:40px;
}

h1 {
	font-family: Arial, Helvetica;
	font-size: 18px;
	font-weight: 700;
}

h2 {
	font-family: Arial, Helvetica;
	font-size: 15px;
	font-weight: 700;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #24578A;
}

a:hover {
	text-decoration: underline;
	color: #24578A;
}

