#js-1stmenu 	{
				filter: Alpha(opacity=92, finishopacity=92, style=1);
				opacity: 0.9;
				}

td				{
				font-family: verdana, arial, helvetica, sans-serif;
				color: #a6a6a6;
				font-size: 10px;
				line-height: 16px;
				}

.preis			{
				font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
				color: #a6a6a6;
				font-size: 20px;
				font-weight: bold;
				}

.preisE			{
				font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
				color: #a6a6a6;
				font-size: 14px;
				font-weight: bold;
				}

.date			{
				color: #333333;
				}

.white			{
				color: #FFFFFF;
				line-height: 14px;
				}

.orange			{
				color: #e28003;
				}

.imageborder	{
				border-width:1px;
				border-style:solid;
				border-color:#666666;
       			}

.image			{
				margin-right:10px;
				margin-top:5px;
				padding-bottom:10px;
       			}


body,html 		{
				scrollbar-face-color: #E1E1E1;
				scrollbar-highlight-color: #FAFAFA;
				scrollbar-shadow-color: #E1E1E1;
				scrollbar-3dlight-color: #D5D5D5;
				scrollbar-arrow-color:  #0;
				scrollbar-track-color: #F2F2F2;
				scrollbar-darkshadow-color: #C6C6C6;
				background-image: url(/fileadmin/images/bg_master.gif);
				margin: 0px;
				height:100%;
				}

A:link         	{
				color: #a6a6a6;
				text-decoration: underline;
				}

A:visited       {
				color: #a6a6a6;
				text-decoration: underline;
				}

A:hover         {
				color: #a6a6a6;
				text-decoration: none;
				}

A.whitelink:link, A.whitelink:visited, .whitelink
				{
				color: #FFFFFF;
				font-size: 10px;
				text-decoration: underline;
				}

A.orangelink:link, A.orangelink:visited, .orangelink
				{
				color: #e28003;
				font-size: 10px;
				text-decoration: underline;
				}

A.orangelink:hover
				{
				color: #e28003;
				font-size: 10px;
				text-decoration: none;
				}

.inputfield 	{
				border: 1px solid;
				border-color: #999999;
				color: #666666;
				font-size: 10px;
				height: 16px;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				}

/*************************  neu von DF ****************************************/

.next, .prev,.nextdisabled,.prevdisabled {
	background: url(/fileadmin/images/arrows.png) no-repeat;
	float: left;
	margin-top: 90px;
	width: 16px;
	height: 21px;
}

.next a, .prev a{
	display: block;
	width: 16px;
	height: 21px;
}

.next {
	right: 14px;
	background-position: -16px 0;
}
.nextdisabled {
	background-position: -16px -21px;
}

.prev {
	left: -34px;
}

.prevdisabled {
	background-position: 0 -21px;
}