.rahmen {
	border: 1px solid #000000;
	padding: 0px;
}

.rahmen_unten {
	padding: 0px;
	border-top: 0px none #000000;
	border-right: 0px none #000000;
	border-bottom: 1px solid #000000;
	border-left: 0px none #000000;
}

html,body {
    margin:0;
    padding:0;
    height:100%;
    border:none
}

.headline1 {
	font-family : Arial, Times, serif;
	font-style : normal;
	font-size : 20px;
	font-weight : bolder;
	text-decoration : none;
	color : #009900;
}

.headline2{
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
	color : #009900;
}

.text{
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
	color : Black;
}

.text_small{
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-size : 12px;
	font-weight : normal;
	text-decoration : none;
	color : #383838;
}

.formular {
	border: 1px solid #AAAAAA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	margin: 1px;
