@charset "UTF-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
.backg {
	background-image: url(bilder/backg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #83bbab;
}
.white {
	background-color: #FFFFFF;
}
.topNav {
	background-image: url(bilder/navbackO.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.inhalt {
	background-repeat: no-repeat;
	background-position: right bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #134939;
	padding-top: 25px;
	padding-right: 35px;
	padding-bottom: 25px;
	padding-left: 35px;
}
.unten {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #1A6750;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.inhalt2 {
	background-repeat: no-repeat;
	background-position: right bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #134939;
	padding-left: 15px;
	padding-top: 15px;
}
/* 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: 14px;
	font-weight: normal;
	color: #114233;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}
/* 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: #0C241D;
	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: #124838;
	font-size: 12px;
	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: #0E392C;
	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:  #114233;
	background-image: url(bilder/leftnavBack.jpg);
	background-position: center center;
	background-repeat: repeat;
}

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

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

/* 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 {

}
a:link {
	color: #1A6750;
	text-decoration: underline;
}
a:visited {
	color: #1A6750;
	text-decoration: underline;
}
a:hover {
	color: #92C2A4;
	text-decoration: underline;
}
a:active {
	color: #1A6750;
	text-decoration: underline;
}
.navshade {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #81B9AA;
	border-right-color: #81B9AA;
	border-bottom-color: #81B9AA;
	border-left-color: #81B9AA;
}
.tabspace {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #1A3F34;
	margin: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border: 1px solid #7CB6A4;
	background-image: url(bilder/tabBackFront.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.tablink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #134B39;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.tabspace2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #285F4E;
	margin: 0px;
	border: 1px none #7CB6A4;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
}
h1 {
	font-size: 18px;
	color: #124E3D;
}
h2 {
	font-size: 16px;
	color: #124E3D;
}
h3 {
	font-size: 18px;
	color: #990000;
	text-decoration: underline;
}
