/* BRANDING */
div#branding {
	background-color: #858585;
		background-image: url(../images/g_header_beelden.png);
}
h3#titel_beeld {
	position: absolute;
	left: 60px;
	top: 80px;
}
h3#titel_overzicht {
	position: absolute;
	left: 0px;
	top: 80px;
}
p#tekst {
	position: absolute;
	left: 0px;
	top: 140px;
}
ul#galerie {
	position: absolute;
	height: 325px;
	width: 670px;
	left: 40px;
	top: 140px;
	overflow: hidden;
}
ul#discription {
	overflow: hidden;
	margin: 2px;
}
ul#discription li {
	overflow:hidden;
	padding: 2px 0 2px 0;
}
li#galerie_1 {
	left: 0px;
	top: 0px;
	position: absolute;
	height: 150px;
	width: 150px;
	overflow:hidden;
	border: 1px solid #BABABA;
	background-color: #D3D3D3;
}
li#galerie_2 {
	left: 172px;
	top: 0px;
	position: absolute;
	height: 150px;
	width: 150px;
	overflow:hidden;
	border: 1px solid #BABABA;
	background-color: #D3D3D3;
}
li#galerie_3 {
	left: 344px;
	top: 0px;
	position: absolute;
	height: 150px;
	width: 150px;
	overflow:hidden;
	border: 1px solid #BABABA;
	background-color: #D3D3D3;
}
li#galerie_4 {
	left: 516px;
	top: 0px;
	position: absolute;
	height: 150px;
	width: 150px;
	overflow:hidden;
	border: 1px solid #BABABA;
	background-color: #D3D3D3;
}
li#galerie_5 {
	left: 0px;
	top: 173px;
	position: absolute;
	height: 150px;
	width: 150px;
	overflow:hidden;
	border: 1px solid #BABABA;
	background-color: #D3D3D3;
}
li#galerie_6 {
	left: 172px;
	top: 173px;
	position: absolute;
	height: 150px;
	width: 150px;
	overflow:hidden;
	border: 1px solid #BABABA;
	background-color: #D3D3D3;
}
li#galerie_7 {
	left: 344px;
	top: 173px;
	position: absolute;
	height: 150px;
	width: 150px;
	overflow:hidden;
	border: 1px solid #BABABA;
	background-color: #D3D3D3;
}
li#galerie_8 {
	left: 516px;
	top: 173px;
	position: absolute;
	height: 150px;
	width: 150px;
	overflow:hidden;
	border: 1px solid #BABABA;
	background-color: #D3D3D3;
}
ul#galerie li img {
	position: absolute;
}
ul#galerie li img.hor {
	top: 0px;
	left: -25px;
}
ul#galerie li img.ver {
	top: -25px;
	left: 0px;
}
ul#galerie li img.vier {
	top: 0px;
	left: 0px;
}
ul#galerie li p {
	padding: 10px;
	position: absolute;
	top: 0px;
	left: 0px;
}

/* Page count List */
div#up {
	position: absolute;
	left: 40px;
	top: 80px;
	overflow: hidden;
	width: 50px;
	height: 50px;
}	
div#up a{
	width: 50px;
	height: 50px;
	background-image: url(../images/direction_up.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;;
	display: block;
	text-indent: -9999px;
}	
div#up a:hover{
	background-position: -50px 0px;
}	
div#terug {
	position: absolute;
	left: 40px;
	top: 490px;
	overflow: hidden;
	width: 50px;
	height: 50px;
}	
div#terug a{
	width: 50px;
	height: 50px;
	background-image: url(../images/direction_left.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	text-indent: -9999px;
}	
div#terug a:hover{
	background-position: -50px 0px;
}	
div#verder {
	position: absolute;
	left: 660px;
	top: 490px;
	overflow: hidden;
	width: 50px;
	height: 50px;
}	
div#verder a{
	width: 50px;
	height: 50px;
	background-image: url(../images/direction_right.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	text-indent: -9999px;
}	
div#verder a:hover{
	background-position: -50px 0px;
}	
/** FORM SERACH **/

form#search {
	margin-left: 40px;
}
form#search label {
	float: left;
	width: 110px;
	text-align: left;
	letter-spacing: 1px;
	font-weight: bold;
	padding: 0px;
}

form#search select {
	font-size: 12px;
	width: 100px;
	border: 1px solid #999999;
	padding: 0px;
	margin-right: 20px;
}
