
@import url(../../../module/adressen/css/adress.css) all;

html {/* Abstände, Border auf Null für alles */
	border: none;
	margin: 0px;
	padding: 0px;
	height: 100.01%;
}
body.wmain {/* Seitenbody Grundangaben für Print */
	background: White; /* Hintergrund Seite */
	font: normal normal normal 100% Verdana, Geneva, Arial, Helvetica, sans-serif; /* General Schrift */
	color: Black; /* General Schriftfarbe */
	border: none;
	margin: 0px;
	padding:0;
	height: 100.01%
}
a {/* Format Menue-Links WEBs*/ 	
	font: normal bold 1em Arial, Helvetica, sans-serif; 
	color: #263F40;
	text-decoration: none;
	}
div.winhalt {/* Hauptbereich für Inhalte */
	width: 96%;
	min-height: 300px;
	height: auto;
	margin-left:2%;
	margin-top: 20px;
	background: White;
	border: none;
	padding:5px;
	font: 0.9em Arial, Helvetica, sans-serif;
}
h1.wueberinhalt{/* Überschrift für Inhalte */
	font-size: 1em;
	color: Maroon;
	font-weight: bold;
	margin-bottom: 8px;
	margin-top: 10px;
	padding: 0px;
} 
 h2 {/* Ueberschrift 2 */
	padding: 0px;
	margin-bottom: 8px; margin-top: 8px;
	color: Black;
	width: auto;
	font: bold 0.9em Verdana, Geneva, Arial, Helvetica, sans-serif;
}
div.wtext1 {/* Inhalt Text einspaltig */
	width: 100%;
	line-height: 1.3em;
	float: left;
	height: auto;
	background-color: White;
}
.wtext21 {/* Inhalt Text zweispaltig - 1.Spalte */
	width: 48%;
	line-height: 1.3em;
	margin-left: 0px;
	float: left;
	position: relative;
}
.wtext22 {/* Inhalt Text zweispaltig - 2.Spalte */
	width: 48%;
	line-height: 1.3em;
	margin-left: 2%;
	float: left;
	position: relative;
}
div.wtext2 {/* Inhalt Text zweispaltig - 2.Spalte */
	width: 100%;
	height: auto;
	background-color: White;
	float: left;
}
div.claer {/* Inhalt Text zweispaltig -Nach der Spalte notwendig */
	clear: both;
}
div.wformzeile{/* Formular - Zeile Bezeichnung / Feld */
	width: auto;
	border-bottom: 1px solid #EDEDED;
	text-align: right;
	background-color: transparent;
	height: auto;
	margin-bottom: 1px;
	padding-right: 2%;
}
div.wformzeile_cap{/* Formular - Zeile Bezeichnung / Feld */
	width: auto;
	border: none;
	text-align: right;
	background-color: transparent;
	height: auto;
	margin-bottom: 1px;
	padding-right: 2%;
}
div.wformzeilesel{/* Formular - Zeile Bezeichnung / Feld */
	width: 100%;
	border-bottom: 1px solid #EDEDED;
	text-align: right;
	background-color: transparent;
	height: auto;
	margin-bottom: 1px;
	padding: 0px;
}
div.wformzeilecbox{/* Formular - Zeile Bezeichnung / Feld */
	width: 100%;
	border-bottom: 1px solid #EDEDED;
	text-align: right;
	background-color: transparent;
	height: auto;
	margin-bottom: 1px;
	padding-right: 0%;
}
div.wformzeilerb {/* Formular - Zeile Bezeichnung / Feld */
	width: 49.5%;
	border-bottom: 1px solid #EDEDED;
	text-align: right;
	background-color: transparent;
	height: auto;
	margin-bottom: 1px;
	padding-right: 51%;
}
div.wmeldzeile{/* Formular - Zeile für Meldungen / Feld */
	width: auto;
	border-bottom: 0px dashed #BCBCBC;
	text-align: left;
	background-color: #EBCB66;
	height: auto;
	margin-bottom: 1px;
	padding-left: 1%;
	color: Red;
}
div.wmeldzeileg{/* Formular - Zeile für Meldungen / Feld */
	width: auto;
	text-align: left;
	background-color: #90E491;
	height: auto;
	margin-bottom: 1px;
	padding-left: 1%;
	color: Black;
	font-weight: bold;
}
.wabstand {/* Abstand für Objekte, Bilder */
	border: none;
	padding: 2px;
	margin:0px;
}
input.wsuchwort {/* Textfeld Sucheingabe */
	width: 40%;
	height: auto;
	background: #FFFFF0;
	margin: 0px;
	padding: 3px;
	border: 1px solid #ACACAC;
}

