

a.prevButton {
	font-family: ms sans serif;
    font-size: 12px; 
    text-decoration: none; 
	text-align: center; 
    display: block; 
    height: 22px;
	background-image: url(pfeil_l.gif);
	background-position: top left; 	
	background-repeat: no-repeat;
	background-color: #e3e4e4;
    color: #333333; 
    border-width: 2px; 
    border-color: #e3e4e4; 
    border-style: outset; 	
    margin: 5px;
    padding: 0px 4px 0px 16px;		
}
a.prevButton:hover {
	color: #003a80;
	background-color: #b1b2b4;
	background-image: url(pfeil_l_hover.gif);	
}

a.nextButton {
    font-family: ms sans serif;
    font-size: 12px; 
    text-decoration: none; 
    text-align: center; 
    display: block; 
    height: 22px;
    background-image: url(pfeil_r.gif);
    background-position:top right;     
    background-repeat: no-repeat;
    background-color: #e3e4e4;
    border-width: 2px; 
    color: #333333; 
    border-color: #e3e4e4; 
    border-style: outset;     
    margin: 5px;
    padding: 0px 16px 0px 2px;        
}
a.nextButton:hover {
    color: #003a80;
    background-color: #b1b2b4;
    background-image: url(pfeil_r_hover.gif);    
}

a.normButton {
	font-family: ms sans serif;
    font-size: 12px; 
    text-decoration: none; 
	text-align: center; 
    display: block; 
    height: 22px;
	background-image: url(none);
	background-color: #e3e4e4;
    border-width: 2px; 
    color: #333333; 
    border-color: #e3e4e4; 
    border-style: outset; 	
    margin: 5px;
    padding: 0px 4px 0px 2px;		
}
a.normButton:hover {
	color: #003a80;
	background-color: #b1b2b4;
}

a.normButtonDISABLED {
	font-family: ms sans serif;
    font-size: 10px; 
    text-decoration: none; 
	text-align: center; 
    display: block; 
    height: 22px;
	background-image: url(none);
	background-color: #ededee;
    border-width: 2px; 
    color: #878889;
    border-width: 2px; 
    border-color: #e3e4e4;
    border-style: outset; 	
    margin: 5px;
    padding: 0px 4px 0px 2px;			
    cursor: default;
/*    width:13em; /**/
}
a.prevButtonDISABLED {
	font-family: ms sans serif;
    font-size: 10px; 
    text-decoration: none; 
	text-align: center; 
    display: block; 
    height: 22px;
	background-image: url(pfeil_l_disabled.bmp);
	background-position: top left; 	
	background-repeat: no-repeat;
	background-color: #ededee;
    border-width: 2px; 
    color: #878889;
    border-width: 2px; 
    border-color: #e3e4e4; 
    border-style: outset; 	
    margin: 5px;
    padding: 0px 4px 0px 16px;			
    cursor: default;
}
a.nextButtonDISABLED {
	font-family: ms sans serif;
    font-size: 10px; 
    text-decoration: none; 
	text-align: center; 
    display: block; 
    height: 22px;
	background-image: url(pfeil_r_disabled.bmp);
	background-position:top right; 	
	background-repeat: no-repeat;
	background-color: #ededee;
    border-width: 2px; 
    color: #878889;
    border-width: 2px; 
    border-color: #e3e4e4; 
    border-style: outset; 	
    margin: 5px;
    padding: 0px 16px 0px 2px;		
    cursor: default;
}



 