/* Created by TopStyle Trial - www.topstyle4.com 

CSS for Jac van t Hart Nederland bv
thanks to topstyle

*/

body{
    background-color: white;
    margin: 0px 0px 0% 0%;
    padding: 0px 0px 0px 0px;
    text-align: center;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: Gray;
}

div#container{
    width: 1160px;
    /*height: 680px;*/
    background-color: #ffffdd;
    background-image: url(../imgbox/bgadmin.png);
    background-repeat: repeat-y;
    border: none;
    margin: 0px 0px 0px 0px;
    padding: 0pt 0pt 0pt 0pt;
    text-align: left;
    overflow: hidden;
}

#w1{
	width: 100%;
	height: 125px;
	overflow: hidden;
	background-color:transparent;
	color: Black;
	border: solid;
   border-width: 0px 0px 1px 0px;
	border-color: black gray gray gray;
	font-size: 12px;
	text-align: left;
}

#w2{
	width: 100%;
	height: 40px;
	overflow: hidden;
	background-color: transparent;
	color: Black;
	border: solid;
   border-width: 0px 0px 1px 0px;
	border-color: black gray gray gray;
	font-size: 12px;
	text-align: left;
}

#w3{
	/*base content*/
	width: 100%;
	height: 650px;
	overflow: hidden;
	background-color: #f4f4f4;
	background-image: url(../imgbox/bgw3.png);
	background-repeat: repeat-y;
	color: Black;
   border-width: 0px;
	border: none;
	font-size: 12px;
	text-align: left;
}

#w4{
	width: 100%;
	height: 35px;
	line-height: 20px;
	overflow: hidden;
	background-color: transparent;
	background-image: url(../imgbox/bgw4.png);
	background-repeat: no-repeat;	
	color: Black;
	border: solid;
   border-width: 1px 0px 0px 0px;
	font-size: 12px;
	text-align: center;
	border-color: gray gray gray gray;
}

/*copytight*/
#cr{
	width: 100%;
	height: 50px;
	line-height: 20px;
	overflow: hidden;
	background-color: white;
	background-image: url(../imgbox/bot.png);
	background-position: top center;
	background-repeat: no-repeat;
	color: gray;
   border-width: 0px;
	border: none;
	font-size: 9px;
	text-align: center;
}




h1{
    font-size: 25px;
    /*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
    font-family: Arial;
    color: Black;
}


h2{
	font-size: 14px;
	font-style: normal;
	color: Blue;
}

/*titel*/
#titel{
	width: 250px;
	height: 50px;
	float: left;
	background-color: yellow;
}

/*zoek*/
#zoek{
	width: 380px;
	height: 50px;
	float: left;
	background-color: transparent;
}



/*css hor henu HMA*/
#invertedtabs{
margin-left: 15px;
padding: 0;
width: 500px;
height: 45px;
float: left;
background-color: transparent;
}

#invertedtabs ul{
font: bold 11px Arial, Verdana, sans-serif;
margin:0;
margin-bottom: 1em; /*margin between menu and rest of content*/
padding:0;
list-style:none;
}

#invertedtabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
line-height: 1.5em;
}

#invertedtabs a{
float:left;
color: #9b9b9b;
/*background: #8b0000 url(media/color_tabs_left2.gif) no-repeat left bottom;*/
background-color: #ffd700;
margin:0 2px 0 0;
padding:0 0 0 3px;
text-decoration:none;
letter-spacing: 1px;
}

#invertedtabs a span{
float:left;
display:block;
background: transparent url(media/color_tabs_right2.gif) no-repeat right bottom;
padding:3px 9px 3px 6px;
}

#invertedtabs a span{
float:none;
}

#invertedtabs a:hover{
background-color: #d50509;
color: white;
}

#invertedtabs #current a, #invertedtabs #current span{ /*currently selected tab*/
background-color: yellow;
color: black;
}

#invertedtabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: #8b0000;
border-bottom: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}


