.H1{font-size: 14pt; font-style:italic; font-weight: bold; text-decoration: none; color: #8A8A8A;}
.H2{font-size: 14pt; font-style:italic; font-weight: bold; text-decoration: none; color: #F49504;}
.H3{font-size: 10pt; font-style:italic; font-weight: bold; text-decoration: none; color: #8A8A8A;}
.H4{font-size: 10pt; font-style:italic; font-weight: bold; text-decoration: none; color: #F49504;}
.H10{font-size: 7pt; font-weight: normal; text-decoration: none; color: #8A8A8A;}


.LINE{line-height: 1.7;}

img.Bilder { border: 1px solid #5F5F5F;}



/* Galerie */
.WebYepGalleryText {font-size: 7pt; font-family:verdana, font-weight: normal; text-decoration: none; color: #777777; margin-bottom:20px}
/* Galerie Bild */
.WebYepGalleryImage img {border: 1px solid #E0E0E0;}
/* Galerie Zelle */
.WebYepGalleryImage {border: 0px solid #E0E0E0; margin-bottom:10px}

table.WebYepGalleryContainer td {
	text-align: center;
	image-align: center;
	vertical-align: top;
	margin-bottom:0px solid #FFFFFF;
}

hr{
 border: 1px; /* Für Firefox und Opera */
 border-top: solid 1px #8A8A8A;
 border-bottom: transparent;
}


/* Links im Fliesstext */

a:link{font-family: arial; font-size: 10pt; text-decoration: underline; font-weight: normal;}
a:visited{text-decoration: underline; font-weight: normal;}
a:active{text-decoration: underline; font-weight: bold;}
a:hover{text-decoration: underline; font-weight: bold; }


.tre a:link{font-size: 9pt; font-weight: normal; text-decoration: none; color: #FFF41C;}
.tre a:visited{font-size: 9pt; font-weight: normal; text-decoration: none; color: #FFF41C;}
.tre a:active{background-color: #FFF41C; font-size: 8pt; font-weight: bold; color: #0083D9; margin-top: 10px; 
padding-top: 2px; padding-right: 4px; padding-bottom: 2px; padding-left: 4px; font-weight:bold; margin: 0 0 2em 0; line-height: 2.25em;}

.tre a:hover{background-color: #FFF41C; font-size: 8pt; font-weight: bold; color: #0083D9; margin-top: 10px; 
padding-top: 2px; padding-right:4px; padding-bottom: 2px; padding-left: 4px; font-weight:bold; margin: 0 0 2em 0; line-height: 2.25em;}

.ACTIVE{background-color: #FFF41C; font-size: 9pt; font-weight: bold; color: #0083D9; margin-top: 10px; 
padding-top: 6px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; font-weight:bold; margin: 0 0 2em 0; line-height: 2.25em;}

.TR{font-size: 9pt; font-weight: bold; text-decoration: none; color: #6297DB;}



/* Allgemeines */
.MyMenu {
	font-family: sans-serif;
	float: left;
	margin-right: 0px;
	margin-left: 10px;
	width: 120px;
}

/* jeder Menüpunkt */
.MyMenu a {
	display: block;
	border-bottom: 1px solid #313131;
	border-left: 0px solid #F9F9E2;
	border-right: 0px solid #F9F9E2;
/* oben, breite nach text, unten, links */
	padding: 5px 0px 5px 10px;
	background-repeat: no-repeat;
/* Position button */
	background-position: 0px 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: 20px;
	background-position: 20px 0px;
}

/* All menu item's anchor tags of third menu level */
.MyMenu li li li a {
	padding-left: 35px;
	background-position: 30px 0px;
}

/* All menu item's anchor tags of fourth menu level and below */
.MyMenu li li li li a {
	padding-left: 45px;
	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: #BEBEBE;
	font-weight: bold;
	background-color: transparent;
}

/* hintergrund*/
.MyMenu a:link, .MyMenu a:visited {
	text-decoration: none;
	color: #8A8A8A;
	font-weight: normal;
	/* hintergrund*/
	background-color: transparent;
}

/* Alle anderen Menüpunkte bei Mouseover */
.MyMenu a:hover {
	background-image: url(dot.gif);
	text-decoration: none;
	color: #BEBEBE;
	background-color: transparent;
	font-weight: bold;
}

/* Activer Menüpunkt Farbe */
.MyMenu a:link.WebYepMenuCurrentItem,
.MyMenu a:visited.WebYepMenuCurrentItem {
	background-image: url(dot.gif);
	color: #BEBEBE;
	background-color: transparent;
	font-weight: bold;
}

/* Aktiver Menüpunkt bei Mouseover*/
.MyMenu a:active {
	color:  #BEBEBE;
	background-color: transparent;
}

/* All trees */
.MyMenu ul {
	list-style-type: none;
	margin:  0;
	padding: 0;
}

/* All items */
.MyMenu li {
	margin: 0;
	padding: 0;
	display: inline;
}