body
{ 
	background: #efefef;
}

.btnUp, .btnDown
{ 
	/*cursor:url(../images/down.png), n-resize;*/
	display: block;
	position: absolute;
    z-index: 99;
    width: 100%;
	height:120px;
    /*border: 1px solid #ff0;
    background: #666;
    filter: alpha(opacity=0);
    moz-opacity: 0;
    opacity: 0;*/
    color: #efefef;
    text-decoration: none;
    line-height: 1.4em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    margin-top: 12px;
	margin-bottom:10px;
}

.btnDown
{
	/*cursor:url(../images/up.png),move;*/
}
.btnUp{ bottom: 0;}


/* !! WICHTIG: Formatierungen für Holderfenster und Scrollbox */
#scrollHolder
{ 
	position: relative;
	width: 300px;
	height: 425px;
	/*border: 1px solid #b1d6e6;*/
	overflow: hidden;
	margin-top: 7px;
    padding-top: 0px;
	text-align:left;
	color:#CDE3EC;
	font-size:79%;
	line-height:1em;
}
			   
#scrollWnd
{ 
	position: absolute;
	top: 0;
    left: 0;
    margin: 0;
    padding: 6px;
}
