.nav_tab_rand {
  background-image: url(../img/pix_nav_haupt_tab_rand.gif);
}

.nav_unten_zu {
  background-image: url(../img/pix_nav_haupt_tab_unten_zu.gif);
}

.nav_unten_auf {
  background-image: url(../img/pix_nav_haupt_tab_unten_auf.gif);
}

.nav_haupt_reaussen {
	background-image: url(../img/pix_nav_haupt_tab_rand_reaussen.gif);
}

.nav_haupt_empty {
	background-image: url(../img/pix_nav_haupt_tab_back.jpg);
}
a.nav_haupt_link {
	display: block;
	height: 23px;
 	line-height: 23px;
	padding: 0px 15px 0px;
	text-align: center;
	text-decoration: none;
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	color: #7B6A3A;
	background-image: url(../img/pix_nav_haupt_out_bg.gif);
}

a.nav_haupt_link:hover {
	color: #ED0C06;
	background-image: url(../img/pix_nav_haupt_over_bg.gif);
}

a.nav_haupt_link_konto {
	display: block;
	height: 23px;
 	line-height: 23px;
	padding: 0px 10px 0px;
	text-align: center;
	text-decoration: none;
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	color: #7B6A3A;
	background-image: url(../img/pix_nav_haupt_out_bg.gif);
}

a.nav_haupt_link_konto:hover {
	color: #ED0C06;
	background-image: url(../img/pix_nav_haupt_over_bg.gif);
}

.nav_haupt_link_konto_active {
	background-image: url(../img/pix_nav_haupt_over_bg.gif);
}

.nav_sub_tab {
	background-image: url(../img/pix_nav_sub_bg.gif);
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
	color: #818180; /* hier die farbe f�r die pipes */
}

a.nav_sub_link, .nav_selected {
	display: block;
	height: 23px;
 	line-height: 23px;
	padding: 0px 6px 0px;
	text-align: center;
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
	color: #7B6A3A;
}

a.nav_sub_link:hover {
	color: #ED0C06;
}

.nav_selected 
{
	color: #ED0C06;
}

.nav_pulldown_link {
	position: absolute;
	visibility: hidden;
	border: 1px solid #D5D4BA;
	border-top-width: 0;
	font: normal 12px Arial;
	line-height: 16px;
	z-index: 100;
	background-color: #FAFBF8;
	padding: 4px 0 6px 0;
	width: 205px;
}

.nav_pulldown_link a {
	width: 100%;
	display: block;
	padding: 1px 0;
	text-decoration: none;
	text-indent: 7px;
	color: #7B6A3A;
}

.nav_pulldown_link a:hover {
	background-color: #FFFFFF;
	color: #ED0C06;
}

.KontoNavigation {
	height: 25px;
	width: 302px !important;
	width: 303px;
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	border-left: 1px solid #d5d4ba;
	border-right: 1px solid #d5d4ba;
	border-top: 1px solid #d5d4ba;
}

.KontoNavigation ul {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}

.KontoNavigation li {
	padding: 5px 10px;
	margin: 0;
	float: left;
	width: auto;
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	list-style: none;
	text-indent: 0px;
}

.KontoNavigation a {
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	color: #7b6a3a;
	text-decoration: none;
}

.KontoNavigation a:hover {
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	color: #ed0c06;
	text-decoration: none;
}

.KontoNavigation .active {
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	background: #666;
}

.KontoNavigation .LeftTab {
	border-right: 1px solid #d5d4ba;
	background: #fff;
	cursor: pointer;
}

.KontoNavigation .MiddleTab {
	border-right: 1px solid #d5d4ba;
	background: #fff;
	cursor: pointer;
}

.KontoNavigation .MiddleTabNew {
	background: #fff;
	cursor: pointer;
}

.KontoNavigation .RightTab {
	background: #fff;
	cursor: pointer;
}

.grey {
	color: #A8A8A8;
}