@charset "UTF-8";


.TabbedPanels {
	margin-top: 0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:35px;
	padding-right: 80px;
	float: right;
	clear: none;
	width: 842px; 
}


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


.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	width:182px;
	padding-top:9px;
	padding-bottom:9px;
	margin: 0px 1px 0px 0px;
	font: normal 12px arial;
	color:#21409d;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	text-align: center;
	background-image:url(../images/knoppen/BackgroundRest.jpg);
	background-repeat:no-repeat;
	background-position:left;
	background-position:bottom;
	border-bottom:1px;
	border-color:#3F0;
}


.TabbedPanelsTabHover {
	color:#f09100;
	font: bold 12px arial;
	background-image:url(../images/knoppen/BackgroundRest.jpg);
	background-repeat:no-repeat;
	background-position:left;
	background-position:bottom;
}


.TabbedPanelsTabSelected {
	border-bottom: 0px solid white;
	font: bold 12px arial;
	background-image:url(../images/knoppen/BackgroundFocus.jpg);
	background-repeat:no-repeat;
	background-position:left;
	background-position:top;
	background-position:bottom;


}


.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}


.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 1px #21409d;
	border-bottom: solid 1px #21409d;
	border-top: solid 1px #21409d;
	border-right: solid 1px #21409d;
	background-color: white;
	padding-left:180px;
	padding-top:25px;
}


.TabbedPanelsContent {
	padding: 4px;
}


.TabbedPanelsContentVisible {
}


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


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


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


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

