@import url(text.css);
@import url(form.css);

html {
	overflow: -moz-scrollbars-vertical;
	
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-color: #00209f;

	margin: 0px;
	padding: 0px;
}

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

body {
	height: 100%;
	z-index: 10;
	
}

img {
	border: 0px;
	vertical-align: bottom;
}
img.arrow {
	border: 0px;
	vertical-align: top;
	margin-top: 3px;
}

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

ul {
	list-style:none;
}

td {
	vertical-align:top;
}

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

div#background {
	position:absolute;
	
	left:0px;
	top:0px;

	width: 1045px;
	height: 875px;

	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;

}

div#container {
	position: relative;
	
	width: 920px;
	height: 600px;
	
	top: 20px;
	margin-left:40px;

	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
}

div#header {
	width: 920px;
	height: 70px;

	background-image: url(../images/header2.jpg);
	background-repeat: no-repeat;
	float:left;
}

div#content {
	
	margin-top: 10px;
	_margin-top:;
	width: 920px;
	min-height: 480px;
	_height: 480px;
}

div#content-left {
	padding: 10px;
	float:left;
}

div#content-right {
	padding: 10px;
	text-align:justify;


}

div.clear {
	clear: both;
}

div.clear-left {
	clear: left;
}

div.clear-right {
	clear: right;
}

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



div#header ul {
	width: 121px;
	text-align:center;

	margin-left:1px;

	float:left;
	color:white;
	font-size: 11px;
}

div#header ul span {
	position:relative;
	top: -5px;
}

div#header ul.tekoop {
	width: 100px;
	text-align:center;

	float:left;
	margin-top: 15px;
}

div#adres {
	position: absolute;
	right: 0px;
	top:48px;
	color:white;
	
}



div#content-left img.product {
	
	border: 5px solid #0082d1;
}

div#header li {
	float:left;
}

div#motioncontainer {

	position: relative;
	right: 0px;
	bottom: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	float:right;
	margin:0 auto; /* Remove if centering gallery on page is not desired */
	width:232px; /* Set to gallery width */
	height:60px; /* Set to gallery height */
	border:2px solid white;

}

#motioncontainer a img {
	border: 1px solid #cccccc; /* Set image border color */
}

#motioncontainer a:hover img {
	border: 1px solid navy; /* Set image border hover color */
}

#statusdiv {
	background-color: lightyellow;
	border: 1px solid gray;
	padding: 2px;
	position: absolute; /* Stop Editing Gallery Styles */
	left: -300px;
	visibility: hidden;
}

#motioncontainer a:hover {
	color: red; /* Dummy definition to overcome IE bug */
}







