#breadCrumb {
	padding: 10px 0px;
}

#buttonBar {
	float: right;
	width: 250px;
}

#toolBox {
	width: 790px;
	background-image: url("verlauf_einschub.png");
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#E9E9E9;
	margin-left: 1px;
	/* border-bottom: 1px solid #9BC8E5; */
	padding: 0px 5px;
}

.notabs {
	border-bottom: 1px solid #9BC8E5;
}

* html #toolBox {
	padding-bottom: 0px;
}

*+html #toolBox {
	padding-bottom: 0px;
}

.narrow #toolBox {
	width: 591px;
}

* html .narrow #toolBox {
	width: 601px;
	overflow: hidden;
}

* html .wide #toolBox {
	width: 800px;
	overflow: hidden;
}

#tabNavigation {
	background: #F0F0F0 url("navTab_bg.gif") repeat-x scroll center bottom; 
	float: left;
	width: 100%;
	margin-left: -5px;
	padding: 10px 0px 0px 5px;
}

.narrow #tabNavigation {
	width: 596px;
}

* html .narrow #tabNavigation {
	margin-left: -3px;
	width: 601px;
}

.wide #tabNavigation {
	width: 795px;
}

* html .wide #tabNavigation {
	width: 801px;
	margin-left: -3px;
}

#tabNavigation ul {
	margin: 0;
	padding: 0;
	list-style: none
}

#tabNavigation li {
	float: left;
	background: url("navTab_left.gif") no-repeat left top;
	margin: 0 1px 0 0;
	padding: 0 0 0 2px;
}

#tabNavigation a {
	float: left;
	display: block;
	background: url("navTab_right.gif") no-repeat right top;
	padding: 1px 3px 2px 1px;
	text-decoration: none;
	font-weight: bold;
	color: #999;
	font-family: Arial, Helvetica, Verdana;
	font-size: 10px;
	float: none;
}

#tabNavigation a:hover {
	color: #000
}

#tabNavigation .activeHomeTab, #tabNavigation .inactiveHomeTab {
	background: none;
	overflow: hidden;
}

#tabNavigation .activeHomeTab {
	margin-top: -3px;
	height: 19px;
}

#tabNavigation .inactiveHomeTab {
	margin-top: -4px;
	height: 19px;	
}


#tabNavigation .activeHomeTab a, #tabNavigation .inactiveHomeTab a {
	background: none;
	padding: 0;
}


#tabNavigation .active {
	background-image: url("navTab_left_on.gif");
	margin-top: -2px;
}

#tabNavigation .active a {
	float: left;
	display: block;
	background-image: url("navTab_right_on.gif");
	padding: 2px 4px 4px 2px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

#tabNavigation .active a span.hometab {
	color: #E1081B;
}

#tabNavigation a span.hometab {
	font-family: Courier;
	font-size: 100%;
	line-height: 100%;
}



#tabNavigation .hidden {
	float: right;
	background-image: none;
	padding: 2px 8px 2px 8px;
}

