/*
IMPORTANT:
Essential styles to ensure accessibility
*/
@media projection, screen { /* use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}
@media print { /* retain accessibility by overriding inline style used by animations... */
    .fragment {
        display: block !important;
        height: auto !important;
        opacity: 1 !important;

    }
    .anchors {
        display: none;
    }
}

/*
TAB STYLES:
Some more styles, not important for making tabs work, just for the look of it...
*/
#tabscontainer{
			background:#3d3c34; margin-bottom:5px; padding:0; width: 678px; margin-left:15px;
}

/*bovenste balk*/
.anchors {
    list-style: none;
    margin: 0;
    padding: 0px;
    background:#5a5a4e;
}
.anchors:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.anchors li {
    float: left;
    margin: 0 1px 0 0;

}

/* normale toestand */
.anchors a {
    display: block;
    position: relative;
    border: 0;
    border-bottom: 0;
    z-index: 2;
    padding: 2px 9px 1px;
    background-color:#47463b;
    text-decoration: none;
    line-height:3.0em;
    height:30px;

    color:#afada1;
    font-size:11px;font-family:Tahoma;
}

/* geselcteerde toestand */
.anchors .tabs-selected a,  .anchors .tabs-selected a:hover{
	position:relative;
    font-weight: bold;
    background-color:#3d3c34;
    height:31px;
    font-size:11px;
    color:#c8cf00;
    font-family: tahoma, Times New Roman;
    top:1px;


}
.anchors a:focus, .anchors a:active {
    outline: none; /* @ Firefox 1.5, remove ugly dotted border */
}
.anchors .tabs-selected a, .anchors a:hover, .anchors a:focus, .anchors a:active
{
    background-color: #3d3c34;

}

.anchors .tabs-selected a:link, .anchors .tabs-selected a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.anchors a:hover, .anchors a:focus, .anchors a:active {
    cursor: pointer;
    display: block;
    position: relative;
    border: 0;
    border-bottom: 0;
    z-index: 2;
    padding: 2px 9px 1px;
    color:#fff;
    background-color:#d690217;
    text-decoration: none;
    line-height:3.0em;
    height:30px;
}
.fragment {
    padding: 0 10px;background:transparent;}
}
/*
.anchors .tabs-selected a.class1 {color:#acc348 ! important;}
.anchors .tabs-selected a.class2 {color:#acc348 ! important;}
.anchors .tabs-selected a.class3 {color:#acc348 ! important;}
.anchors .tabs-selected a.class4 {color:#acc348 ! important;}
.anchors .tabs-selected a.class5 {color:#acc348 ! important;}
.anchors .tabs-selected a.class6 {color:#acc348 ! important;}
.anchors .tabs-selected a.class7 {color:#acc348 ! important;}
.anchors .tabs-selected a.class8 {color:#acc348 ! important;}
.anchors .tabs-selected a.class9 {color:#acc348 ! important;}*/
