.H1{font-size: 12pt; font-weight: bold; text-decoration: none; color: #000000}
.H2{font-size: 10pt; font-weight: bold; text-decoration: none; color: #000000;}
.H3{font-size: 8pt; font-weight: bold; text-decoration: none; color: #629EDC;}
.H4{font-size: 8pt; font-weight: normal; text-decoration: none; color: #000000;}
.H5{font-size: 7pt; font-weight: normal; text-decoration: none; color: #666666;}
.H6{font-size: 8pt; font-weight: bold; text-decoration: none; color: #008000;}
.H7{font-size: 8pt; font-weight: bold; text-decoration: none; color: #FF0000;}

.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;
	padding-bottom:10px;
}

.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: #629EDC; }

/* Allgemeines */
.MyMenu {
	font-family: sans-serif;
	float: left;
	margin-right: 0px;
	width: 160px;
}

/* jeder Menüpunkt */
.MyMenu a {
	display: block;
	border-bottom: 1px solid #47403B;
	border-left: 0px solid #3373B5;
	border-right: 0px solid #3373B5;
/* 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 #47403B;
}

/* 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: #47403B;
	font-weight: bold;
	background-color: #D3DEE7;
}

/* hintergrund*/
.MyMenu a:link, .MyMenu a:visited {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	/* hintergrund*/
	background-color: transparent;
}

/* Alle anderen Menüpunkte bei Mouseover */
.MyMenu a:hover {
	text-decoration: none;
	color: #47403B;
	background-color: #E1E8EE;
	font-weight: bold;
}

/* Activer Menüpunkt Farbe */
.MyMenu a:link.WebYepMenuCurrentItem,
.MyMenu a:visited.WebYepMenuCurrentItem {
	color: #47403B;
	background-color: #E1E8EE;
	font-weight: bold;
}

/* Aktiver Menüpunkt bei Mouseover*/
.MyMenu a:active {
	color:  #47403B;
	background-color: #E1E8EE;
}

/* All trees */
.MyMenu ul {
	list-style-type: none;
	margin:  0;
	padding: 0;
}

/* All items */
.MyMenu li {
	margin: 0;
	padding: 0;
	display: inline;
}