/* CSS-Dokument */
/*******************************************************************************************
// Datei: fluid-default-kontakt.css
// Version: 1.0
// Author: DH
// Änderungsdatum: 03.12.15
// Beschreibung: 	- css fluid für Kontaktformular in Domino allgemein
//
// Erweiternde Dateien:	keine
*******************************************************************************************/


/* ALLGEMEIN */
.SPAN-CLASS-KontaktH1 {
	width: 100%;
	display: block;
	position: relative;
}
.DIV-CLASS-KontaktWrapper {
	display: block;
	position: relative;
	float: left;
}
.DIV-CLASS-KontaktRow {
	display: block;
	position: relative;
	float: left;
}

/* ANSCHRIFT */
.SPAN-CLASS-KontaktAnschrift {
	width: 22%;
	display:block;
	float:left;
}
.SPAN-CLASS-KontaktError {
	width: 100%;
	display:block;
	float:left;
	padding-left: 20%;
	box-sizing: border-box;
}
.INPUT-CLASS-KontaktAnschrift {
	width: 78%;
	display:block;
	float:left;
}

/* Anfrage */
.DIV-CLASS-KontaktAnfrage{
	display:block;
	width:100%;
	float: left;
}
.INPUT-CLASS-KontaktAnfrage {
	width: 100%;
	display:block;
	resize: none;
	float: left;
	margin-bottom: 10px;
}

/* TEXTE */
#P-ID-Hinweis{
	width: 100%;
	display:block;
	float: left;
}
#P-ID-Datenschutz{
	width: 100%;
	display:block;
	float: left;
}
.SPAN-CLASS-DatenschutzError{
	
}
.HR-CLASS-Kontakt{
	width: 100%;
	display:block;
	float: left;
}

/* CAPCHAR*/

.DIV-CLASS-Capchar{

}

#P-ID-Capchar{
	width: 100%;
	display:block;
	float: left;
	
}
#SPAN-IP-CapcharError{
	margin-left: 105px;	
	
}


.DIV-CLASS-ChapcharCodeWrapper{
	display:block;
	width:98%;
	float: left;
}
.TABLE-CLASS-ChapcharTable{
	width:100%;
}
.TD-CLASS-ChapcharTableText{
	width:28%;
}
.TD-CLASS-ChapcharTableCode{
	width:auto;	
}

.SPAN-CLASS-CapcharText{
	
}

.INPUT-CLASS-CapcharCode{
	width:68%;
}

#INPUT-ID-CapcharCodeGenated{
	border: 0px none;
}

#INPUT-ID-CapcharCodeEnter{
	
}


/* BUTTON */

.DIV-ID-KontaktButton{
	width:100%;
	display:block;
	float: left;
}