@charset "utf-8";
/* CSS Document */
/*Zweite Seite*/
body {
	font:100% Verdana, Arial, Helvetica, sans-serif;
	background:rgba(166,166,166,1.00);
	margin: 0px;
	text-align:center;
	display:block;
     }

div.LinkSeiteA  {
    font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	margin-top:10px;
	color:rgba(47,47,47,0.70);
	width:250px;
	height:20px;
	border-radius:10px;
	background:rgba(239,239,239,0.20);
	border:rgba(81,81,81,1.00) 4px double;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	display:block;	
}
/* CSS für die zweite Seite mit dem Text */
div.textfeld  {
	background:rgba(204,204,204,1.00);
	margin-top:10px;
	height:490px;
	width:92%;
	border-bottom:rgba(146,146,146,1.00) solid 15px;
	border-top:rgba(146,146,146,1.00) solid 10px;
	border-right:rgba(146,146,146,1.00) solid 3px;
	border-left:rgba(146,146,146,1.00) solid 3px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	display:block;
	padding-top:-5px;
	padding-bottom:30px;
	padding-left:20px;
	padding-right:20px;
	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	color:rgba(47,47,47,0.80);
}
/* CSS Für Fuss mit Adresse und Mail der Webseite */
div.webseitefuss  {
	margin-top:40px;
	height:90px;
	background:rgba(67,67,67,0.65);
	width:100%;
	border-top:rgba(146,146,146,1.00) solid 10px;
	border-right:rgba(146,146,146,1.00) solid 1px;
	border-left:rgba(146,146,146,1.00) solid 1px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	display:block;
}
div.formularKH {
	display:none;
}
/* h2 Farbe */
h3  {
	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	color:rgba(47,47,47,0.70);
	font-size:25px;
	background:rgba(235,235,235,0.30);
	border-bottom:rgba(146,146,146,1.00) solid 1px;
}
/* Farbe für Textfelder p */
.pgr  {
	background:rgba(124,155,170,0.25);
}
/* Farbe Codzeichen Sternchen */
.fut  {
	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	color:rgba(47,47,47,0.80);
	background:rgba(55,55,55,0.10);
	border: solid 2px rgba(3,21,103,0.35);
	padding-left:3px;
	border-radius:10px;
	font-size:14px;
	margin-right:4px;
	text-align:left;
}
div.mail  {
	width:500px;
	height:400px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	display:block;
}
div.mailH  {
	display:none;
}










