body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	color: #FFFFFF;
	font-size: 11px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	line-height: 15px;
	scrollbar-track-color:#FFFFFF;
	scrollbar-face-color:deepskyblue;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-arrow-color:deepskyblue;

}
h1 {
	font-size: 15px;
	font-weight: bold;
}

.h3 {
	font-weight: bold;
	padding-right: 3px;
	padding-left: 3px;
	border-bottom-width: thin;
	border-left-width: medium;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top-style: none;
}
.deepskyblue {
	font-size: 19px;
	color: deepskyblue;
	line-height: 20px;
}
a.deepskyblue:link, a.deepskyblue:visited {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 8px;
	padding-right: 1px;
	padding-left: 1px;
}
a.deepskyblue:active, a.deepskyblue:hover {
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	background-color: deepskyblue;
	margin-right: 8px;
	padding-right: 1px;
	padding-left: 1px;
}
.black {
	font-size: 19px;
	color: black;
	line-height: 20px;
}
.darkgray {
	font-size: 19px;
	color: darkgray;
	line-height: 20px;
}
a.darkgray:link, a.darkgray:visited {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 8px;
	padding-right: 1px;
	padding-left: 1px;
}
a.darkgray:active, a.darkgray:hover {
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	background-color: darkgray;
	margin-right: 8px;
	padding-right: 1px;
	padding-left: 1px;
}
.lime {
	font-size: 19px;
	color: lime;
	line-height: 20px;
}
a.lime:link, a.lime:visited {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 8px;
	padding-right: 1px;
	padding-left: 1px;
}
a.lime:active, a.lime:hover {
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	background-color: lime;
	margin-right: 8px;
	padding-right: 1px;
	padding-left: 1px;
}
.red {
	font-size: 19px;
	color: #FF0000;
	line-height: 20px;
}
a.red:link, a.red:visited {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 8px;
	padding-right: 1px;
	padding-left: 1px;
}
a.red:active, a.red:hover {
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	background-color: #FF0000;
	margin-right: 8px;
	padding-right: 1px;
	padding-left: 1px;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
	line-height: 24px;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
}

#horizon {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
}
#content {
	margin-left: -400px;
	position: absolute;
	top: -300px;
	left: 50%;
	width: 800px;
	height: 600px;
	background-image: url(../images/content_background2.jpg);
	background-repeat: no-repeat;
}
#content_nl {
	margin-left: -400px;
	position: absolute;
	top: -300px;
	left: 50%;
	width: 800px;
	height: 600px;
	background-image: url(../images/content_background_nl2.jpg);
	background-repeat: no-repeat;
}
#content_home {
	margin-left: -400px;
	position: absolute;
	top: -132px;
	left: 50%;
	width: 800px;
	height: 264px;
	background-image: url(../images/homepage2.jpg);
	background-repeat: no-repeat;
}
#photo_list {
	position: absolute;
	top: 37px;
	right: 20px;
	text-align: right;
	z-index: 100;
}
#project_txt {
	position: absolute;
	top: 37px;
	left: 50px;
	width: 280px;
	text-align: left;
	height: 452px;
	padding-right: 10px;
	overflow: hidden;
}
#project_txt1 {
	position: absolute;
	top: 57px;
	left: 50px;
	width: 280px;
	text-align: left;
	height: 452px;
	padding-right: 10px;
	overflow: hidden;
}
#project_txt2 {
	position: absolute;
	top: 57px;
	left: 400px;
	width: 286px;
	text-align: left;
	overflow: auto;
	height: 452px;
	padding-right: 10px;
}
#search_txt {
	position: absolute;
	top: 37px;
	left: 50px;
	text-align: left;
	overflow: auto;
	height: 452px;
	padding-right: 10px;
}
#topmenu {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 35px;
	color: #000000;
	z-index: 150;
}
#bottommenu {
	position: absolute;
	top: 500px;
	left: 0px;
	text-align: left;
}
#previous {
	position: absolute;
	top: 61px;
	left: 0px;
	height: 36px;
	width: 40px;
}
#next {
	position: absolute;
	top: 69px;
	left: 740px;
	height: 34px;
}
#record {
	position: absolute;
	top: 48px;
	left: 740px;
	color: #000000;
	font-size: 9px;
}
/*projecten_boxes */
#project_img01 {
	position: absolute;
	top: 61px;
	right: 28px;
	text-align: right;
}
#project_img02 {
	position: absolute;
	top: 61px;
	right: 28px;
	text-align: right;
	visibility: hidden;
}
#project_img03 {
	position: absolute;
	top: 61px;
	right: 28px;
	text-align: right;
	visibility: hidden;
}
#project_img04 {
	position: absolute;
	top: 61px;
	right: 28px;
	text-align: right;
	visibility: hidden;
}
#project_img05 {
	position: absolute;
	top: 61px;
	right: 28px;
	text-align: right;
	visibility: hidden;
}
#project_img06 {
	position: absolute;
	top: 61px;
	right: 28px;
	text-align: right;
	visibility: hidden;
}
#project_img07 {
	position: absolute;
	top: 61px;
	right: 28px;
	text-align: right;
	visibility: hidden;
}
#project_img08 {
	position: absolute;
	top: 61px;
	right: 28px;
	text-align: right;
	visibility: hidden;
}
#project_img09 {
	position: absolute;
	top: 61px;
	right: 28px;
	text-align: right;
	visibility: hidden;
}
#project_img10 {
	position: absolute;
	top: 61px;
	right: 28px;
	text-align: right;
	visibility: hidden;
}
