.shadetabs{										/*                           copyright martinreedijk.nl                           */
padding: 3px 0;
margin: 10px 0 0 0;
list-style-type: none;
text-align: left;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 4px 13px;
margin-right: 3px;
border: 1px solid #778;
color: #000;
background: #EAE7DF;
font-weight: bold;
}

#inhoud .shadetabs li a {
color: #000;
}

.shadetabs li a:hover{
border-top: 3px solid #778;
}

.shadetabs li a.selected{
background: #DCD7C0;
border-top: 3px solid #000;
}

.shadetabs li a.selected:hover{ 
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

#tbcon {
border: 1px solid #000;
border-top: 2px solid #000;
padding: 11px;
}

#tbcon p {
line-height: 19px;
}

#tbcon h4 {
margin-top: 10px;
padding-top: 10px;
border-top: 1px dotted #64673F;
}

*html #tbcon h4 {
border-top: 1px solid #64673F;
}

#tbcon h4.t {
border-top: 0;
margin-top: 0;
padding-top: 0;
}