@charset "UTF-8";
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}
.TabbedPanelsTab {
   background: transparent url('/images/fdf_btn_tab_left_off.gif') no-repeat scroll top right;
   font-family: Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-size: 13px;
   color: #404040!important;
   height: 23px;
   margin-right: 1px;
   padding-right: 13px; /*sliding doors padding */
   position: relative;
   float: left;
   list-style: none;
   -moz-user-select: none;
   -khtml-user-select: none;
   cursor: pointer;
}
.TabbedPanelsTab span {
   background: transparent url('/images/fdf_btn_tab_right_off.gif') no-repeat;
   float: left;
   display: block;
   line-height: 23px;
   height: 23px;
   padding: 0px 0 0 13px;
   text-align: center;
}
.TabbedPanelsTabSelected {
   background: transparent url('/images/fdf_btn_tab_left_on.gif') no-repeat scroll top right;
   color: #816426!important;
}
.TabbedPanelsTabSelected span {
   background: transparent url('/images/fdf_btn_tab_right_on.gif') no-repeat;
}
.TabbedPanelsContentGroup {
	clear: both;
	width: 605px;
	padding: 0px;
	background-image: url(/images/fdf_bg_tab.gif);
	background-repeat: repeat-x;
}
.TabbedPanelsContent {
	padding: 20px;
	height: 400px;
}

.preisdescription {
	text-align: justify;
	color: #333333;
	padding-bottom: 25px;
}

.votingtitel {
	width: 160px;
	float: left;
	padding-top: 7px;
	color: #333333;
	font-weight: 200;
}
.preistitel {
	width: 230px;
	float: left;
	padding-bottom: 10px;
	color: #333333;
	font-weight: 200;
}
.detailtitel {
	width: 145px;
	float: left;
	padding-bottom: 10px;
	color: #333333;
	font-weight: 200;
}
.detailoutput {
	float: left;
	padding-bottom: 10px;
	color: #816426;
}
.detaillink li {
	list-style-type: none;
	background-image: url(/images/fdf_link_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	text-align: left;
	padding: 0 0 15px 19px;
	color: #333333;
	width: 160px;
	display: block;
}
.detaillink a {
	color: #333333;
	text-decoration: underline;
}
.detaillink a:hover {
	background-color: #DFEBFF;
	color: #816426;
}
.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: 100%;
	height: 0em;
}

