@charset "utf-8";
/* CSS Document */


/* ------------------------------------------ body ------------------------------------------ */


* {

	padding: 0px;
	margin: 0px;
	border: 0px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;

}

html,body {
	min-height: 100%;
	height:auto !important; /* voor moderne browsers */
	/*height:100%; /* voor IE */
	text-align: center;
	padding: 0px;
	margin: 0px;
	border: 0px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;


}

div#container {
 	width: 900px;
	min-height: 100%;
	height:auto !important; /* voor moderne browsers */
	height:100%; /* voor IE */
	margin-left: auto;
 	margin-right: auto;
	position: relative;
	background-image: url(background.jpg);
	background-repeat: repeat;
	text-align: left;


}

div#header {
	position:relative;
	width: 900px;
	height: 400px;
	background-image: url(header.jpg);
}

div#nav {
	width: 150px;
	position:absolute;
	top: 95px;
	z-index: 10;	
	text-align: left;
}


div#content {
	width: 560px;
	position:relative;
	left: 150px;
	margin: 20px;
	text-align: left;
}

div#opendagen {
	width: 140px;
	position:absolute;
	top:450px;
	left: 738px;
	margin: 20px;
	text-align:left;
}

div#publishtec {
	bottom:0;
	position:fixed;
}

div.footer {
	bottom:0;
	width: 900px;
	height: 10px;
	background-color: #4FADF5;
	clear:both;
}

div#product {
	margin: 20px;
	text-align: left;
	z-index:12
}




/* ------------------------------------------ teksten ------------------------------------------ */



p {

	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color:#003366;
	margin-bottom: 15px;
}

p2 {

	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color:#003366;
	margin-bottom: 15px;
}

h1 {

	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:bold;
	margin-bottom: 12px;
	color:#003366;

}

h2, h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight:bold;
	margin-bottom: 0px;
	color:#003366;

}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color:#003366;
	margin-bottom: 0px;
}
h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	color:#FF0000;
	margin-bottom: 40px;
	margin-top: 20px;
	margin-right: 20px;
}

div#nav ul {

	list-style:none;
	margin-bottom: 10px;
	left: 20px;
	top: 10px;
	position:relative;
	
}

div#nav ul li {

	margin-bottom: 10px;

}

div#nav ul li a {

	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 15px;
	text-decoration:none;
	color:#FFFFFF;
}

div#nav ul li a:hover {

	text-decoration: underline;
	color: #003366;
}

table {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#003366;
	vertical-align: top;
}
input {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#003366;
	background-color: #DDDDDD;
}

textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#003366;
	background-color: #DDDDDD;
}


td{
	padding: 2px;
	vertical-align: top;
}

th {
	font-size: 12px;
	color:#003366;
	line-height: 20px;
	text-align: left;
}

a:link {
	text-decoration: none;
	color: #003366;
}

a:visited {
	text-decoration: none;
	color: #003366;
}

a:hover {
	text-decoration: none;
	color: #993333;
}

a:active {
	text-decoration: none;
	color: #003366;
}
div#product_container {
	position: fixed;
	z-index: 10;

}
#product_frame {
	border: 1px solid #3399FF;
	overflow: visible;
	position: absolute;
	visibility: hidden;
	z-index: 11;
	height: 650px;
	width: 600px;
	left: 100px;
	top: 100px;
}

