	.a_test {				/*Links zum Testen*/
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 10px;
	text-decoration: none;
	}
	.a_test:hover {			/*Links zum Testen*/
	background-color: #ddd;
	color: black;
	}
	.a_lrp_bt {				/*Links in Formularen*/
	float: right;
	display: table-row;
	color: #000000;
	text-align: center;
	padding: 10px;
	text-decoration: none;
	}
	.a_lrp_bt:hover {		/*Links in Formularen*/
	background-color: #DDDDDD;
	color: #FF0000
	}
	.check_info_01 {		/*Checkbox in Formularen*/
	vertical-align: middle;
	}
	.txt_info_01 {			/*Text für Checkbox*/
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	font-family: "Courier New",Palatino,"Times New Roman",Times,"Tahoma",serif;
	text-decoration: none;
	text-align: justify;
	padding: 1px;
	}
	.txt_info_error {		/*Text für Fehler*/
	background-color: #FF0000;
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	font-family: "Courier New",Palatino,"Times New Roman",Times,"Tahoma",serif;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	padding: 0px;
	}
	.txt_info_success {		/*Text für Erfolgreiche Mitteilungen*/
	background-color: #C1FFC1;
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	font-family: "Courier New",Palatino,"Times New Roman",Times,"Tahoma",serif;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	padding: 0px;
	}	
	.txt_info_warning {		/*Text für Warnungen*/
	background-color: #FFFF00;
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	font-family: "Courier New",Palatino,"Times New Roman",Times,"Tahoma",serif;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	padding: 0px;
	}
	.p_reference_lrp_bt {	/*Textblöcke für Hinweise*/
	border-width: 6px; 
	border-color: #78C3D7; 
	background-color: #FFFFFF; 
	width: 440px; 
	border-style: groove; 
	padding: 5px;
	vertical-align: middle; 
	text-align:center;
	color: #0000FF;
	font-size: 14px;
	font-weight: normal;
	font-family: "Courier New",Palatino,"Times New Roman",Times,"Tahoma",serif;	
	text-decoration: none;
	}	
	.fieldset_lrp_bt { 		/*Formatierung (Guppierung) der Formulare Login, Registrierung, Passwort wiederherstellung für Berechnungstool*/
	min-height: 250px; 		/* Höhe der Gruppierung*/
	width: 460px; 			/* Breite der Gruppierung*/
	position: relative; 	/* positionieren */
	background-color: #EEEEEE;
	/*border: 2px solid #fc0;*/
	text-align: left;
	}
	.legend_lrp_bt { 		/*Formatierung (Ueberschrift) der Formulare Login, Registrierung, Passwort wiederherstellung für Berechnungstool*/
	margin-top: 5px;
	background: #FFFF00;
	border-top: 0px solid;
	font-weight: bold;
	font-family: "Courier New",Palatino,"Times New Roman",Times,"Tahoma",serif;
	font-size: 13px;
	}
	.label_lrp_bt { 		/*Formatierung (Beschriftung) der Formulare Login, Registrierung, Passwort wiederherstellung für Berechnungstool*/
	display: inline-block;
	position: relative;
	margin-top: 5px;
	width: 150px;
	font-weight: bold;
	font-family:Palatino,"Times New Roman",Times,"Tahoma",serif;
	font-size: 17px;
	}
	.infeld_lrp_bt {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	font-family: "Courier New",Palatino,"Times New Roman",Times,"Tahoma",serif;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	padding: 1px;
	width: 250px;
	height: 25px;
	}
	.button_lrp_bt {
	background-color:#D4D0C8;
	color:#000000;
	font-size:11pt;
	font-weight:bold;
	font-family:Palatino,"Times New Roman",Times,"Tahoma",serif;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
	min-width:100px;
	height:25px;
	}
	.txarea_lrp_bt { 
	height: 215px;	
	width: 440px;
	border: 1px solid #cccccc;
	padding: 10px;
	font-family: Tahoma, sans-serif;
	resize: none;
	}	
	.fieldset_contact { 	/*Formatierung (Guppierung) des Formulars KONTAKT*/
	height: 360px; 			/* Höhe der Gruppierung*/
	width: 570px; 			/* Breite der Gruppierung*/
	position: relative; 	/* positionieren */
	background-color: #EEEEEE;
	/*border: 2px solid #fc0;*/
	text-align: left;
	}
	.fieldset_contact_txt { /*Formatierung (Guppierung) des Formulars KONTAKT*/
	height: 360px; 			/* Höhe der Gruppierung*/
	width: 570px; 			/* Breite der Gruppierung*/
	position: relative; 	/* positionieren */
	background-color: #EEEEEE;
	/*border: 2px solid #fc0;*/
	text-align: left;
	}
	.legend_contact { 		/*Formatierung (Ueberschrift) des Formulars KONTAKT*/
	margin-top: 5px;
	background: #FFFF00;
	border-top: 0px solid;
	font-weight: bold;
	font-family: "Courier New",Palatino,"Times New Roman",Times,"Tahoma",serif;
	font-size: 13px;
	}
	.label_contact { 		/*Formatierung (Beschriftung) des Formulars KONTAKT*/
	display: inline-block;
	position: relative;
	margin-top: 5px;
	width: 220px;
	font-weight: bold;
	font-family:Palatino,"Times New Roman",Times,"Tahoma",serif;
	font-size: 17px;
	}
	.infeld_contact_0 {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	font-family: "Courier New",Palatino,"Times New Roman",Times,"Tahoma",serif;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	padding: 1px;
	width: 334px;
	height: 24px;
	}
	.infeld_contact_1 {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	font-family: "Courier New",Palatino,"Times New Roman",Times,"Tahoma",serif;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	padding: 1px;
	width: 100px;
	height: 24px;
	}
	.infeld_contact_2 {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	font-family: "Courier New",Palatino,"Times New Roman",Times,"Tahoma",serif;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	padding: 1px;
	width: 225px;
	height: 24px;
	}
	.button_contact {
	background-color: #D4D0C8;
	color: #000000;
	font-size: 11pt;
	font-weight: bold;
	font-family: Palatino,"Times New Roman",Times,"Tahoma",serif;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 100px;
	height: 25px;
	float: right;
	}
	.txarea_contact_0 { 
	height: 205px;	
	width: 545px;
	border: 1px solid #cccccc;
	padding: 10px;
	font-family: Tahoma, sans-serif;
	resize: none;
	}
	.select_contact_0 {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	font-family: Palatino,"Times New Roman",Times,"Tahoma",serif;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 339px;
	height: 27px;
	}
