@charset "utf-8";/** Allgemeine Formatierungen*/body{	padding: 0px;	margin: 0px;	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	font-size: 12px;	color: #007d00;	background-color: #ffffff;	/* background-image: url(../bilder/alias_1_gr.jpg); */	background-repeat: no-repeat;	background-size: 100% auto;}header{	}fieldset{	border: none;}legend{	font-size: 0px;}table{	}table.header{	width: 100%;}table.unten{	padding-top: 30px;	width: 198px;}td.center{	width: 250px;}td.right{	text-align: right;}caption{	font-size: 0px;}nav{	}p{	padding: 0px;	margin: 0px;	margin-top: 7px;}ul{	padding: 0px;	margin: 0px;	margin-top: 7px;	list-style-type: none;}ul.navi li{	display: inline;	padding-right: 15px;}h1{	font-size: 18px;}h2{	font-size: 16px;}h3{	font-size: 15px;}h4{	font-size: 14px;}h5{	font-size: 13px;}h6{	font-size: 12px;}/* Formular */.aus {	font-family: verdana,arial,helvetica; /* Formular Schriftart */	font-size: 12px; /* Groesse */	color: #193264; /* Farbe grau */	border: 1px solid #193264; /* Rahmen schwarz */	text-decoration: none; /* keine Link Dekoration */	background-color: #ffffff; /* Hintergrundfarbe Taste */}.in{	font-family: verdana, arial,helvetica; /* Formular Schriftart */	font-size: 12px; /* Groesse */	color: #696969; /* Farbe grau */	background-color: #ffffff;	border: 1px solid #696969;	text-decoration : none; /* keine Link Dekoration */}