﻿
/**** 1. tblPagingTop und tblPagingBottom  Anfang ****/

	.tblPagingTop table{
		width: 610px;
		background-color: #eeeeee;
		padding: 5px 0 5px 0;
	}

	.tblPagingBottom table{
		width: 610px;
		background-color: #eeeeee;
		padding: 5px 0 5px 0; 
	}
	
	
	#navBarAktiv {
		color : rgb(228, 49, 42);
		font-weight: bold;
	}		
	#navBarAktiv:hover {
		color : #000000;
		font-weight: bold;
	}
	#navBarDeaktiv {
		font-weight: bold;
		color : #666666;
	}
		
/**** tblPagingTop und tblPagingBottom  ENDE ****/

.navRight .btnForward:hover {text-decoration:underline;}
.tblPagingTop .btnForward:hover, .btnBack:hover {text-decoration:underline;}

	
