@charset "UTF-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #666666;
}
.backg {
	background-image: url(pics/backshaderNavL.jpg);
	background-repeat: repeat-y;
	background-position: center center;
}
.navbackO {
	background-image: url(pics/navbackO.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: right;
	padding-top: 3px;
	padding-right: 30px;
	padding-bottom: 3px;
	padding-left: 30px;
	color: #900;
}
.navshade {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #A1CC71;
	border-right-color: #A1CC71;
	border-bottom-color: #A1CC71;
	border-left-color: #A1CC71;
}
.inhalt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	margin: 0px;
	padding-top: 35px;
	padding-right: 90px;
	padding-bottom: 5px;
	padding-left: 45px;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.inhaltBack {
	background-image: url(pics/inhaltBack.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.unten {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-align: right;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}
h1 {
	font-size: 16px;
	color: #73B146;
	text-transform: uppercase;
}
h2 {
	font-size: 14px;
	color: #73B146;
	text-transform: uppercase;
}
h3 {
	font-size: 12px;
	color: #73B146;
	text-transform: uppercase;
}
/* The div enclosing the menu */
.MyMenu {
	font-family: Arial, Helvetica, sans-serif;
	width: 200px;
	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: #B1D28D;
	border-right-color: #B1D28D;
	border-bottom-color: #B1D28D;
	border-left-color: #B1D28D;
	font-size: 12px;
	font-weight: normal;
	color: #72B244;
	padding-top: 20px;
	padding-left: 0px;
}

/* 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: #ffffff;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 28px;
	margin: 0px;
}

/* 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;
	background-color: #FFFFFF;
	color: #70B040;
	font-size: 11px;
}

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

/* 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: #5A8D3A;
	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: dotted;
	border-left-style: none;
	border-top-color: #8AC16A;
	border-right-color: #8AC16A;
	border-bottom-color: #8AC16A;
	border-left-color: #8AC16A;
	font-weight: normal;
}

/* The anchor tag of the currently selected menu item */
.MyMenu a.WebYepMenuCurrentItem {
	color:  #71B34A;
	background-color: #EDF4E7;
}

/* The anchor tag of the currently selected menu item, when hovering */
.MyMenu a:hover.WebYepMenuCurrentItem {
	color:  #FFFFFF;
	background-color: #81B755;
}

/* All other anchor tags, when hovering */
.MyMenu a:hover {
	background-color: #81B755;
	color: #FFFFFF;
	font-weight: normal;
}

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

/* All items */
.MyMenu li {
	margin: 0;
	padding: 0;
	display: inline;
}
a.top:link {
	color: #3F5E2A;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-top-color: #87BF66;
	border-right-color: #87BF66;
	border-bottom-color: #87BF66;
	border-left-color: #87BF66;
}
a.top:visited {
    color: #3F5E2A;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-top-color: #87BF66;
	border-right-color: #87BF66;
	border-bottom-color: #87BF66;
	border-left-color: #87BF66;
}

a.top:hover {
	color: #ffffff;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-top-color: #87BF66;
	border-right-color: #87BF66;
	border-bottom-color: #87BF66;
	border-left-color: #87BF66;
	background-color: #76b749;
}

a.top:active {
    color: #3F5E2A;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-top-color: #87BF66;
	border-right-color: #87BF66;
	border-bottom-color: #87BF66;
	border-left-color: #87BF66;
}
a.top2:link {
	color: #3F5E2A;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	
}
a.top2:visited {
    color: #3F5E2A;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;

}

a.top2:hover {
	color: #ffffff;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #76b749;
}

a.top2:active {
    color: #3F5E2A;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
