@charset "UTF-8";

/* SpryTabbedPanels.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
/* CSS aangepast door Carola de Poel */
 
 #TabbedPanels1 {
width:960px;
}

.TabbedPanels {
margin: 0;
padding: 0;
float: left;
clear: none;
width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

.TabbedPanelsTabGroup {
margin: 0;
padding: 0;
}

.TabbedPanelsTab {
position: relative;
top: 1px;
float: left;
padding: 6px 15px;
margin: 0px 1px 0px 0px;
color:#000;
font: bold 0.7em sans-serif;
letter-spacing:3px;
text-align:left;
list-style: none;
border-left: solid 1px #faf1c9;
border-bottom: solid 1px #faf1c9;
border-top: solid 1px #faf1c9;
border-right: solid 1px #faf1c9;
-moz-user-select: none;
-khtml-user-select: none;
cursor: pointer;
font-size:.8em;
width:87px;
}

.TabbedPanelsTabHover {
color:#faf1c9;
background-color:#aa5600;
filter:alpha(opacity=70);
-moz-opacity:.70;
opacity:.70;
}

.TabbedPanelsTabSelected {
background-color:#009966;
border-bottom: 1px solid #faf1c9;
}

.TabbedPanelsContentGroup {
clear: both;
}

.TabbedPanelsContent {
clear: both;
overflow:auto;
height:295px;
text-align:justify;
padding:25px;
background-color:transparant;
}

.TabbedPanelsContentVisible {
}

.VTabbedPanels .TabbedPanelsTabGroup {
float: left;
width: 10em;
height: 20em;
background-color: #999900;
position: relative;
border-top: solid 1px #faf1c9;
border-right: solid 1px #faf1c9;
border-left: solid 1px #faf1c9;
border-bottom: solid 1px #faf1c9;
}

.VTabbedPanels .TabbedPanelsTab {
float: none;
margin: 0px;
border-top: none;
border-left: none;
border-right: none;
}

.VTabbedPanels .TabbedPanelsTabSelected {
background-color: #999900;
border-bottom: solid 1px #faf1c9;
}

.VTabbedPanels .TabbedPanelsContentGroup {
clear: none;
float: left;
padding: 0px;
width: 30em;
height: 20em;
}

