body {
	margin: 0;
	padding: 0;
	background: #666666 url('images/background.gif') repeat-x top left;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: x-small;
	color: #000000;
	text-align: left
	}

a {text-decoration: none;}
a:link       {text-decoration: none;}
a:visited    {text-decoration: none;}
a:hover      {text-decoration: none;}
a:active     {text-decoration: none;}

img {
  border: 0;
}
	
/*	positioning of objects */
	
#pos_logo-doorkijk {
 position:absolute;
 top: 6px;
 left: 10px;
 z-index: 1;
 }

/* pos adres */
/* verander de width bij andere groottes! Max = 325, dus 325 - grootte image + 665 (left start positie) */
/* voeg achtergrond kleur tijdelijk toe voor check:  background-color: #66ccff; */
 
#pos_adres {
 position:absolute;
 top: 17px;
 left: 704px;
 z-index: 1;
}

/* menu naar rechts van 0 naar 175px, omhoog van 55 naar 13 */
 
#pos_menu {
 position:absolute;
 top: 14px;
 left: 170px;
 }

#pos_werkveld {
 position:absolute;
 top: 59px;
 left: 10px;
 }

#pos_index {
 position:absolute;
 top: 59px;
 left: 10px;
 font-size: small;
 font-family: Verdana, Geneva, Arial, sans-serif;
 font-size: small;
 color: #000000;
}

 
#pos_help {
 position:absolute;
 top: 569px;
 left: 10px;
 font-family: Verdana;
 color: #ffffff;
 text-align: left;
 font-size: small;
 line-height: 1.5em;
  }

#pos_kenmerken {
 position:absolute;
 top: 54px;
 left: 10px;
 font-family: Verdana, Geneva, Arial, sans-serif;
 text-align: left;
 }
 
#pos_adobe {
 position:absolute;
 top: 240px;
 left: 100px;
 }
 
 
/* menu */ 
 
 .ddcolortabs{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.ddcolortabs ul{
font: normal 12px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
}

.ddcolortabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
}

.ddcolortabs a{
float:left;
color: white;
background: #678b3f url(images/color_tabs_left.gif) no-repeat left top;
margin:0 2px 0 0;
padding:0 0 1px 3px;
text-decoration:none;
letter-spacing: 1px;
}

.ddcolortabs a span{
float:left;
display:block;
background: transparent url(images/color_tabs_right.gif) no-repeat right top;
padding: 6px 8px 3px 7px;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
background-color: #8cb85c;
}

.ddcolortabs a:hover span{
background-color: #8cb85c;
}

.ddcolortabs a.current, #ddcolortabs a.current span{ /*currently selected tab*/
background-color: #ff6600; /*changed from #8cb85c */
}

.ddcolortabsline-boven{
position:absolute;
top: 39px;
left: 0px;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: #678b3f;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

.ddcolortabsline-onder{
position:absolute;
top: 549px;
left: 0px;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: #678b3f;
border-bottom: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

.tabcontainer{
clear: left;
width:95%; /*width of 2nd level sub menus*/
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent{
display:none;
}


