 .K1{font-size: 10pt; font-weight: bold; text-decoration: none; color: #FFFFFF;}
 .H1{font-size: 10pt; font-weight: bold; text-decoration: none; color: #000000;}
 .H2{font-size: 8pt; font-weight: bold; text-decoration: none; color: #000000;}
 .H3{font-size: 8pt; font-weight: bold; text-decoration: none; color: #E80027;}
 .H4{font-size: 7pt; font-weight: normal; text-decoration: none; color: #BBBBBB;}
 .LINE{line-height: 1.5;}
 img.Bilder { border: 1px solid #999999 }

table.WebYepGalleryContainer td {
	text-align: left;
	vertical-align: top;
	padding-bottom:10px solid transparent;
}


/* Links im Fliesstext */

A:link{text-decoration: none;}
A:visited{text-decoration: none;}
A:active{text-decoration: none;}
A:hover{text-decoration: none; font-weight: bold;}

/* Allgemeines */
.MyMenu {
	font-family: verdana; sans-serif;
	float: left;
	margin-right: 0px;
	width: 170px;
}

/* jeder Menüpunkt */
.MyMenu a {
	display: block;
	border-bottom: 1px solid #999999;
	border-left: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
/* oben, breite nach text, unten, links */
	padding: 5px 20px 5px 0px;
	background-repeat: no-repeat;
/* Position button */
	background-position: 7px 0px;
	font-weight: normal;
}

/* erster Menüpunkt  */
.MyMenu a.WebYepMenuFirstItem {
	border-top: 0px solid #E80027;
}

/* 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: 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: 60px;
}

/* The tree titles */
.MyMenu li.WebYepMenuTitle {
   font-weight: bold;
   margin-bottom: 5px;
}

/* Offene Menütitel */
.MyMenu a.WebYepMenuTitleExpanded {
	color: #000000;
	background-image: url(triangle_x.gif);
}

/* Menüpunkte*/
.MyMenu a:link, .MyMenu a:visited {
	text-decoration: none;
	color: #E80027;
	/* hintergrund*/
	background-color: transparent;
}

/* Alle anderen Menüpunkte bei Mouseover */
.MyMenu a:hover {
	text-decoration: none;
	color: #E80027;
	background-color: transparent;
	font-weight: bold;
}

/* Activer Menüpunkt*/
.MyMenu a.WebYepMenuCurrentItem, .MyMenu a:active, .MyMenu  
a.WebYepMenuCurrentItem:visited {
	color: #000000;
	background-color: transparent;
	font-weight: bold;
}

/* Menüpunkt bei Mouseover*/
.MyMenu a:hover, .MyMenu a:active {
	color:  #E80027;
	background-color: transparent;
	font-weight: bold;
}

/* All trees */
.MyMenu ul {
	list-style-type: none;
	margin:  0;
	padding: 0;
	
}

/* All items */
.MyMenu li {
	margin: 0;
	padding: 0;
	display: inline;
}