




/*
     FILE ARCHIVED ON 22:27:32 Dec 19, 2013 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 1:27:45 Feb 3, 2016.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/

/*
 * CSS-Dokument
 * Widget: Kontaktformular
 * Copyright: Siegfried Mairböck, 2009
 */


.KontaktForm {
	border-top: 1px solid #666;
	background-color: #eee;
}

.KontaktForm .KontaktFormFehler {
	background-color: #b00;
	color: #eee;
	font-weight: bold;
	padding: 6px 20px;
	margin-bottom: 0px;
}

.KontaktForm form.KontaktFormForm {
	padding: 12px 20px;
	margin: 0;
	border-bottom: 0px solid #666;	
}

.KontaktForm .KontaktFormFName {
	display: block;
	margin-top: 4px;
	margin-bottom: 2px;
	font-size: 85%;
	font-weight: bold;
	color: #555;
}

.KontaktForm:after {
	content: url(/web/20131219222732/http://www.siedlerbund.de/sys/lay/widgets/foto/mitte-schatten.jpg);
	display: block;
	overflow: hidden;
	height: 8px;
}

.KontaktForm .KontaktFormInputZeile {
	padding: 1px 2px;
	border: 1px inset #ccc;
	width: 434px;
	font-size: 1.3em;
}
.KontaktForm .KontaktFormInputArea {
	padding: 1px 2px;
	border: 1px inset #ccc;
	width: 434px;
	font-size: 1.3em;
	font-family: Arial,Helvetica, Arial, sans-serif;
}

.KontaktForm .InputFehler {
	padding: 0px 1px;
	border: 2px solid #f00;
}


.KontaktForm .KontaktFormInputArea:focus,
.KontaktForm .KontaktFormInputZeile:focus {
	background-color: #fe9; /* rgb(221, 238, 221); */
}


.KontaktForm .KontaktFormButtons {
	margin-top: 12px;
}
.KontaktForm .KontaktFormInputButton {
}

.KontaktFormFeldStart {
}
.KontaktFormFehlerFeld input,
.KontaktFormFehlerFeld textarea {
	background-color: #fcc;
}

/*
 * Hinweis / Nachricht / Ablehnung
 */
.KontaktFormHinweis {
	background-color: #feb;
	border: 1px solid #666;
	padding: 12px 24px;
	text-align: center;
}
.KontaktFormFehlerNachricht {
	background-color: #fbb;
	border: 1px solid #777;
	padding: 12px 24px;
	text-align: center;
}
.KontaktFormSchatten {
	background-image: url(/web/20131219222732/http://www.siedlerbund.de/sys/lay/widgets/foto/mitte-schatten.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	display: block;
	overflow: hidden;
	height: 8px;
}