@media only screen and (max-width: 600px) { /* Extra small devices (phones, 600px and down) */
	.fieldset_contact { 	/*Formatierung (Guppierung) des Formulars KONTAKT*/
	margin-left: 0px; 		/* Damit der "Ausrichtungspunkt" in der Mitte der liegt */
	}
	.fieldset_contact_txt { /*Formatierung (Guppierung) des Formulars KONTAKT*/
	margin-top: 10px; 		/* Damit der "Ausrichtungspunkt" in der Mitte der liegt */
	margin-left: 0px; 		/* Damit der "Ausrichtungspunkt" in der Mitte der liegt */
	}
	.fieldset_lrp_bt { 		/*Formatierung (Guppierung) der Formulare Login, Registrierung, Passwort wiederherstellung für Berechnungstool*/
	margin-left: 0px; 		/* Damit der "Ausrichtungspunkt" in der Mitte der liegt */
	}	
} /*Ende von @media only screen and (max-width: 600px)*/	

@media only screen and (min-width: 600px) { /* Small devices (portrait tablets and large phones, 600px and up) */
	.fieldset_contact { 	/*Formatierung (Guppierung) des Formulars KONTAKT*/
	margin-left: 0px; 		/* Damit der "Ausrichtungspunkt" in der Mitte der liegt */
	}
	.fieldset_contact_txt { /*Formatierung (Guppierung) des Formulars KONTAKT*/
	margin-top: 10px; 		/* Damit der "Ausrichtungspunkt" in der Mitte der liegt */
	margin-left: 0px; 		/* Damit der "Ausrichtungspunkt" in der Mitte der liegt */
	}
	.fieldset_lrp_bt { 		/*Formatierung (Guppierung) der Formulare Login, Registrierung, Passwort wiederherstellung für Berechnungstool*/
	margin-left: 0px; 		/* Damit der "Ausrichtungspunkt" in der Mitte der liegt */
	}	
} /*Ende von @media only screen and (min-width: 600px)*/

