.H1{font-size: 16pt; font-weight: bold; text-decoration: none; color: #399873}
.H2{font-size: 10pt; font-weight: bold; text-decoration: none; color: #920305;}
.H3{font-size: 8pt; font-weight: bold; text-decoration: none; color: #00007F;}
.H4{font-size: 8pt; font-weight: normal; text-decoration: underline; color: #000000;}
.H5{font-size: 7pt; 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: #0066BF; }

/* Allgemeines */
.MyMenu {
	font-family: sans-serif;
	float: left;
	margin-right: 0px;
	width: 159px;
}

/* jeder Menüpunkt */
.MyMenu a {
	display: block;
	border-bottom: 1px solid #D4AD00;
	border-left: 0px solid #F9F9E2;
	border-right: 0px solid #F9F9E2;
/* oben, breite nach text, unten, links */
	padding: 8px 20px 8px 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 {
     color: #920305;
	font-weight: bold;
	background-color: #FFF1BB;
}

/* hintergrund*/
.MyMenu a:link, .MyMenu a:visited {
	text-decoration: none;
	color: #920305;
	font-weight: bold;
	/* hintergrund*/
	background-color: transparent;
}

/* Alle anderen Menüpunkte bei Mouseover */
.MyMenu a:hover {
	text-decoration: none;
	color: #920305;
	background-color: #FFF1BB;
	font-weight: bold;
}

/* Activer Menüpunkt Farbe */
.MyMenu a:link.WebYepMenuCurrentItem,
.MyMenu a:visited.WebYepMenuCurrentItem {
	color: #920305;
	background-color: #FFF1BB;
	font-weight: bold;
}

/* Aktiver Menüpunkt bei Mouseover*/
.MyMenu a:active {
	color:  #920305;
	background-color: #FFF1BB;
}

/* All trees */
.MyMenu ul {
	list-style-type: none;
	margin:  0;
	padding: 0;
}

/* All items */
.MyMenu li {
	margin: 0;
	padding: 0;
	display: inline;
}
