@charset "utf-8";
/*this is a wildcard selector. Targets every element on the page. Here we are stripping every element on the page of its margin and padding.  Also removes default margins and paddings various browsers have */
* {
	margin: 0px;
	padding: 0px;
}
/*text-align center used here to fix IE display problem.  Wrapper will text-align left to bring us back to normal.*/
a:focus {
	outline: none; /* Damit Firefox keinen aktiven Rand um Links zeigt */
	}
body {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
/*wrapper has position attribute so that any other DIVs within the wrapper, using the absolute positioning, uses the wrapper as the parent*/
#wrapper {
	padding: 0px;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
	margin-top: 40px;
}
/*header has position relative so that any nested elements us the header DIV as a referance and not the wrapper or body - the menu for example*/
#header {
	width: 955px;
	height: 130px;
	position: relative;
}
#menu {
	height: 26px;
	position: relative;
	width: 910px;
	background-color: #b8f07e;
	padding-top: 10px;
	padding-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin-top: 15px;
}
#menu a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006600;
	font-weight: bold;
	text-decoration: none;
}
#menu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006600;
	font-weight: bold;
	text-decoration: none;
}
#menu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#content {
	width: 950px;

}
#content1 {
	width: 555px;
	float: left;
	padding-right: 20px;
	padding-left: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	padding-top: 20px;
}
#content1 ul {
	padding-left: 30px;
}
#content1 a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #006600;
	text-decoration: none;
	font-weight: bold;
}
#content1 a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #006600;
	text-decoration: none;
	font-weight: bold;
}
#content1 a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.pagetitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #439206;
}

#content2 {
	float: left;
	width: 335px;
	background-image: url(images/verticalgrad.jpg);
	background-repeat: repeat-y;
	margin-top: 15px;
}
#sidebox {
	background-image: url(images/boxgrad.jpg);
	width: 294px;
	background-repeat: repeat-x;
	margin-left: 20px;
	margin-bottom: 40px;
	padding-left: 20px;
	padding-top: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
#sidebox ul {
	padding-left: 20px;
}

.sideboxtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	color: #000000;
}
#sidebox a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #006600;
	text-decoration: none;
	font-weight: bold;
}
#sidebox a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #006600;
	text-decoration: none;
	font-weight: bold;
}
#sidebox a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.formfields {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border: 1px solid #006600;
	margin-bottom: 10px;
}
#footer {
	height: 34px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: left;
	padding-top: 25px;
	clear: both;
	margin-top: 20px;
	width: 565px;
	padding-left: 40px;
}

#footer a:link {
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
#footer a:visited {
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	font-size: 10px;
	color: #006600;
	text-decoration: none;
}
#content3 {
	width: 910px;
	float: left;
}
.greentxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #439206;
}