input.wsuchwort:focus {/* Textfeld Sucheingabe */
	background: #FFFACD;
	border-bottom: 1px solid #FF4500;
}
input.wformfeld {/* Textfeld Sucheingabe */
	width: 50%;
	height: auto;
	background: #FFFFF0;
	margin-top: 2px;
	margin-left: 1%;
	margin-bottom: 2px;
	border: 1px solid #ACACAC;
	padding-left: 1%;
}
input.wformfeldcapt {/* Textfeld Captcha */
	width: 30%;
	height: auto;
	background: #FFFFF0;
	margin-top: 2px;
	margin-left: 1%;
	margin-bottom: 2px;
	border: 1px solid #ACACAC;
}
img.cap  {/* Bild abmessung Captcha */
	border: 1px solid #006D6F;
	margin-left: 1%;
	background-color: #66CCCC;
	width: 30%;
	height: 28px;
}
img {/* Bild abmessung Captcha */
	border:0;
	margin:0;
	padding: 0;
	width: 0%;
	height: 0px;
}
input.wcbox {/* checkbox Formular */
	width: auto;
	background: #FFFFF0;
	margin-top: 2px;
	margin-left: 0.7%;
	margin-right: 50.4%;
	margin-bottom: 2px;
	border: none;
	padding: 0px;
}
input.wrb {/* checkbox Formular */
	width: auto;
	height: auto;
	background: transparent;
	margin-top: 2px;
	margin-left: 1%;
	margin-right:0%;
	margin-bottom: 2px;
	border:none;
}
input.buttlogin{/* Button 80*/
	width: 80px;
	height: auto;
	padding: 1px;
	background: #D4D0C8;
	margin-top: 1px;
	margin-left: 4px;
	margin-bottom: 1px;
	border: 1px outset #FF6347;
	color: Maroon;
}
input.buttlogin:hover {/* Button 80 */
	background: #FF6347;
	color: White;
}
div.wcbox {/* checkbox Formular */
	width: 50%;
	background: transparent;
	margin-top: 2px;
	margin-left: 1%;
	margin-right: 90%;
	margin-bottom: 2px;
	border: 0px solid #ACACAC;
	padding-left: 1%;
}
input.wrbh {/* checkbox Formular */
	width: auto;
	height: auto;
	background: #FFFFF0;
	margin-top: 2px;
	margin-left: 2%;
	margin-right: 0%;
	margin-bottom: 2px;
	border:none;
	padding: 0%;
}
textarea.wformfeld {/* Textfeld-Mehrzeilig - Formular */
	width: 50%;
	height: 100px;
	background: #FFFFF0;
	margin-top: 2px;
	margin-left: 1%;
	margin-bottom: 2px;
	border: 1px solid #ACACAC;
	padding-left: 1%;
}
select.wformfeld {/* Textfeld-Mehrzeilig - Formular */
	width: 40%;
	height: auto;
	background: #FFFFF0;
	margin-top: 2px;
	margin-left: 1%;
	margin-right: 12.3%;
	margin-bottom: 2px;
	border-right: 0px solid White;
	border-left: 1px solid #ACACAC;
	border-top: 1px solid #ACACAC;
	border-bottom: 1px solid #ACACAC;
	font: normal 0.95em Arial, Helvetica, sans-serif;
	color: Black;
} 
div.wkontakt {/* Kontaktformular - Fildsetformatierung */
	width: auto;
	padding: 0.00%;
	padding-left: 30%;
	margin: 0px;
	border: 0px solid #ACACAC;
}
div.wkonli {/* Kontaktformular - Textfeld links */
	width: 28%;
	padding: 0.5%;
	margin: 0px;
	border: 1px solid #ACACAC;
	height: auto;
	float: left;
}
div.formpos {/* Kontaktformular - Position Form*/
	width: 65%;
	padding: 0px;
	margin-left: 2%;
	border: none;
	height: auto;
	float: left;
}
.wbildicon {/* Bildformatierung für Icon, Button */
	border: none;
	padding: 0px;
	margin-top:0px;
	margin-bottom:26px;
	margin-left:10px;
	margin-right: 10px;
}
.wformularall {/* Formulare Abstände unterdrücken! */
	border: none;
	padding: 0px;
	margin:0px;
}
table.wsuchergebniss {/* Tabelle Suchergebnisse, Formatierung, Größe etc. */
	width: 90%;
	border: none;
}
th.wsuergeb1o {/* Suchergebisse Überschrift - Spalte 1 */
	width: 17%;
	height: 19px;
	font-size: 0.8em;
	font-weight: bold;
	color: Green;
	padding: 3px;
	background: #D4D4D4;
	border-right: 1px solid #5C5C5C;
}
th.wsuergeb2o {/* Suchergebisse Überschrift - Spalte 2 */
	width: 83%;
	height: 19px;
	font-size: 0.8em;
	font-weight: bold;
	color: Green;
	padding: 2px;
	background: #D4D4D4;
}
td.suergeb1u {/* Suchergebisse Zellen - Spalte 1 */
	width: 17%;
	height: 19px;
	font-size: 0.8em;
	font-weight: bold;
	color: Maroon;
	padding: 2px;
	background: #F2F2F2;
	border-bottom: 1px dashed #D8D8D8;
	border-right: 1px dashed #D8D8D8;
}
td.suergeb2u {/* Suchergebisse Zellen - Spalte 2 */
	width: 83%;
	height: 19px;
	font-size: 0.8em;
	font-weight: bold;
	color: Maroon;
	padding: 2px;
	background: #F2F2F2;
	border-bottom: 1px dashed #D8D8D8;
	border-right: 1px dashed #D8D8D8;
}
span.warn {
	color: Red;
	font-size: 0.8em;
}
div.copycms {/* Anzeige User-Online */
	width: 30%;
	padding-right: 2%;
	height: auto;
	background-color: transparent;
	font-size: 0.66em;
	color: #5C5C5C;
	text-align: right;
	margin: 0px;
	float: right;
}
div.wfooter {/* Anzeige User-Online */
	width: 0;
	padding: 0;
	height: 0;
	font-size: 0;
	text-align: center;
	margin:0;
	border: 0;
	display: none;
}
