@import url(text.css);
@import url(menu_active.css);
@import url(lightbox.css);

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

html {
	
}

body {
	height:100%;
	background-color:#000066;

	scrollbar-arrow-color: #FFFFFF;
	scrollbar-face-color: #000080;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #000080;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;


}

img {
	border: 0px;

	vertical-align: bottom;
}

p {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

ul {
	list-style:none;
}

/*************************/

div#container {
	position: relative;

	left: 50%;
	top: 30px;

	width: 793px;

	margin-left: -396px;

	border: 1px solid black;
	background-image: url(../images/bg2.jpg);
	background-repeat: repeat-y;
}

div#content {
	position: relative;

	width: 568px;
	height: auto;
	
	padding-top: 115px;

	float: right;
	margin-right: 25px;

	height: auto;
	min-height: 404px;
	_height: 404px;
}

div#content2 {
	position: relative;

	width: 568px;
	height: auto;
	

	min-height: 404px;
	_height: 404px;
}

div#content-left {
	position: relative;
	float: left;

	width: 350px;
	height: auto;

}

div#content-right {
	position: relative;
	float: right;

	width: 218px;
	height: auto;

}

div.clear {
	clear: both;
}

div.clear-left {
	clear: left;
}

div.clear-right {
	clear: right;
}

/*************************/

img.wie { position: absolute; left: 53px; top: 6px; height: 104px; width:118px; z-index: 99;}

img.producten { position: absolute; left: 53px; top: 108px; height: 104px; width:118px; z-index: 99;}

img.partners { position: absolute; left: 53px; top: 210px; height: 104px; width:118px; z-index: 99;}

img.actueel { position: absolute; left: 53px; top: 314px; height: 104px; width:118px; z-index: 99;}

img.contact { position: absolute; left: 53px; top: 416px; height: 104px; width:118px; z-index: 99;}

img.titel {position: absolute; top: 4px; left: 125px;}

img.foto {position: relative; right: 0px; border: 3px solid #8a97c4; }

img.bg {position:absolute;}

input {
	width: 250px; border: 1px solid #8a97c4
}

textarea {
	width: 250px; border: 1px solid #8a97c4
}

span.error {
	color:red;
}
