
/*                                               */
/*               Kopfhauptmenü                   */
/*                                               */

#headmainmenu {
	margin: 11px 0 0 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #AF3F9D;
}

.divKopfmenu2 {
	background-image: url(../../_images/kopfmenu2.jpg);
	margin: 0;
	padding: 0;
	display: block;
	width: 1003px;
}


.soda1 {
	margin: 0;
	padding: 0;
	display: block;
}

table.tableKopfmenu {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #AF3F9D;
	margin-left: 10px;
}	

/* Status Normal */
.mainmenu-no {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #AF3F9D;
	font-size: 13px;
	font-weight: bold;
	line-height:14px;
}

div.mainmenu-no a {
    color: #6B7277;
	text-transform: uppercase;
	text-decoration: none;   
	white-space: nowrap;
}

div.mainmenu-no a:link, div.mainmenu-no a:visited {
   color: #6B7277;
}

div.mainmenu-no a:hover {
   color: #000000;
   line-height:14px;
   text-decoration: none;
}

/* Status Activ */
div.mainmenu-act {
	font-size: 13px;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #AF3F9D;
}

div.mainmenu-act a,
div.mainmenu-act a:link,
div.mainmenu-act a:hover,
div.mainmenu-act a:visited {
    color: #000000;
    background-color: #E0B3D8; 
    text-transform: uppercase;
    text-decoration: none; 
    line-height:14px;
	white-space: nowrap;
}


