﻿

/* Navigation unter Seitenüberschrift */
#box-nav-active{
	height: 50px;
	top: 190px;
	position: absolute;
	background-color: white;
	width: 152.25px;
	background-repeat:none;
	border-right: 1px solid #00AFEC;
	border-bottom: 1px solid #00AFEC;
}
#box-nav-active a{
	display: block;
	width: 152.25px;
	top: 7px;
	color: #008ab9;	
	position:absolute;
	font-weight:bold;
	text-decoration: none;
	float:inherit;	
	margin-bottom: 14px;
	text-align: center;
}

#box-nav-inactive{
	height: 38px;
	top: 190px;
	position: absolute;
	background-color: white;
	width: 152.25px;
	background-repeat:none;
	border-right: 1px solid #00AFEC;
	border-bottom: 1px solid #00AFEC;
}
#box-nav-inactive a{
	display: block;
	width: 152.25px;
	top: 7px;
	color: #008ab9;
	position:absolute;
	text-decoration: none;
	float:inherit;
	
	margin-bottom: 14px;
	text-align: center;
}

/* ENDE-Navigation unter Seitenüberschrift */