/* BUBBLE PLASTIC HORIZONTAL MENU */
.bubplastic.horizontal {
	width: 100%;
	height: 27px;
	margin: 0;
	padding: 0;
	background-color: Black;
	background-image: url(../imgmenu/bg-bubplastic.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

.bubplastic.horizontal ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bubplastic.horizontal ul li {
	float: left;
	margin: 0;
	padding: 0; 
	/*background: transparent url(images/bg-bubplastic-button.gif) top left no-repeat;*/
	background: transparent;
	background-image: url(../imgmenu/bg-bubplastic-button.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.bubplastic.horizontal ul li a {
	display: block;
	height: 27px;
	padding-left: 35px;
	float: left;
	text-transform: uppercase;
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	text-decoration: none;
}

.bubplastic.horizontal ul li a span.menu_ar {
	display: block;
	float: left;
	height: 22px;
	padding-top: 5px;
	padding-right: 35px;
	/*background: transparent url(images/bg-bubplastic-button.gif) top right no-repeat;*/
	background-color: transparent;
	background-image: url(../imgmenu/bg-bubplastic-button.gif);
	background-position: top right;
	background-repeat: no-repeat;
	cursor: pointer;
}
/* END BUBBLE PLASTIC HORIZONTAL MENU */


/* BUBBLE PLASTIC VERTICAL MENU */

.bubplastic.vertical {
	width: 250px;
	margin: 0;
	padding: 0;
	display: block;
	font-size: 14px;
}
.bubplastic.vertical ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.bubplastic.vertical ul li {
	display: block;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	/*background: transparent url(images/bg-bubplastic-button.gif) top left no-repeat;*/
	background-color: transparent;
	background-image: url(../imgmenu/bg-bubplastic-button.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.bubplastic.vertical ul li a {
	display: block;
	margin: 0;
	width: 100%;
	/*padding-left: 35px;*/
	padding-left: 5px;
	text-transform: uppercase;
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	text-decoration: none;
	/*background: transparent url(images/bg-bubplastic-button.gif) top left no-repeat;*/
	background-color: transparent;
	background-image: url(../imgmenu/bg-bubplastic-button.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.bubplastic.vertical ul li a span.menu_ar {
	display: block;
	margin: 0;
	width: 100%;
	height: 17px;
	padding-top: 5px;
	/*padding-right: 35px;*/
	/*height: 16px;*/
	/*padding: 0px;*/	
	/*background: transparent url(images/bg-bubplastic-button.gif) top right no-repeat;*/
	background-color: transparent;
	background-image: url(../imgmenu/bg-bubplastic-button.gif);
	background-position: top right;
	background-repeat: no-repeat;
	cursor: pointer;
}
/* END BUBBLE PLASTIC VERTICAL MENU */


/* colour  HOVER  & HIGHLIGHT */ 
.bubplastic.aqua ul li a:hover{
	background-color: transparent;
	background-image: url(../imgmenu/bg-bubplastic-h-aqua.gif);
	/*background-image: url(../imgmenu/bg-bubplastic-h-yellow.gif);*/
	background-position: top left;
	background-repeat: no-repeat;	
}

.bubplastic.aqua ul li.highlight a {
	background-color: transparent;
	/*background-image: url(../imgmenu/bg-bubplastic-h-aqua.gif);*/
	background-image: url(../imgmenu/bg-bubplastic-h-yellow.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: black;
}

.bubplastic.aqua ul li a:hover span.menu_ar{
	background-color: transparent;
	background-image: url(../imgmenu/bg-bubplastic-h-aqua.gif);
	/*background-image: url(../imgmenu/bg-bubplastic-h-yellow.gif);*/
	background-position: top right;
	background-repeat: no-repeat;	
}

.bubplastic.aqua ul li.highlight a span.menu_ar {
	background-color: transparent;
	/*background-image: url(../imgmenu/bg-bubplastic-h-aqua.gif);*/
	background-image: url(../imgmenu/bg-bubplastic-h-yellow.gif);
	background-position: top right;
	background-repeat: no-repeat;
	color: black;
}
