/* Menütabelle */
#horiz-menu-table {
	background-color: #DCDCDC;
	width: 1000px;
	border-left: 2px solid white;
	border-right: 2px solid white;
}

/************* ERSTES HORIZONTALES MENÜ **************************/

/* Menüpunkt -> Normal */
.horiz-menu-normal { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; 
	margin-bottom: 1px; 
	text-align: center; 
	width: 108px;
	border-width: 0px;
	padding-left:8px;
	padding-right:8px;
	padding-top: 2px;
	padding-bottom: 3px; 
	text-decoration:none;
	border-right: 2px solid white;
   color: Gray;
   background-color: #DCDCDC;
}

.horiz-menu-normal a { 
	margin-left:5px;
	color: Gray;
	text-decoration: underline;
	border: 0px;
}

/* Menüpunkte bei MouseOver */
.horiz-menu-normal a:hover {
	color: Black;
	text-decoration: underline;
}

/* Menüpunkt -> Aktiv */
.horiz-menu-active { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; 
	margin-bottom:1px; 
	text-align:center; 
	width:108px; 
	border-width:1px;
	padding-left:8px;
	padding-right:8px;
	padding-top: 2px;
	padding-bottom: 3px;
	text-decoration:none;
	border-right: 2px solid white;
   color: Black;
	font-weight: bold;
   background-color: #C9C9C9;
}

.horiz-menu-active a { 
	margin-left:5px;
	color: Black;
	text-decoration: none;
	border: 0px;
}

/* Menüpunkte bei MouseOver */
.horiz-menu-active a:hover {
	color: Black;
	text-decoration: underline;
}

/********************** ZWEIZEILIGES HORIZONTALES MENÜ **************/

/************* ERSTES HORIZONTALES MENÜ **************************/

/* Menüpunkt -> Normal */
.horiz-menu1-normal { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; 
	margin-bottom:1px; 
	text-align:center; 
	width:108px;
	border-width: 0px;
	padding-left:8px;
	padding-right:8px;
	padding-top: 2px;
	padding-bottom: 3px; 
	text-decoration:none;
	border-right: 2px solid white;
   color: Gray;
   background-color: #DCDCDC;
	border-bottom: 2px solid white;
}

.horiz-menu1-normal a { 
	margin-left:5px;
	color: Gray;
	text-decoration: underline;
	border: 0px;
}

/* Menüpunkte bei MouseOver */
.horiz-menu1-normal a:hover {
	color: Black;
	text-decoration: underline;
}

/* Menüpunkt -> Aktiv */
.horiz-menu1-active { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; 
	margin-bottom:1px; 
	text-align:center; 
	width:108px; 
	border-width:1px;
	padding-left:8px;
	padding-right:8px;
	padding-top: 2px;
	padding-bottom: 3px;
	text-decoration:none;
	border-right: 2px solid white;
   color: Black;
	font-weight: bold;
   background-color: #C9C9C9;
	border-bottom: 2px dotted white;
}

.horiz-menu1-active a { 
	margin-left:5px;
	color: Black;
	text-decoration: none;
	border: 0px;
}

/* Menüpunkte bei MouseOver */
.horiz-menu1-active a:hover {
	color: Black;
	text-decoration: underline;
}

/********************** ZWEITES HORIZONTALES MENÜ ************/

/*DIV hinter Menü */
#horiz-menu2 {
	background-color: #C9C9C9;
	width: 100%;
}

/* Menüpunkt -> Normal */
.horiz-menu2-normal { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; 
	margin-bottom:1px; 
	text-align:center; 
	width:108px;
	border-width: 0px;
	padding-left:8px;
	padding-right:8px;
	padding-top: 2px;
	padding-bottom: 3px; 
	text-decoration:none;
	border-right: 2px solid white;
   color: Gray;
   background-color: #C9C9C9;
}

.horiz-menu2-normal a { 
	margin-left:5px;
	color: Gray;
	text-decoration: underline;
	border: 0px;
}

/* Menüpunkte bei MouseOver */
.horiz-menu2-normal a:hover {
	color: Black;
	text-decoration: underline;
}

/* Menüpunkt -> Aktiv */
.horiz-menu2-active { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; 
	margin-bottom:1px; 
	text-align:center; 
	width:108px; 
	border-width:1px;
	padding-left:8px;
	padding-right:8px;
	padding-top: 2px;
	padding-bottom: 3px;
	text-decoration:none;
	border-right: 2px solid white;
   color: Black;
	font-weight: bold;
   background-color: #B7B7B7; 
}

.horiz-menu2-active a { 
	margin-left:5px;
	color: Black;
	text-decoration: none;
	border: 0px;
}

/* Menüpunkte bei MouseOver */
.horiz-menu2-active a:hover {
	color: Black;
	text-decoration: underline;
}
