body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #c6d4c0;
	background-image: url(bilder/nav/backg.jpg);
	background-repeat: repeat-y;
	background-position: center center;
}
.inhalt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #003300;
	text-align: left;
	background-color: #ECF4EA;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 30px;
	background-image: url(bilder/inhaltBack.jpg);
	background-repeat: repeat-y;
}
.inhaltU {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #003300;
	text-align: right;
	background-color: #ECF4EA;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 30px;
	background-image: url(bilder/inhaltBack.jpg);
	background-repeat: repeat-y;
}
.unten {
	background-color: #C5D7C2;
	background-image: url(bilder/untenBack.jpg);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #A9B6A5;
	border-right-color: #A9B6A5;
	border-bottom-color: #A9B6A5;
	border-left-color: #A9B6A5;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #5D665E;
}
.topNav {
	background-image: url(bilder/navback.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: right;
	padding-right: 30px;
}
.full {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
}
.topNavSpace {
	padding-right: 6px;
}
img {
   behavior: url("pngbehavior.htc");
}
/* The div enclosing the menu */
.MyMenu {
	font-family: Arial, Helvetica, sans-serif;
	width: 180px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-size: 12px;
	font-weight: normal;
	color: #003300;
	background-color: #A9B6A5;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	background-image: url(bilder/leftNavBack.jpg);
}
/* Every anchor tags in our menu */
.MyMenu a {
	display: block;
	background-repeat: no-repeat;
	font-weight: normal;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #192048;
	border-bottom-color: #192048;
	border-left-color: #192048;
	border-top-width: 1px;
	border-top-color: #999;
	color: #003300;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

/* All items */
.MyMenu li {
	border: 1px none #B9132D;
	font-weight: normal;
}

/* The currently selected item */
.MyMenu li.WebYepMenuCurrentItem {
	font-weight: normal;
	
}

/* The anchor tags of each item that is first in its tree */
.MyMenu a.WebYepMenuFirstItem {
	border-top-width: 0px;
	border-top-style: none;
	border-top-color: #1A204A;
}

/* 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: 1.5em;
	color: #003300;
	font-size: 11px;
	background-image: url(bilder/leftNavBackO2.jpg);
	background-position: right;
}

/* All menu item's anchor tags of third menu level */
.MyMenu li li li a {
	padding-left: 1.5em;
}

/* All menu item's anchor tags of fourth menu level and below */
.MyMenu li li li li a {
	padding-left: 1em;
}

/* All anchor tags that are menu tree titles */
.MyMenu a.WebYepMenuTitle {
}

/* All anchor tags that are menu tree titles of currently expanded trees */
.MyMenu a.WebYepMenuTitleExpanded {
	
}

/* The text colors and underlines must be set via the pseudo selectors a:link etc. */
.MyMenu a:link, .MyMenu a:visited, .MyMenu a:active {
	text-decoration: none;
	color: #4B2D20;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #8C998A;
	border-right-color: #8C998A;
	border-bottom-color: #8C998A;
	border-left-color: #8C998A;
	font-weight: normal;
}

/* The anchor tag of the currently selected menu item */
.MyMenu a.WebYepMenuCurrentItem {
	color:  #000000;
	background-image: url(bilder/leftNavBackO2.jpg);
	background-position: right;
}

/* The anchor tag of the currently selected menu item, when hovering */
.MyMenu a:hover.WebYepMenuCurrentItem {
	color:  #003300;
	background-image: url(bilder/leftNavBackO.jpg);
	background-position: right;
}

/* All other anchor tags, when hovering */
.MyMenu a:hover {
	color: #003300;
	font-weight: normal;
	background-image: url(bilder/leftNavBackO.jpg);
	background-position: right;
}

/* All trees */
.MyMenu ul {
	list-style-type: none;
	margin:  0;
	padding: 0;
}

/* All items */
.MyMenu li {
	margin: 0;
	padding: 0;
	display: inline;
}
div.WebYepGalleryText {
	font-size: 9px;
	color: #666666;
}
.WebYepGalleryContainer td {
	padding-top: 4px;
	padding-bottom: 4px;
}
.WebYepGalleryContainer {

}
