/*

	Layout styles for Openkvk.nl

*/


* {
	margin: 					0px;
	padding:					0px;
}

body {
	height:						100%;
	min-height:					100%;
	height:						auto !important;
	border-top:					5px solid #f67d1b;
}

a img {
	border:						0px;
}

p {
	padding:					10px 8px 28px 0px;
}

h2 {
	margin-bottom:				20px;
}

#result {
	width:						974px;
}

/* PLACEHOLDERS */

#wrapper {
	margin:						auto;
	position:					relative;
	width:						974px;
	border-top:					1px #fff solid;
}

#header {
	position:					relative;
	float:						left;
	width:						974px;
	height:						150px;
	border-bottom:				1px solid #dfdfdf;
	margin-bottom:				15px;
}

#contentbody {
	position:					relative;
	width:						974px;
	height:						45em;
	margin: 					auto;
	padding:					0;
	border-bottom:				1px solid #dfdfdf;
}

#oxilion {
	display:					block;
	position:					absolute;
	left: 0;
	width:						45px;
	height:						77px;
	padding:					0;
	padding-right:					5px;
	background:					url('../img/oxilion.png') top left no-repeat;
}

#xolphin {
	display:					block;
	position:					absolute;
	left: 0;
	width:						146px;
	height:						77px;
	padding:					0;
	padding-right:					5px;
	background:					url('../img/xolphin.png') top left no-repeat;
}

#cherokee {
	display:					block;
	position:					absolute;
	left: 154px;
	width:						55px;
	height:						77px;
	background:					url('../img/cherokee.png') top left no-repeat;
}

#monetdb {
	display:					block;
	position:					absolute;
	left: 221px;
	width:						123px;
	height:						77px;
	background:					url('../img/monetdb.png') top left no-repeat;
}

#sphinx {
	display:					block;
	position:					absolute;
	left: 360px;
	width:						45px;
	height:						77px;
	background:					url('../img/sphinx.png') top left no-repeat;
}

#jquery {
	display:					block;
	position:					absolute;
	left: 310px;
	width:						98px;
	height:						77px;
	background:					url('../img/jquery.png') top left no-repeat;
}

#footer {
	display:					block;
	position:					absolute;
	right:						1em;
	width:						455px;
	height:						80px;
	padding:					0;
	background:					url('../img/footer.png') top right no-repeat;
}

.logo {
	position:					relative;
	float:						left;
	z-index:					1;
}

.searchbox {
	position:					relative;
	float:						right;
	margin-top:					80px;
	z-index:					1;
}

#searchkvk {
	display:					block;
	position:					relative;
	width:						455px;
	height:						50px;
	background:					url('../img/search_bg.gif') no-repeat top left transparent;
}

.searchbutton {
	border:						none;
	background:					url('../img/searchbutton.png') no-repeat top left;
	padding:					2px;
	width:						100px;
	height:						36px;
	float:						left;
	margin-top:					7px;
}

.searchbutton:hover {
	background:					url('../img/searchbutton_hover.png') no-repeat top left;
}

.inputsearch {
	float:						left;
	margin:						6px;
	height:						29px;
	width:						325px;
	font-size:					21px;
	padding-left:				6px;
	padding:					2px;
}

.intro {
	margin-top:					5px;
	margin-left:				20px;
}

.intro li {
	font-style:			italic;
	font-size:			16px;
	line-height:		160%;
}

