html, body {
	height:					100%
}

body {
	background-color:		#e6e6e6;
	margin:					0px;
	padding:				0px;
	color:					#3e3b3b;
}

body, td, input, select, textarea {
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	font-size:				11px;
}

a {
	text-decoration:	none;
	color:				#3e3b3b;
}

#site {
	position:				relative;
	margin:					30px auto 0px auto;
	width:					800px;
	background-color:		#FFFFFF;
	padding:				40px;
	line-height:			20px;
	min-height: 			400px;
	_height:                400px;
}

#logo {
	margin-bottom:			10px;
}

#langmenu {
	float: 					right;
	margin-right:			35px;
	_display: 				inline;
}

#menu {
	height:					60px;
}

	#menu a {
		margin-right:		35px;
		text-decoration:	none;
		color:				#3e3b3b;
	}

	#menu a:hover {
		color:				#333;
		text-decoration: 	underline;
	}

#menu .menuSpacer {
	float: 				left;
    visibility: 		hidden;
	height: 			30px;
	background: 		blue;
	_margin-right:		-2px;
}

#diashow {
	height: 			450px;
}

#content {
	width:				779px;
}

#extraruimte {
	height:				670px;

}


#toggle {
	position:			relative;
	float:				right;
}

#boek1 {
	float:left;
	width:250px;
	padding-right:14px;
}

#boek2 {
	float:left;
	width:250px;
	padding-right:14px;
}

#boek3 {
	float:left;
	width:250px;
}

#kunstwerk {
	height:         400px;
}

#kunstwerk img {
	float: 			left;
	display: 		block;
	margin-right: 	2px;
}

#thumbnails {
	display: 		block;
	margin-top: 	2px;
}
	#thumbnails img {
        border: 		none;
		height:     	11px;
		width:      	11px;
		margin-bottom: 	2px;
	}

#pijltjes {
	float: 			right;
	display: 		block;
	height: 		400px;
	width: 			17px;
}

	#pijltjes img {
		border: 		none;
		height:     	15px;
		width:      	17px;
	}

.overzicht_image {
	border: 			none;
	margin-right:		10px;
	margin-bottom:		10px;
}

#projectDesc {
	min-height:			94px;
	_height:			94px;
	/*overflow: 			hidden;*/
	margin-bottom: 		10px;
}

#rollover {
	border: 			1px solid #494748;
	background: 		#E6E6E6;
	padding:			2px;
	position: 			absolute;
	z-index: 			2;
}

label {
	display:		block;
	font-weight: 	bold;
}

input, textarea {
	display:		block;
	width:			250px;
	background: 	#ffffff;
	border:			1px solid #E6E6E6;

	margin-bottom: 	10px;

}

textarea {
	height: 		150px;
}

input.button {
	width:			auto;
	border:			1px solid #474546;
}