body{margin:0px 15px 5px 15px;}

#linkernav {
	display:none
}

#main {
	position:static;
	margin-left:0px;
	text-align:left;margin-top:10px;
}

#formcontent {
	/*margin-top:10px;*/
	background-color:white;
	position:static;
	background-image:none;
	padding: 10px;
	/*clear:left;*/
}

#knoppenbar {
	display:none
}

#tabs {
	padding-left:2%;
	background-color:white;
  	display:block;
  	height:37px;
}
    
 .innerdiv {width:99%;}   /*IE5.x + 6  trukje*/
 
/* menu style */

.menu {
	/*border: 1px solid #FFCC00;
	-moz-border-radius-bottomright:20px;
	-moz-border-radius-topright:25px;*/
	width:130px;
	position:static;
	text-align:left;
	padding-bottom:1px;
	background: transparent url(../images/box-bottom.gif) no-repeat bottom left;
	margin-bottom:1em;
}

.menu h2 {
	color:white;
	text-align:center;
	font-weight:bold;
	margin:0px;
	/*margin:-1px -1px 0px -1px;*/
	font-size:1.2em;padding:2px;
	/*-moz-border-radius-topright:25px;background-color:#FFCC33;
	-moz-border-radius-bottomleft:25px;*/
	background: transparent url(../images/box-top.gif) no-repeat top center;
}

.menu ul {
	list-style-type: none;
	padding-left:0px;
	text-align:left;
	margin-top:3px;
	margin-left:0px;
	
}

.menu li  { 
	text-align: left;
	list-style-type: none; 
	margin-left: 0px; 
	padding-left: 0px;
	padding-bottom:0px;
	margin-bottom:0px;
	margin-top:0px; 
}

.menu a  { 
	font-weight: normal; 
	display:block;
	margin:0px; 
	padding:0px 5px 2px 15px;
	/* width:130px; voor ie5.x */
	width:110px; 
	font-size: 1em;
	color: #666666;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	line-height:1.05em;
}

.menu a:hover, .menu li.selected {
	background: transparent url(../images/02_navboxredbull.gif) no-repeat top left; 
	color:#333;text-decoration: underline;
}

.menu li.selected a {
	font-weight:bold;color:#333;text-decoration:none;
}

/* main style*/

#main h2 {
	text-align:center;
	font-weight:bold;
	background: #cccc99 url(../images/02_subnavbox01.gif) no-repeat top left; 
	height:23px;
	font-size: 11pt;
	color: #666666;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	margin-top:10px;
}

/* formcontent style*/

fieldset{
	border:1px solid #cccc99;
	/*float:left;
	width:45%;*/
	margin-right:10px;
	padding:5px;
	text-align:left;
	margin-top:2%;
	background-color:#e5e5cc;
}
	
legend{
	/*border:1px solid gray;*/
	padding:1px 5px 1px 5px;font-size:105%;margin-bottom:10px;
	/*border-bottom-color: #cccc99;
	border-bottom-style: solid;
	border-bottom-width: 1px;width:100%*/
}
	
#formcontent input, #formcontent select,#formcontent textarea{
	margin-left:20px;
	text-align:left;
	margin-bottom:10px;margin-top:1px;
	width:15em;
}

#formcontent input[type="checkbox"] {display:inline;width:2em;}

.kolomtitel2 {
	font-weight: bold !important;
	color: #666666;
	font-size: 10pt;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	border-bottom-color: #cccc99;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

/* tabs style*/
#tabs ul {
	list-style-type: none;
	padding-left:0px;
	margin-top:3px;
	margin-left:0px;
}

#tabs li  { 
	text-align: center; list-style-type: none; margin-left: 2px;
	margin-bottom:0px;margin-top:0px;
	width:156px; float:left;
	background: white url(../images/tabs_bg_notselected.gif) no-repeat top left; 
	padding: 5px 0px 3px 0px;
	vertical-align:bottom;height:31px;
}

#tabs li.selected { 
	background: white url(../images/tabs_bg_selected.gif) no-repeat top left; 
}

#tabs a {display:block;font-size:12px;text-decoration:none;color:#333;padding:0px 6px 0px 4px;}

table.lijst  { background-color: #ececd5}
table.lijst tr:hover { background-color: #f5f5dc}

#prevnext a.vorigelink, #prevnext a.volgendelink {
	font-size: 8pt;
	color: #666600;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}

#prevnext a.vorigelink:hover, #prevnext a.volgendelink:hover {
	text-decoration: underline;
}

#prevnext a.vorigelink {
	background: transparent url(../images/022_prevbutt.gif) no-repeat center left;
	padding-left:20px;
	margin-right:5px;
}

#prevnext a.volgendelink {
	background: transparent url(../images/022_nextbutt.gif) no-repeat center right;
	padding-right:20px;
	margin-left:5px;
}

/* knoppenbar style */
#knoppenbar a {
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	color: #4a4a4a; 
	font-weight: bold; 
	font-size: 1em; 
	text-decoration: none;  
	margin: 5px; 
	padding: 3px 5px; 
	border: solid 1px #f7f7f7 
}
#knoppenbar a:hover  {  
	background-color: #f0f0f0;
	border: solid 1px #e3e3e3;
}