@media only screen and (min-width: 768px) { /* Medium devices (landscape tablets, 768px and up) */
	.fieldset_contact { 	/*Formatierung (Guppierung) des Formulars KONTAKT*/
	margin-left: -320px; 	/* Damit der "Ausrichtungspunkt" in der Mitte der liegt */
	left: 50%;				/* in die Mitte verschieben */
	}
	.fieldset_contact_txt { /*Formatierung (Guppierung) des Formulars KONTAKT*/
	margin-top: 10px; 		/* Damit der "Ausrichtungspunkt" in der Mitte der liegt */
	margin-left: -320px; 	/* Damit der "Ausrichtungspunkt" in der Mitte der liegt */
	left: 50%;				/* in die Mitte verschieben */
	}
	.fieldset_lrp_bt { 		/*Formatierung (Guppierung) der Formulare Login, Registrierung, Passwort wiederherstellung für Berechnungstool*/
	margin-left: -230px; 	/* Damit der "Ausrichtungspunkt" in der Mitte der liegt */
	left: 50%;				/* in die Mitte verschieben */
	}	
} /*Ende von @media only screen and (min-width: 768px)*/

@media only screen and (min-width: 992px) { /* Large devices (laptops/desktops, 992px and up) */
	.fieldset_contact { 	/*Formatierung (Guppierung) des Formulars KONTAKT*/
	margin-left: -320px; 		/* Damit der "Ausrichtungspunkt" in der Mitte der liegt */
	left: 50%;			/* in die Mitte verschieben */
	}
	.fieldset_contact_txt { /*Formatierung (Guppierung) des Formulars KONTAKT*/
	margin-top: 10px; 		/* Damit der "Ausrichtungspunkt" in der Mitte der liegt */
	margin-left: -320px; 	/* Damit der "Ausrichtungspunkt" in der Mitte der liegt */
	left: 50%;				/* in die Mitte verschieben */
	}	
	.fieldset_lrp_bt { 		/*Formatierung (Guppierung) der Formulare Login, Registrierung, Passwort wiederherstellung für Berechnungstool*/
	margin-left: -230px; 	/* Damit der "Ausrichtungspunkt" in der Mitte der liegt */
	left: 50%;				/* in die Mitte verschieben */
	}	
} /*Ende von @media only screen and (min-width: 992px)*/

@media only screen and (min-width: 1200px) { /* Extra large devices (large laptops and desktops, 1200px and up) */
	.fieldset_contact { 	/*Formatierung (Guppierung) des Formulars KONTAKT*/
	margin-top: 10px; 		/* Damit der "Ausrichtungspunkt" in der Mitte der liegt */
	margin-left: 0px; 	/* Damit der "Ausrichtungspunkt" in der Mitte der liegt */
	left: 0%;				/* in die Mitte verschieben */
	}
	.fieldset_contact_txt { /*Formatierung (Guppierung) des Formulars KONTAKT*/
	margin-top: -380px; 	/* Damit der "Ausrichtungspunkt" in der Mitte der liegt */
	margin-left: 0px; 		/* Damit der "Ausrichtungspunkt" in der Mitte der liegt */
	}
	.fieldset_lrp_bt { 		/*Formatierung (Guppierung) der Formulare Login, Registrierung, Passwort wiederherstellung für Berechnungstool*/
	margin-left: -230px; 	/* Damit der "Ausrichtungspunkt" in der Mitte der liegt */
	left: 50%;				/* in die Mitte verschieben */
	}	
} /*Ende von @media only screen and (min-width: 1200px)*/	