/* CSS definition file containing sitestyle stylesheets */
body {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 14px;
	height: 100%;
	width: 100%;
	margin: 0px;
	overflow: auto;
	padding: 0px;
	scrollbar-3d-light-color: #DAA520;
	scrollbar-arrow-color: White;
	scrollbar-base-color: #026435;
	scrollbar-dark-shadow-color: #000000;
	scrollbar-face-color: #026435;
	scrollbar-highlight-color: #027B40;
	scrollbar-shadow-color: #014524;
	scrollbar-track-color: #93C593;
	scrollbar-3dlight-color: #93C593;
	scrollbar-darkshadow-color: #006600;
}
b {
		font: bold;
}
a:link, a:visited {
	color: #556B2F;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

a:hover {
	color: Green;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}

a:active {
	color: #A0522D;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:link.start, a:visited.start {
	color: #32CD32;
	text-decoration: underline;
}

a:hover.start {
	color: #FFD700;
	text-decoration: none;
	}


a:link.men, a:visited.men {
	width : 125px;
	background-color : #99CC99;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : white;
	font-weight : normal;
	margin-right : 4px;
	padding-top : 2px;
	padding-bottom : 2px;
	padding-left : 4px;
	padding-right : 4px;
	border : 3px outset #99CC99;
	font-size: 14px;
	font-weight: bold;
	display: block;
	}


a:hover.men {
	width : 125px;
	background-color : #99CC99;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : #026435;
	margin-right : 4px;
	padding-top : 2px;
	padding-bottom : 2px;
	padding-left : 4px;
	padding-right : 4px;
	border : 3px inset #026435;
	font-size: 14px;
	font-weight: bold;
	display: block;
		}

a:active.men {
	width :125px;
	background-color : #99CC99;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : white;
	margin-right : 4px;
	padding-top : 2px;
	padding-bottom : 2px;
	padding-left : 4px;
	padding-right : 4px;
	border : 3px inset #026435;
	font-size: 14px;
	font-weight: bold;
	display: block;
		}
.anmerkung {
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
H3 {
font-family: Arial, Helvetica, Courier, "Comic Sans MS", "Times New Roman" ;
   font-size : 18px;
   font-weight: bold;
   color: #026435;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
	letter-spacing: 3px;

}

H4 {
font-family: Arial, Helvetica, Courier, "Comic Sans MS", "Times New Roman" ;
   font-size : 17px;
   font-weight: bold;
   color: #026435;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 10px;
	letter-spacing: 3px;

}

a:link.home, a:active.home, a:hover.home, a:visited.home {
	color: white;
	font-size : 16px;
  	font-weight: bold;
   font-family: Arial, Helvetica, Courier, "Trebuchet MS", 'Times New Roman', ;
   text-align: center;
	letter-spacing: 3px;
	text-decoration: none;
	}

.white {
	color: White;
         font-size: 17px;
}

.textklein {
	font-size: smaller;
	}