
#nav {
	float: left;
	font: bold 16px Arial, Verdana, Helvetica, sans-serif;
	line-height: normal;
	width: 100%;
}

#nav ul {
	margin: 10px 0;
	padding: 0px;
	list-style: none;
}

#nav li {
	display: block;
	margin: 0;
	background: url(images/bg_nav.gif) repeat-x bottom left;
}

#nav a {
	display: block;
	padding: 6px 10px;
	text-align: left;
	text-decoration: none;
	color: #004f96;
	height: auto !important;
	height: 21px;
	min-height: 21px;
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#nav a {
	float: none;
}

/* End IE5-Mac hack */
#nav a:hover {
}
#nav .active a {
	background: #ffffff url("../../media/design/1x1.gif") no-repeat center bottom;
	color: #6a6a6a;
	font-weight: bold;
}
#startseite { width: 200px; background: #ff9600 url(../../media/design/bg_nav_startseite.gif) repeat-x top left; }
#auftraggeber { width: 200px; background: #0899dc url(../../media/design/bg_nav_auftraggeber.gif) repeat-x top left; }
#auftragnehmer { width: 200px; background: #1e7e00 url(../../media/design/bg_nav_auftragnehmer.gif) repeat-x top left; }

.flag a { padding: 9px 10px 3px!important; background-color: #aaaaaa; }
.flagactive a { padding: 9px 10px 3px!important; background-color: #767676; }

/* subnav */
#subnav {
	font: normal 14px Arial, Verdana, Helvetica, sans-serif;
	width: 70%;
}

#subnav ul {
	margin: 0;
	padding: 15px 5px;
	list-style: none;
}

#subnav li {
	float: left !important;
	margin: 0;
	border-right: 1px solid #929292;
	border-left: 1px solid #d7d7d7;
	padding: 0px 10px;
}

#subnav a {
	float: left;
	display: block;
	text-align: center;
	color: #6a6a6a;
	text-decoration: none;
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#subnav a {
	float: none;
}

/* End IE5-Mac hack */
#subnav a:hover {
}
#subnav .active a {
	background: #ffffff url("../../media/design/1x1.gif") no-repeat center bottom;
	color: #6a6a6a;
	font-weight: bold;
}
