.area {
	font: normal 8.5pt Verdana,Arial,Sans-Serif;;
	margin:0px; 
	padding:0 2px 0 2px; 
	border-top:2px solid #747474; 
	border-left:2px solid #747474; 
	border-bottom:1px solid grey;
    border-right:1px solid grey; 
	height:16px;
	background-color:#FFF;
}

form {
	white-space: nowrap;
}

input {
	padding:0 5px 0 5px; 
	margin:0px; 
	vertical-align:bottom;
}
A:link {
    color: #B03E00; 
    text-decoration: underline;
}
A:visited {
    color: #000;
  	text-decoration: underline;
}
A:hover, A:active {
    color: #7F0217;
    text-decoration: underline;
}

/* keine Markierung besuchter paging-Referenzen */
a.paging:visited {
	color:#B03E00;
}
.anzahl {
    color: #000;
	background-color: #D7E2E4;
	border: 1px solid #747474;
}

#fest {
	position: fixed;
	top: 30px;
 	left: 10px;
	position: expression("absolute");
	top: expression(parseInt(document.body.scrollTop + 100));
}
#fest[id] {
	position: fixed;
}
