/* CSS für das Eingabeformular */ 
body{
	color:#000000;
	/* Schriftart */
	font-family:Arial, Helvetica, sans-serif;
	/* Schriftgröße */
	font-size:12px;
}

input{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;	
	font-size:12px;
	
}



select{
	color:#000000;
	font-size:11px;
}
a:link {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color:#CC0000; font-style: normal; font-weight: bold; font-variant: normal;
}
a:visited {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color:#CC0000; font-style: normal; font-weight: bold; font-variant: normal;
}
a:hover {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color:#cf0101; font-style: normal; font-weight: bold; font-variant: normal;
}
a:active {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color:#4388b9; font-style: normal; font-weight: bold; font-variant: normal;
}

#adresse_loesung{
	/* Breite des Feldes */
	width:200px;
	/* Höhe des Feldes */
	/* Theoretisch kann man auch die position nach belieben ändern , sonst einfach weglassen
	position:absolute;
	left:620px;
	top:50px;*/
}

/* Weitere Felder */
.adresse_anrede{
}
.adresse_vorname{
	width:250px;
}
.adresse_nachname{
	width:250px;
}
.adresse_strasse{
	width:195px;
}
.adresse_hausnummer{
	width:47px;
}
.adresse_plz{
	width:47px;
}
.adresse_ort{
	width:195px;
}
.adresse_land{
}
.adresse_telefon_vorwahl{
	width:47px;
}
.adresse_telefon_rufnummer{
	width:195px;
}
.adresse_telefonmobil_vorwahl{
	width:47px;
}
.adresse_telefonmobil_rufnummer{
	width:195px;
}
.adresse_email{
	width:249px;
}
.gebtag {
}
.gebmonat{
} 
.gebtag{
}
/* Der Button */
.submit{
	/* mal kreativ */
	width:300px;
	background-color:#FFFFFF;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	border: 1px solid #000000;
}
#adresse_loesung{
	padding:0px;
	margin0px;
	width:20px;
}