﻿
/**** SitesSearch ANFANG  ****/
	.navBox {
		width:100%;
		padding: 0 0 10px 0;
	}
	
	.navBox table{
		width:100%;
	}
	
	.navBoxBottom {
		width:100%;
		padding: 10px 0 0 0;
	}
	
	.navBoxBottom table{
		width:100%;
	}
	
	.navLeft {
		width:34%;
		text-align:left;
	}
	
	.navMiddle {
		width: 33%;
		vertical-align: top;
		text-align: center;	
	}

	.navRight {
		width:33%;
		text-align:right;			
	}	
	
/**** SitesSearch ENDE  ****/

/**** SitesList Start  ****/

		#navNextAktiv {
			padding-right: 14px;
			background: url(vanstrich_vor.png) no-repeat 0 1px;
			background-position:bottom right;
			color : rgb(228, 49, 42);
			text-align: right;
			font-weight: bold;
		}		
		#navNextAktiv:hover {
			background: url(vanstrich_vor_a.png) no-repeat 0 1px;
			background-position:bottom right;
			color : #000000;
		}
		#navNextDeaktiv {
			padding-right: 14px;		
			background: url(vanstrich_vor_d.png) no-repeat 0 1px;
			background-position:bottom right;
			font-weight: bold;
			color : #666666;
		}
		#navNextAktivTop {
			padding-right: 14px;
			background: url(vanstrich_vor.png) no-repeat 0 1px;
			background-position:bottom right;
			color : rgb(228, 49, 42);
			text-align: right;
		}		
		#navNextAktivTop:hover {
			background: url(vanstrich_vor_a.png) no-repeat 0 1px;
			background-position:bottom right;
			color : #000000;
		}
		#navNextDeaktivTop {
			padding-right: 14px;		
			background: url(vanstrich_vor_d.png) no-repeat 0 1px;
			background-position:bottom right;
			font-weight: bold;
			color : #666666;
		}
		
		
		#navPrevAktivTop {
			padding-left: 14px;
			background: url(vanstrich_zur.png) no-repeat 0 1px;
			background-position:bottom left;
			color : rgb(228, 49, 42);
			text-align: right;
		}		
		#navPrevAktivTop:hover {
			background: url(vanstrich_zur_a.png) no-repeat 0 1px;
			background-position:bottom left;
			color : #000000;
		}
		#navPrevDeaktivTop {
			padding-left: 14px;		
			background: url(vanstrich_zur_d.png) no-repeat 0 1px;
			background-position:bottom left;
			font-weight: bold;
			color : #666666;
		}	
		
		#navPrevAktiv {
			padding-left: 14px;
			background: url(vanstrich_zur.png) no-repeat 0 1px;
			background-position:bottom left;
			color : rgb(228, 49, 42);
			text-align: right;
		}		
		#navPrevAktiv:hover {
			background: url(vanstrich_zur_a.png) no-repeat 0 1px;
			background-position:bottom left;
			color : #000000;
		}
		#navPrevDeaktiv {
			padding-left: 14px;		
			background: url(vanstrich_zur_d.png) no-repeat 0 1px;
			background-position:bottom left;
			font-weight: bold;
			color : #666666;
		}			
		
		#navStartAktiv {
			padding-right: 14px;
			background: url(vanstrich_start.png) no-repeat 0 1px;
			background-position:bottom right;
			color : rgb(228, 49, 42);
			text-align: right;
		}		
		#navStartAktiv:hover {
			background: url(vanstrich_start_a.png) no-repeat 0 1px;
			background-position:bottom right;
			color : #000000;
		}
		#navStartDeaktiv {
			padding-right: 14px;		
			background: url(vanstrich_start_d.png) no-repeat 0 1px;
			background-position:bottom right;
			font-weight: bold;
			color : #666666;
		}
		
		#navLastAktiv {
			padding-right: 14px;
			background: url(vanstrich_ende.png) no-repeat 0 1px;
			background-position:bottom right;
			color : rgb(228, 49, 42);
			text-align: right;
		}		
		#navLastAktiv:hover {
			background: url(vanstrich_ende_a.png) no-repeat 0 1px;
			background-position:bottom right;
			color : #000000;
		}
		#navLastDeaktiv {
			padding-right: 14px;		
			background: url(vanstrich_ende_d.png) no-repeat 0 1px;
			background-position:bottom right;
			font-weight: bold;
			color : #666666;
		}
/**** SitesList Ende  ****/

