/* pager*/
#pagerdiv {
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
#Pager {
	color: #000000;
	
	margin: 0px;
	padding: 10px;
	width:auto;
	background-image:url(../images/design/pager_hg.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
}    
ul#Pager {
	text-align: left;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 2px;
	font-weight:bold;
  }
ul#Pager li {
  list-style: none;
  display: inline;
  margin: -2px; 
  padding: 0px;
  }
ul#Pager a, ul#Pager span {
	text-decoration: none;
	color: #003366;
	line-height: 27px;
	background-color:#badef3;
	border: 1px solid #93a9be;
	padding-top: 0px;
	padding-right: 23px;
	padding-bottom: 0px;
	padding-left: 22px;
	
  }
* html ul#Pager a, * html ul#Pager span {
  width: 3em;    /* nur fuer IE 5.0x erforderlich */
  width: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */

  }
ul#Pager a:hover, ul#Pager .active {
color: #000000;
text-decoration: none;
	color: #ffffff;
	line-height: 27px;
	background-color:#93a9be;
	border: 1px solid #000000;
	padding-top: 0px;
	padding-right: 23px;
	padding-bottom: 0px;
	padding-left: 22px;
  }
* html ul#Pager a:hover, * html ul#Pager .active {
	width: 3em;    /* nur fuer IE 5.0x erforderlich */
	width: auto;
	padding-top: 0px;
	padding-right: 23px;
	padding-bottom: 0px;
	padding-left: 22px;
 } 
  .pagerform
{
	position: relative;
	left: -130px;
	top: -14px;
	background-color:#badef3;
	font-size:10px;
	color:#000033;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #000033;
	clear: none;
	float:right;
}

.naviform
{
	width: 100%;
	background-color:#badef3;
	font-size:10px;
	color:#000033;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: none;
	clear: none;
	float:right;
	text-indent:5px;
	height: 18px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #003366;
	border-bottom-color: #003366;
}
* html {
	width: 168px;
}