body {
	margin: 0px;
	padding: 0px;
	font-family: arial, helvetica, verdana, geneva, sans-serif;
}
	h1{
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 11px;
	letter-spacing: 1px;
}
	h2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
	 h3,h4{
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 6px;
	letter-spacing: 1px;
}
	a {
 	font-weight: normal;
 	text-decoration: underline;
  	color: #000;
}
	a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #000;
}

	a:visited {
	font-weight: normal;
	text-decoration: underline;
	color: #000;
}

	a:active {
	font-weight: normal;
	text-decoration: none;
	color: #underline;
}

	.text_small {
	font-size: 11px;
	font-weight: normal;
}

	.text_normal {
	font-size: 12px;
	font-weight: normal;
}

	.text_normal_bold {
	font-size: 12px;
	font-weight: bold;
}

	.text_normal_kursiv {
	font-size: 12px;
	font-style: italic;
}

	.text_normal_bold_kursiv {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

	.text_middle {
	font-size: 14px;
	font-weight: normal;
}

	.text_middle_bold {
	font-size: 14px;
	font-weight: bold;
	font-weight: bold;
}

	.text_middle_kursiv {
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
}

	.text_middle_bold_kursiv {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

	.text_big {
	font-size: 18px;
	font-weight: normal;
}

	form label {
	width: 150px;
	padding: 1px;
	float: left;
}
	form label.message {
	width: 150px;
	height: 30px;
	padding: 1px;
	vertical-align: top;
	float: left;
}
	form label.field {
	width: auto;
	background: #ffffff;
	padding: 1px;
	margin-left: 150px;
	float: left;
}
	form input {
	border: 1px solid #000000;
	padding-top: 1px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 1px;
	margin-bottom:4px;
	height: 20px;
	font-family: arial, helvetica, verdana, geneva, sans-serif;
	font-size: 12px;
	color: #000000;
}
	form input.field200 {
	width: 200px;
}
	form input.field300 {
	width: 300px;
}
	form input.field300-120 {
	width: 300px;
	margin-left: 120px;
}

	form .text_right {
	margin-left: 150px;
}
	form input.submit {
	padding: 0px;
	background-color: #ffffff;
	color: #000000;
	font-weight: normal;
	border: 1px solid #000000;
}
	form textarea {
	border: 1px solid #000000;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	font-family: arial, helvetica, verdana, geneva, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 300px;

}
	form textarea.field300 {
	width: 300px;
}
	span.markup {
	padding-left: 5px;
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
}

#autotabelle {
	margin:0px;
	padding: 0px;
	width: 100%;
	border-color: #000000;
	border-style:solid;
	border-width: 1px;
	}

#autotabelle .auto {
	padding-top:5px;
	padding-bottom:5px;
	margin:0px;
	border-bottom-color: #000000;
	border-bottom-style:solid;
	border-bottom-width: 1px;
	}


