body {
	color: #000;
	font-family: "Lucida Grande", Arial, Helvetica, Geneva, Verdana, sans-serif;
}

.skiplink {
	display: none;
}

#logowrap h1 {
	font-size: 1.5em;
	color: #000;
	margin-bottom:2.0em;
}
#logowrap h1 a {
	color: #000;
	text-decoration:none;
}

#topnav {
	display: none;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
}

h1 { font-size: 1.2em; }
h2 { font-size: 1.1em; }
h3 { font-size: 1.0em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1.0em; }

#content span.extLink {
	margin-left:1.0em;
}

/*	Formulare *****************************************************************/
div#form-module fieldset {
	padding:10px;
	border:solid 1px #679C75;
	margin-bottom:2.0em;
	background:#D8EBDA  ;

}
div#form-module p {
	clear: both;
	margin-bottom: 0.5em;
}

/******************************	Label */
div#form-module p label {
	display: block;
	float: left;
	width: 125px;
	padding-top: 1px;
}
div#form-module p.formtextarea label {
	display: block;
	float: left;
	width: 125px;
	padding-top: 1px;
}

/******************************	Input */
div#form-module p.formtext input {
	font-family: "Lucida Grande", Arial, Helvetica, Geneva, Verdana, sans-serif;
	font-size: 1.0em;
	width: 250px;
	border: 1px solid #999;
	background-color: #f4f4f4;
}
div#form-module p.formtext input:focus {
	background-color: #fff;
}

/******************************	TEXTAREA */
div#form-module p.formtextarea textarea {
	font-family: "Lucida Grande", Arial, Helvetica, Geneva, Verdana, sans-serif;
	font-size: 1.0em;
	width: 250px;
	height: 150px;
	border: 1px solid #999;
	background-color: #f4f4f4;
}
div#form-module p.formtextarea textarea:focus {
	background-color: #fff;
}

/******************************	SUBMIT */
div#form-module p.formsubmit label {
	display: none;
}
div#form-module p.bt1,
div#form-module p.formsubmit input {
	margin-left: 125px !important;
	margin-left: 128px;
	width: 252px !important;
	width: 250px;
}
div#form-module p.formsubmit input {
	margin-top:0.5em;
	padding: 3px 0;
	background-color: #d9d9d9;
	color: #000;
	border: 1px solid #999;
}
