html
{ overflow:hidden; height: 100%;}

body  
{ background-color: #fff791; height:100%; }

p  
{ margin: 5px 0 3px }

td    
{ color: #444; font-size: 9pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }

.tdlinetop 
{ border-top: 1px dotted #fff }

.kop1   
{ color: #f80000; font-size: 11pt; font-weight: bold }

.kop2  
{ color: #222; font-size: 9pt; font-weight: bold }

a 
{ color: #f80000; text-decoration: none }

a:link 
{}

a:hover 
{ color: #dc143c; text-decoration: none }

.klein  
{ font-size: 9pt }

.link  
{ color: #a9a9a9; font-size: 8pt;}

.link a 
{ color: #a9a9a9; font-size: 8pt }

.link a:hover 
{ color: #a9a9a9; font-size: 8pt }

a.link  
{ color: #a9a9a9; font-size: 8pt; text-decoration: none }

.requiredfield 
{ border:1px solid #d9d9d9; }

.field 
{ border:1px solid #d9d9d9; }

.invalidfield 
{ border:1px solid #e31b23; }

div.wraplinks
{ position:absolute;
  float:right;
  top: -200px;
  left:30px;
  width:250px;
  line-height:14px;
  height:200px;

}

div.rellinks
{ text-align:left;
  margin:0px 0px 0px 25px;
}

/*--========Image Slider========--*/

/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.imgrotator {
	height:100px;	width: 200px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}

.images {
	position: absolute;
	top: 0; left: 0;
}
.images img {float: left; z-index: 99;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 1px; right: 3px;
	width: 50px; height:20px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	padding: 2px 0px 0px 0px;
	background: url(../../images/pagerbg.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	border: 1px solid #FFF;
}
.paging a:hover {font-weight: bold;}
