﻿/* Navigation Box */
.boxhead 
{
	background: url(../../Images/Facelift09/Containers/headers/blue-l.png) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: left;
	padding: 5px 0px 5px 0px;
}
.boxhead h2 
{
	margin: 0;
	padding: 5px 20px 5px 10px;
	color: white; 
	font-size:12px;
}

/* Navigation Item */
table.navigation
{
	border: 0;
}
table.navigation a 
{
	display:inline-block;
	text-decoration: none;
	overflow: hidden;
}
.firstnav_act
{
	background-image: url(/Images/navigation/nav_a_offen.png);
	height: 28px;
	padding: 0px 0px 0px 26px;
	vertical-align: middle;
	font-weight:bold;
	font-size:11px;
	color: #FF7500;	
}
.nav_act
{
	background-image: url(/Images/navigation/nav_a_offen.png);
	height: 28px;
	padding: 0px 0px 0px 26px;
	vertical-align: middle;
	color: #FF7500;
	font-weight:bold;
	font-size:11px;
}

.firstnav_act a, .firstnav_inact a, .nav_act a, .nav_inact a, .nav_inact_last a, .nav_act_last a
{
	width: 150px;
	height: 20px;
	padding: 8px 0 0 26px;
}
.firstnav_act a, .nav_act a
{
	color: #FF7500;
	font-weight: bold;
	background: transparent url(/Images/Navigation/nav_a_offen.png) no-repeat top left;	
}
.firstnav_inact a, .nav_inact a
{
	color: #003468;
	background: transparent url(/Images/Navigation/nav_a.png) no-repeat top left;
}
.nav_inact_last a
{
	color: #003468;
	height: 21px;
	background: transparent url(/Images/Navigation/nav_a_abschluss.png) no-repeat top left;
}

.firstnav_inact a:hover, .nav_inact a:hover, .nav_inact_last a:hover
{
	color: #FF7500;
}

.subnav_act a, .subnav a, .subnav_last a, .subnav_last_act a 
{
	height: 17px;
	width: 150px;
	padding: 4px 0 0 26px;
}

.subnav a, .subnav_last a
{
	color: #003468;
	background: transparent url(/Images/Navigation/nav_b.png) no-repeat top left;
}
.subnav a:hover, .subnav_last a:hover
{
	color: #FF7500;
	background: transparent url(/Images/Navigation/nav_b_aktiv.png) no-repeat top left;
}

.subnav_act a, .subnav_last_act a
{
	color: #FF7500;
	font-weight: bold;
	background: transparent url(/Images/Navigation/nav_b_aktiv.png) no-repeat top left;
}

#navroot3 .subnav_last a 
{
	height: 19px;
	background: transparent url(/Images/Navigation/nav_b_abschluss.png) no-repeat top left;
}
#navroot3 .subnav_last a:hover
{
	color: #FF7500;
	height: 19px;
	background: transparent url(/Images/Navigation/nav_b_aktiv_abschluss.png) no-repeat top left;
}
#navroot3 .subnav_last_act a 
{ 
	height: 19px;
	font-weight: bold;
	color: #FF7500;
	background: transparent url(/Images/Navigation/nav_b_aktiv_abschluss.png) no-repeat top left;
}

/* ScoutBox for Navigation */
body.a-sbhead-r, body.a-bhead-r, body.a-body-r {
	font-family: Verdana;
	font-size: 12px;
	color: #000066;
	background-color: White;
}
p.a-sbhead-r, td.a-sbhead-r, th.a-sbhead-r, input.a-sbhead-r, 
p.a-bhead-r, td.a-bhead-r, th.a-bhead-r, input.a-bhead-r {
	font-family: Verdana;
	font-size: 12px;
	color: #000066;
}
h2.a-sbhead-r, h2.a-bhead-r {
	font-size: 12px;
	color: White;
	font-weight: bold;
}
.a-sbbody {
	/*background: url(/images/scout24/a-sbbody-l.gif) no-repeat bottom left;*/
}
.a-sbhead-r {
	background: url(/images/scout24/a-sbhead-r.gif) no-repeat top right;
	margin: 0;
	text-align: left;
	padding: 5px 0px 4px 0px;
}
.a-sbhead-r h2 {
	background: url(/images/scout24/a-sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 5px 20px 4px 13px;
	color: white; 
}
.a-sbboby-r {
	background: url(/images/scout24/a-sbboby-r.gif) no-repeat bottom right;
	margin: 0px 0px 0px 4px;
}


.subnav_absolut_last_act
{
	background-image: url(/Images/navigation/nav_b_aktiv_abschluss.png);
	height: 24px;
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
	font-weight:bold;
	color: #FF7500;
	padding-left:25px;
}

.subnav_absolut_last_act a, .subnav_absolut_last_act a:hover {
	/*background:transparent url(/Images/Navigation/nav_b_aktiv.png) no-repeat scroll left top;*/
	color:#FF7500;
}