/* CSS Document */
body {
	background-color: #339933;
	background-position: center top;
	height: 100%;
	width: 100%;
	position: fest;
	margin-left: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

#dropmenudiv{
	width: 150px;
	display: block;
	position:absolute;
	z-index:100;
	background-image: url(navibuttons/bg_navi.gif);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	font-size: 11px;
	background-position: center bottom;
}

#dropmenudiv a{
	width: 150px;
	display: block;
	padding: 4px 13px 0px 0px;
	text-decoration: none;
	color: #787878;
	text-align: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FFFFFF;
	height: 24px;
	border-top-style: solid;
}

#dropmenudiv a:hover{
	width: 150px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	color: #FFFFFF;
	background-image: url(navibuttons/but_hover_bg.gif);
}

a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
a:link {
	color: #308D34;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #346E33;
}
a:hover {
	text-decoration: underline;
	color: #006600;
}
a:active {
	text-decoration: underline;
	color: #990000;
}
a:focus { 
	outline: none; 
}

body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	line-height: 18px;
}
strong {
   font-weight: bold;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Futura, Geneva, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #339933;
	margin: 10px 0px 0px;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999999;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #339933;
}
.copyrightline {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #AEDBAE;
	font-size: 10px;
	line-height: 28px;
}
.schrift_11px {
	font-size: 11px;
	line-height: normal;
}
.schrift_hellgrau {
	color: #999999;
}
.schrift_gruen {
	color: #339933;
}
.formbutton {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #339933;
	background-color: #FFFFFF;
	border: 1px solid #BBBBBB;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	text-align: center;
	vertical-align: middle;
	width: 250px;
	background-position: center top;
}
.formfelder {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #F1F7F1;
	border: 1px solid #BBBBBB;
	vertical-align: middle;
	width: 250px;
}

