/* color brown: #63564e, color green: #99cd31, color lightgreen: #c4e287 */

a {text-decoration: none;}
a:link       {text-decoration: underline; color:#000000}
a:visited    {text-decoration: underline; color:#000000}
a:hover      {text-decoration: underline; color:#63564e}
a:active     {text-decoration: underline; color:#000000}

p  {margin: 0 10px 15px 10px;}
h2 {
 margin: 10px 10px 15px 10px;
 color: #63564e;
 font-size: 12pt;
 font-weight: 900;
}

body {
 margin: 0;
 padding: 0;
 background: #666666 url('images/bodybg.gif') repeat-y top left;
 font-family: Verdana, Geneva, Arial, sans-serif;
 font-size: 13px;
 color: #000000;
 text-align: left
}

#wrapper {
 width: 800px;
 margin: 0px 0px 0px 10px;
}	

#banner {
 margin: 0px 0px 0px 0px;
 display: block;
 height: 200px;
 width: 800px;
}

#doorzien-text {
 position: absolute;
 left: 820px;
 top: 10px;
} 

#left {
 position: relative;
 margin: 0px 0px 0px 0px;
 float: left;
 width: 550px;
 background: #ffffff;
}

#right {
 position: relative;
 margin: 0px 0px 0px 1px;
 background: #ffffff url('images/img_home-right-bg.jpg') no-repeat top left;
 float: left;
 width: 249px;
 padding: 10px 0 0 0;
}

.align-right { float:right; margin: 0 0 15px 15px; }
.align-left { float:left; margin: 0 15px 15px 0; } 
.img-kiki {margin: 0 0 0 10px; }

/* Begin MENU */ 

#pos_menu {
 position: absolute;
 left: 10px;
 top: 174px;
}

.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: #63564e 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;
text-decoration:none;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
background-color: #99cd31;
color: #63564e;
text-decoration:none;
}

.ddcolortabs a:hover span{
background-color: #99cd31;
color: #63564e;
text-decoration:none;
}

.ddcolortabs a:visited{
background-color: #c4e287;
color: #63564e;
text-decoration:none;
}

.ddcolortabs a.current, #ddcolortabs a.current span{ /*currently selected tab*/
background-color: #ff6600; /*changed from #8cb85c */
}

.ddcolortabsline-boven{
margin: 0px 0px 0px 0px;
padding: 0;
width: 800px;
height: 8px;
line-height: 8px;
background: #63564e;
border-top: 0px 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;
} 
