.H1{font-size: 18pt; font-weight: normal; text-decoration: none; color: #9C2222;}
.H2{font-size: 10pt; font-weight: bold; text-decoration: none; color: #500000;}
.H3{font-size: 8pt; font-weight: bold; text-decoration: none; color: #500000;}
.H4{font-size: 7pt; font-weight: normal; text-decoration: none; color: #803915;}
.LINE{line-height: 1.6;}
img.Bilder { border: 1px solid #FFFFFF;}

hr{
 border: 0px; /* Für Firefox und Opera */
 border-top: solid 1px #9C2222;
 border-bottom: transparent;
}


.WebYepGalleryImage img { border: 1px solid #FFFFFF;}

.WebYepGalleryContainer td { 
      border: 5px solid transparent;
	vertical-align: top;}
.WebYepGalleryContainer tr 

.WebYepGalleryText {font-size: 7pt; font-weight: normal; text-decoration: none; color: #803915;}

/* Links im Fliesstext */

a:link{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; }



/* Allgemeines */
.MyMenu {
	font-family: sans-serif;
	float: left;
	margin-right: 0px;
	margin-left: 10px;
	width: 150px;
}

/* jeder Menüpunkt */
.MyMenu a {
	display: block;
	border-bottom: 1px solid #DD6105;
	border-left: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
/* oben, breite nach text, unten, links */
	padding: 7px 0px 7px 20px;
	background-repeat: no-repeat;
/* Position button */
	background-position: 6px 6px;
	font-weight: normal;
}

/* erster Menüpunkt  */
.MyMenu a.WebYepMenuFirstItem {
	border-top: 0px solid #F47A00;
}

/* 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: 30px;
	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: 50px;
}

/* Menütitel */
.MyMenu a.WebYepMenuTitle {
	background-image: url(triangle.gif);
}

/* Offene Menütitel */
.MyMenu a.WebYepMenuTitleExpanded {
	background-image: url(triangle_x.gif);
	font-weight: bold;
}

/* hintergrund*/
.MyMenu a:link, .MyMenu a:visited {
	text-decoration: none;
      font-weight: bold;
	color: #FDB803;
	/* hintergrund*/
	background-color: transparent;
}

/* Alle anderen Menüpunkte bei Mouseover */
.MyMenu a:hover {
	text-decoration: none;
	color: #FDB803;
	background-color: DD6105;
	font-weight: bold;
	font-style: normal;
}

/* Activer Menüpunkt Farbe */
.MyMenu a.WebYepMenuCurrentItem, .MyMenu a:active, .MyMenu  
a.WebYepMenuCurrentItem:visited {
	color: #FDB803;
	background-color: DD6105;
	font-weight: bold;
	font-style: normal;
}

/* Aktiver Menüpunkt bei Mouseover*/
.MyMenu a:hover, .MyMenu a:active {
	color:  #FDB803;
	background-color: DD6105;
	font-weight: bold;
	font-style: normal;
}

/* All trees */
.MyMenu ul {
	list-style-type: none;
	margin:  0;
	padding: 0;
}

/* All items */
.MyMenu li {
	margin: 0;
	padding: 0;
	display: inline;
}