
/* default objects */
html{
	margin:0px;
	padding:0px;
}
body{
	margin:0px;
	padding:0;
	text-align:center; /* center the site, for windows & IE */
	font-size:12px;
	font-family:Verdana,Arial;
	color:#000000;	
	background-color:#F5F8FB;
}

body img {
	margin:0px;
	padding:0px;
}
.header,.product_header{
	padding: 3px;
	font-weight:bold;
	font-size:12px;
	text-align:left;
	color:#1F3753;
}


.error{
	font-weight:bold;
	color:#f00;
}
.text{
	color:#000000;
	text-align:left;
}

.kop {
	color:#1F3753;
	/*padding-left:3px;
	background-color:#ECECD9;
	border-bottom:1px solid #DCDCB7;*/
	width:350px;
	font-weight:bold;
	font-size:12px;
}

.textvak {
	border-top:1px;
	border-bottom:0px;
	border-left:0px;
	border-right:0px;
	border-style:solid;
	border-color:#6B8CB2;
	padding:0px;
}

#textblok{
	color:#202020;
	text-align:left;
	line-height:18px;
	font-family:verdana;
	font-size:12px;
	margin:5px 5px 5px 5px;
}

#logo{ /* logo layer */
	border: 0px solid #000000;
	border-color:#000000;
	border-style:solid;
	width:835px;
	height:160px;
	background: url("images/header.jpg") ;
	background-repeat:no-repeat;
	background-position:center;
}

#onderkant {
	border: 0px solid #000000;
	border-color:#000000;
	border-style:solid;
	width:835px;
	height:31px;
	background: url("images/onderkant.gif");
	background-repeat:no-repeat;
	background-position:center;
	clear:both;
	padding:0;
	margin:0;
}


#container{ /* overall container */
	margin:auto; /* for nonwindows/mozilla */
	width:835px;
	background-image:url("images/bg_repeat.gif");
	background-position:center;
	background-repeat:repeat-y;
	
}
#content{ /* content block */
	margin:0px 30px;
	width:775px;
	text-align:center;
}

/* content area for the pages with just one plane*/

/* content area for (the index) which has two planes */
#links {	
	float:left;
	width:385px;
}
#rechts {	
	float:left;
	width:380px;
}
ol {
	word-spacing:0px;
	display:inline;
}	

.content_left{
	text-align:justify;
	color:#1F3753;
	font-family:verdana;
	font-size:12px;
	line-height:16px;
	margin:7px;
}

.content_right{
	text-align:justify;
	color:#1F3753;
	font-family:verdana;
	font-size:10px;
	margin-left:10px;
	margin-top:7px;
}

/* other object */
#copyright{	
	width:720px;
	padding:10px 0px 0px 20px;
	text-align:left;
	color:#555555;
	font-size:10px;
}

input,select,textarea,value{
	color:#1F3753;
	background-color:#FFFFFF;
	border: 1px solid #2E537D;
	border-style:solid;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	
}



#footer {margin:20px 0px; height: 21px; width: 100%; text-align: center; line-height: 21px; border-bottom: 1px solid #2A4C73; border-top: 1px solid #2A4C73; background-color: #9DB7D4; font-size: 10px; color: #2A4C73; }
#footer a { color: #333333; }
#footer2 {margin:0px 0px; height: 15px; width: 100%; text-align: center; line-height: 21px; border-bottom: 0px solid #2A4C73; border-top: 0px solid #2A4C73; font-size: 10px; color: #2A4C73; }
#footer2 a { color: #333333; }