
.nichtdrucken {
	display: none;
}

.titel {
	font-size:1.1em;
	font-weight: bold;
	margin-bottom:30px;
}
.text {
	color: black;
	font-size:0.75em;
	font-family: Verdana, Arial, Helvetica, Geneva;
	line-height:1.4em;
}
.texttabelle {
	color: black;
	font-size:1em;
	font-family: Verdana, Arial, Helvetica, Geneva;
	line-height:1.4em;
}

.legende {
	color: black;
	font-style:italic;
	font-size:0.75em;
	font-family: Verdana, Arial, Helvetica, Geneva;
	line-height:1.4em;
}

.untertitel {
	font-weight: bold;
	color: black;
}

.fett {
	font-weight: bold;
}
.gruen {
	color: black;
}
a:link {
	color: black;
	text-decoration: underline;
}
a:visited {
	color: black;
	text-decoration: underline;
}
a:hover { 
	color: black;
	text-decoration: none;
}
a:active { 
	color: black;
	text-decoration: underline;
}

img {
	border: 0px;
}

.formularfeld {
	font-family:Verdana, Monaco, Arial, Helvetica, "Courier New", monospaced;
	font-weight:bold;
	font-size:100%;
	color:#49494b;
	background-color:white;
	border-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#e0e0e0;
	border-left-color:white;
	border-top-color:white;
	border-right-color:white;
	width:350px;
	height:18px;
	padding:1px;
}
.formulararea {
	font-family:Verdana, Monaco, Arial, Helvetica, "Courier New", monospaced;
	font-weight:bold;
	font-size:100%;
	color:black;
	background-color:white;
	border-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#e0e0e0;
	border-left-color:white;
	border-top-color:white;
	border-right-color:white;
	width:350px;
	height:200px;
	padding:1px;
}

.button {
	font-family:Verdana, Monaco, Arial, Helvetica, "Courier New", monospaced;
	font-weight:bold;
	font-size:100%;
	color:#00958b;
	background-color:white;
	border-width:1px;
	border-style:solid;
	border-color:#cccccc;
	width:200px;
	height:20px;
	padding:0px;
}

BODY {

background-color:white;

margin-left:50px;
margin-right:0px;
margin-top:0px;
margin-bottom:0px;

}
