/* Firmenlauf Bonn CSS */ 
/* Copyright (c) 2009 rheinline - agentur für digitale medien */ 
/*
/*
/*
/* Style-Sheets Navigation  
*/ 


/* Reiter Top-Navigation*/

#tabBar 
{		
	height: 35px; 
	float: right;
	margin-right: 0px; 
}


#tabBar ul 
{
	list-style: none; 
	margin: 0; 
	padding: 0; 
}

#tabBar a 
{
	text-indent: -9999px;
	outline: 0;
}

#tabBar ul li
{
	float: left;
	display: block; 
}

#tabBar .archiv
{
	background:url(../img/reiter_archiv_inaktiv.png) bottom left no-repeat; 
	width: 248px; 
	height: 35px;
	display: block;
}

/* #tabBar .archiv:hover
{
	background:url(../img/reiter_archiv_aktiv.png) bottom left no-repeat; 
	width: 248px; 
	height: 35px;
	display: block;
}


#tabBar .archivAktiv
{
	background:url(../img/reiter_archiv_aktiv.png) bottom left no-repeat; 
	width: 248px; 
	height: 35px;
	display: block;
}

*/

#tabBar .VorDemLauf
{
	background:url(../img/reiter_vordemlauf_inaktiv.png) bottom left no-repeat; 
	width: 248px; 
	height: 35px;
	display: block;
}

#tabBar .VorDemLauf:hover
{
	background:url(../img/reiter_vordemlauf_aktiv.png) bottom left no-repeat; 
}

#tabBar .VorDemLaufAktiv
{
	background:url(../img/reiter_vordemlauf_aktiv.png) bottom left no-repeat; 
	width: 248px; 
	height:35px;
	display: block;
}

#tabBar .NachDemLauf
{
	background:url(../img/reiter_nachdemlauf_inaktiv.png) bottom left no-repeat; 
	width: 248px; 
	height:35px;
	display: block;	
}

#tabBar .NachDemLauf:hover
{
	background:url(../img/reiter_nachdemlauf_aktiv.png) bottom left no-repeat; 
	width: 248px; 
	height:35px;
}

#tabBar .NachDemLaufAktiv
{
	background:url(../img/reiter_nachdemlauf_aktiv.png) bottom left no-repeat; 
	width: 248px; 
	height:35px;
	display: block;	
}


/* */ 
/* Haupt Navigation links
// */ 

#navigation 
{
	width: 100%; 
	height: auto; 
	color: #eda44f;
	font-weight:bold;
}

#navigation ul
{
	margin:0; 
	padding:0; 
	list-style-type:none; 
}

#navigation ul li 
{
	display: block; 
	height: 30px; 
	background: url(../img/bg_navigation.png) top left repeat-x; 
	margin: 0 0 0 0; 
	border-bottom: 1px solid #ffffff;
}

#navigation ul li a, 
#navigation ul li a:active,
#navigation ul li a:visited  
{
	padding: 8px 2px 8px 25px; 
	display: block;
	color:#ffffff; 
	text-decoration:none;
}

#navigation ul li a:hover
{
	background:url(../img/bg_navpoint.gif) top left no-repeat;
}

#navigation a.active
{
	background:url(../img/bg_navpoint.gif) top left no-repeat;
}