.textlink {
	text-decoration: underline;
	font-family: Arial;
	font-size: 11px;
	color: #999999;
}
.link.textlink {
	text-decoration: underline;
	font-family: Arial;
	font-size: 11px;
	color: #666666;
}	
a:hover.textlink {
	text-decoration:none;
	font-family: Arial;
	font-size: 11px;
	color: #666666;
}
.textlink_2 {
	text-decoration: underline line-through;
	font-family: Arial;
	font-size: 11px;
	color: #999999;
}
.link.textlink_2 {
	text-decoration: underline line-through;
	font-family: Arial;
	font-size: 11px;
	color: #666666;
}	
a:hover.textlink_2 {
	text-decoration:underline line-through;
	font-family: Arial;
	font-size: 11px;
	color: #666666;
}
.back {
	font-family: Arial;
	font-size: 11px;
	color: #999999;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;	
}
.link.back {
	font-family: Arial;
	font-size: 11px;
	color: #CCCCCC;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;	
}
a:hover.back {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;	
}
.text {
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	font-family:Arial;
	font-size: 9pt;
	color: #FFFFFF;
	font-weight: lighter;
}
.textklein {
	text-decoration: none;
	font-family:Lucida Grande, Geneva;
	font-size: 11px;
	color: #FFFFFF;	
	font-weight: lighter;
}
.texttitel {
	font-family: Georgia;
	font-size: 18px;
	text-decoration: none;
	font-weight: normal;
	color: #990000;
}
.link.texttitel {
	font-family: Georgia;
	font-size: 18px;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	color: #990000;
}
a:hover.texttitel {
	text-decoration: none;
	font-family: Georgia;
	font-size: 18px;
	font-weight: normal;
	color: #990000;
}
.formbox {
	font-family: Lucida Grande, Geneva;
	font-size: 9px;
	font-weight: normal;
	color: #CCCCCC;
	background-color: #000000;
	border: 1px solid #FFFFFF;
	
}
.formbox-2 {
	font-family: Lucida Grande, Geneva;
	font-size: 10px;
	font-weight: bold;
	color: #CCCCCC;
	background-color: #000000;
	border: 1px solid #FFFFFF;
	
}
.rahmen-weiss {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #aaa;
}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.holder {
	float: left;
	margin: 2px;
}
.scroll-pane {
	width: 425px;
	overflow: auto;
	background: transparent;
	float: left;
}
.scroll-pane-2 {
	width: 280px;
	overflow: auto;
	background: transparent;
	float: left;
}
.scroll-pane-3 {
	width: 200px;
	overflow: auto;
	background: transparent;
	float: left;
}
.scroll-pane-4 {
	width: 530px;
	overflow: auto;
	background: transparent;
	float: left;
}
.scroll-pane-5 {
	width: 530px;
	overflow: auto;
	background: transparent;
	float: left;
}
#pane1 {
	height: 455px;
}
#pane2 {
	height: 440px;
}
#pane3 {
	height: 440px;
}
#pane4 {
	height: 455px;
}
#pane5 {
	height: 455px;
}
.orange-bar .jScrollPaneTrack {
	background: transparent;
}
.orange-bar .jScrollPaneDrag {
	background: transparent url(images/site/drag_grab-2.gif) no-repeat 50% 50%;
}
.orange-bar .scroll-pane {
	background: transparent;
}			