.D1{font-size: 16pt; font-family:Arial Rounded MT Bold, verdana; font-weight: normal; text-decoration: none; color: #7D0038}
.D2{font-size: 10pt; font-weight: bold; text-decoration: none; color: #7D0038;}
.E1{font-size: 16pt; font-family:Arial Rounded MT Bold, verdana; font-weight: normal; text-decoration: none; color: #01767D}
.E2{font-size: 10pt; font-weight: bold; text-decoration: none; color: #01767D;}
.A1{font-size: 10pt; font-weight: bold; text-decoration: none; color: #000000;}
.A2{font-size: 8pt; font-weight: normal; text-decoration: none; color: #777777;}
.LINE{line-height: 1.6;}
.SUB {vertical-align: sub; font-size: 70%}
img.Bilder { border: 1px solid #999999 }

table.WebYepGalleryContainer td {
	text-align: left;
	vertical-align: top;
	border-bottom: 10px solid transparent;
}

.WebYepGalleryText {font-size: 7pt; font-weight: normal; text-decoration: none; color: #777777;}



/* Links im Fliesstext */

a:link{text-decoration: underline; }
a:visited{text-decoration: underline; }
a:active{text-decoration: underline; }
a:hover{text-decoration: underline; font-weight: bold; color: #004E54; }

/* Allgemeines */
.MyMenu {
	font-family: sans-serif;
	float: left;
	margin-right: 0px;
	margin-left: 1px;
	width: 159px;
}

/* jeder Menüpunkt */
.MyMenu a {
	display: block;
	border-bottom: 1px solid #004E54;
	border-left: 0px solid #F9F9E2;
	border-right: 0px solid #F9F9E2;
/* oben, breite nach text, unten, links */
	padding: 7px 20px 7px 20px;
	background-repeat: no-repeat;
/* Position button */
	background-position: 7px 0px;
	font-weight: normal;
}

/* erster Menüpunkt  */
.MyMenu a.WebYepMenuFirstItem {
	border-top: 0px solid #D4AD00;
}

/* 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: 35px;
	background-position: 20px 0px;
}

/* All menu item's anchor tags of third menu level */
.MyMenu li li li a {
	padding-left: 45px;
	background-position: 30px 0px;
}

/* All menu item's anchor tags of fourth menu level and below */
.MyMenu li li li li a {
	padding-left: 55px;
	background-position: 40px 0px;
}

/* Menütitel */
.MyMenu a.WebYepMenuTitle {
	background-image: url(triangle.gif);
}

/* Offene Menütitel */
.MyMenu a:link.WebYepMenuTitleExpanded,
.MyMenu a:active.WebYepMenuTitleExpanded,
.MyMenu a:hover.WebYepMenuTitleExpanded {
     background-image: url(triangle_x.gif);
     color: #920305;
	font-weight: bold;
	background-color: #40989E;
}

/* hintergrund*/
.MyMenu a:link, .MyMenu a:visited {
	text-decoration: none;
	color: #003438;
	font-weight: bold;
	/* hintergrund*/
	background-color: transparent;
}

/* Alle anderen Menüpunkte bei Mouseover */
.MyMenu a:hover {
	text-decoration: none;
	color: #F0F0F0;
	background-color: #40989E;
	font-weight: bold;
}

/* Activer Menüpunkt Farbe */
.MyMenu a:link.WebYepMenuCurrentItem,
.MyMenu a:visited.WebYepMenuCurrentItem {
	color: #F0F0F0;
	background-color: #40989E;
	font-weight: bold;
}

/* Aktiver Menüpunkt bei Mouseover*/
.MyMenu a:active {
	color:  #F0F0F0;
	background-color: #40989E;
}

/* All trees */
.MyMenu ul {
	list-style-type: none;
	margin:  0;
	padding: 0;
}

/* All items */
.MyMenu li {
	margin: 0;
	padding: 0;
	display: inline;
}
