 .H1{font-size: 10pt; font-weight: bold; text-decoration: none; color: #AD8200;}
 .H1R{font-size: 10pt; font-weight: bold; text-decoration: none; color: #FF0000;}
 .H2{font-size: 8pt; font-weight: bold; text-decoration: none; color: #000000;}
 .H3{font-size: 8pt; font-weight: bold; text-decoration: none; color: #FF0000;}
 .H4{font-size: 7pt; font-weight: normal; text-decoration: none; color: #AD8200;}
 .LINE{line-height: 1.6;}
 img.Bilder { border: 1px solid #999999 }


/* Links im Fliesstext */

A:link{font-weight: bold; text-decoration: none;}
A:visited{font-weight: bold; text-decoration: none;}
A:active{text-decoration: none;font-weight: bold;}
A:hover{color:black; text-decoration: none; font-weight: bold;}

/* Allgemeines */
.MyMenu {
	font-family: sans-serif;
	float: left;
	margin-right: 0px;
	width: 159px;
}

/* jeder Menüpunkt */
.MyMenu a {
	display: block;
	border-bottom: 1px solid #FFFFFF;
	border-left: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
/* oben, breite nach text, unten, links */
	padding: 5px 20px 5px 30px;
	background-repeat: no-repeat;
/* Position button */
	background-position: 7px 0px;
	font-weight: bold;
}

/* erster Menüpunkt  */
.MyMenu a.WebYepMenuFirstItem {
	border-top: 0px solid #FFFFFF;
}

/* Like above, but only for second menu level and below */
.MyMenu li li a.WebYepMenuFirstItem {
	border-top: none;
}

/* All menu item's anchor tags of second menu level */
.MyMenu li li a {
	padding-left: 20px;
	background-position: 5px 4px;
}

/* All menu item's anchor tags of third menu level */
.MyMenu li li li a {
	padding-left: 40px;
}

/* All menu item's anchor tags of fourth menu level and below */
.MyMenu li li li li a {
	padding-left: 60px;
}

/* Menütitel */
.MyMenu a.WebYepMenuTitle {
	background-image: url(triangle.gif);
}

/* Offene Menütitel */
.MyMenu a.WebYepMenuTitleExpanded {
	background-image: url(triangle_x.gif);
}

/* hintergrund*/
.MyMenu a:link, .MyMenu a:visited {
	text-decoration: none;
	color: #000000;
	/* hintergrund*/
	background-color: transparent;
}

/* Alle anderen Menüpunkte bei Mouseover */
.MyMenu a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #FBF1D9;
}

/* Activer Menüpunkt Farbe */
.MyMenu a.WebYepMenuCurrentItem, .MyMenu a:active, .MyMenu  
a.WebYepMenuCurrentItem:visited {
	color: #888888;
	background-color: #FBF1D9;
}

/* Aktiver Menüpunkt bei Mouseover*/
.MyMenu a:hover, .MyMenu a:active {
	color:  #888888;
	background-color: #FBF1D9;
}

/* All trees */
.MyMenu ul {
	list-style-type: none;
	margin:  0;
	padding: 0;
}

/* All items */
.MyMenu li {
	margin: 0;
	padding: 0;
	display: inline;
}
