@charset "utf-8";
/* CSS Document */
.SlidingPanels {
	float: left;
	position: relative;
	width: 530px;
	padding: 0px;
	border: none;
}
#slidingPanel{
}

.SlidingPanelsContentGroup {
	position: relative;
	float: left;
	width: 10000px;
	margin: 0px;
	padding: 0px;
	sborder: none;
}

.SlidingPanelsContent {
	float: left;
	width: 520px;
	overflow: hidden;
	margin:0px;
	padding-right:10px;
	padding-left:0px;
}


.SlidingPanelsAnimating * {
	overflow: hidden !important;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.slidingTabPanelWrapper {
	height:21px;
	display: none;
	width:530px;
	margin-bottom: 15px;
	}
.slidingTabPanel {
	list-style:none;
	padding:0;
	width:220px;
	height:20px;
}
.slidingTabPanel LI {
	list-style:none;
	float:left;
	width:20px;
	margin:0 2px;
}
.tabActive {
	position:relative;
	top:1px;
	display:block;
	width:20px;
	height:20px;
	cursor:default;
	outline:none;
	
}
.tab {
	position:relative;
	top:1px;
	display:block;
	width:20px;
	height:20px;
	background-position:-40px;
	cursor:pointer;
	outline:none;
	
}
.tab:hover {
	background-position:-20px;
}
#spura {
	background-image:url(../imag/sym/spur_2.jpg);
}
#spuraPanel {
	height: 201px;
	width: 533px;
}
#spurb {
	background-image:url(../imag/sym/spur_3.jpg);
}
#spurbPanel {
	height: 201px;
	width: 533px;
}
#spurc {
	background-image:url(../imag/sym/spur_4.jpg);
}
#spurcPanel {
	height: 201px;
	width: 533px;
}
#spurd {
	background-image:url(../imag/sym/spur_5.jpg);
}
#spurdPanel {
	height: 201px;
	width: 533px;
}
#spure {
	background-image:url(../imag/sym/spur_6.jpg);
}
#spurePanel {
	height: 201px;
	width: 533px;
}
.symolbild {
	float: left;
	margin-right: 10px;
}
.symbol_hl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
}
.symbol_txt {
	font-size: 11px;
	line-height: 17px;
}

