/* CSS, (c) SemWeb.nl, SemWeb internet services 2008*/
.indentmenu{
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
width: 100%; 
}
.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
background: white url(../images/tabunactive.gif) center center no-repeat;
}
.indentmenu ul li{
display: inline;
}
.indentmenu ul li a{
float: left;
width: 91px;
color: #015481; 
padding: 5px 11px;
padding-top:6px;
padding-bottom:4px;
text-decoration: none;
background: white url(../images/tabunactive.gif) center center no-repeat;
}
.indentmenu ul li a:visited{
color: #015481;
}
.indentmenu ul li a.selected{
color: white !important;
padding-top: 6px; 
padding-bottom: 4px;
background: white url(../images/normaltab.gif) center center no-repeat;
}
#veiligwerkenzs {
border:1px solid #c7c7c7;
width:563px; 
height:auto; 
overflow: hidden;
padding:15px; 
margin-left:2px;
}
.tabcontentstyle{
border: 1px solid gray;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}
.tabcontent{
display:none;
}
@media print {
.tabcontent {
display:block !important;
}
}