/* CSS Document */

.font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9C9D9F;
	line-height: 15px;
	text-decoration: none
}

.fontweiss {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	line-height: 15px;
	text-decoration: none
}

.fontheadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E30051;
	line-height: 15px;
	text-decoration: none
}

.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CFD0D2;
	line-height: 15px;
	text-decoration: none
}

.navigationactive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E30051;
	line-height: 15px;
	text-decoration: line-through
}


a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E30051;
	text-decoration: line-through;
}

#scrollcontainer {
	border-bottom: 2px solid #818271;
	padding-bottom: 18px; /* 5*/
}

#scrollmenu {
	height: 389px;
}

a.jScrollArrowUp {
    background: url("Bilder/up.gif") no-repeat 0 0;
}

a.jScrollArrowDown {
    background: url("Bilder/down.gif") no-repeat 0 0;
}

a.jScrollArrowUp {
	background: url(Bilder/up.gif) repeat-x 0 0;
}
a.jScrollArrowUp:hover {
	background: url(Bilder/up.gif) repeat-x 0 0;
}
a.jScrollArrowDown {
	background: url(Bilder/down.gif) repeat-x 0 0;
}
a.jScrollArrowDown:hover {
	background: url(Bilder/down.gif) repeat-x 0 0;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}

.orange-bar .jScrollPaneTrack {
	background: #f60;
}
.orange-bar .jScrollPaneDrag {
	background: #00f url(../images/drag_grab.gif) no-repeat 50% 50%;
}
.orange-bar .scroll-pane {
	background: #69f;
}
			
.holder {
	float: left;
	margin: 10px;
}

.scroll-pane {
	width: 290px;
	height: 200px;
	overflow: auto;
	float: left;
}

.wide {
	width: 400px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 400px;
}

#pane2 {
	height: 369px;
}

.aktuell {
	background: url('Bilder/postit.png') no-repeat;
	color:#FFFFFF;
	cursor: move;
	padding:4px 20px 20px 4px;
	position: fixed;
	float:left;
	z-index: 1000;
	width: 120px;
	height: 120px;
	margin:0;
	overflow: hidden;
	left:700px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}

#handler {
	width:10px;
	height:10px;
	background:#fff;
	position:relative;
	right:0px;
	
}

.aktuell a:hover { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E30051;
	text-decoration: line-through;
}
.aktuell a { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9C9D9F;
	line-height: 15px;
	text-decoration: none
}
