/**************************************/
/* FIXE - im Code verwendete - STYLES */
/**************************************/

/* Label - alle Beschreibungstexte der Felder */




body {

color : Black;
font-family : Verdana, Tahoma, Helvetica, sans-serif;
margin:0px;
padding:0px; /* für Crossbrowser-Kompatibilität*/
text-align:center; /* Hack fuer IE5/Win */

}

#kontakt {
 position: relative;
margin: 0px 0px 2px 0px;
padding: 2px 15px 0px 2px;
border: 1px solid #0A1116;
float: left;
width: 345px;
height:405px;
background-color: #D1A0A0;
font-size: .9em;
}

 form {
 	margin: 0px;
	padding: 0px;
 }

label {
text-align: left;
padding-left: 30px;
font-size: .8em;
display:   block;
vertical-align: middle;
line-height: 20px;
	 
}

/* einzeilige Texteingabefelder */
.b4yf_inputfeld {

display:   block;
float: right;
margin-top: -20px;
margin-bottom: 2px;
padding-right: 25px;
font-size: .82em;
	width: 150px;
	color: #044A6B;
	background-color: #EBD4D4;
	background-image: url(../../../gfx_assets/inputf_bg.png);
	background-repeat: repeat-x;
	border: 1px solid #a4bccd;
	line-height: 18px;
}


/* mehrzeilige Texteingabefelder */
.b4yf_textarea {
	width: 210px;
	color: #044A6B;
	background-color: #EBD4D4;
	margin-bottom: 4px;
	border: 1px solid #a4bccd;
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	font-size: .8em;	
	padding: 2px 2px 2px 2px;
	margin: 2px 0px 2px 10px;
	
	
	
}


/* Select-Auswahlfeld */
.b4yf_selectfeld {
display:    inline-block;
float: right;
	font-size: .8em;
	width: 150px;
	margin-top: -20px;
	color: #044A6B;
	background-color: #EBD4D4;
	border: 1px solid #a4bccd;
	line-height: 25px;
	margin-bottom: 5px;
}


.b4yf_checkbox {
display:  block;
float: right;
line-height: 22px;
vertical-align: middle;

margin-bottom: 2px;
margin-right: 45px;
background-color: #EBD4D4;
height: 15px;
border: none;


}

/* Infotext aus den variablen Feldern  */
.b4yf_infotext {
	font-size: .82em;
	padding-top: 10px;
	padding-bottom: 10px;
	font-style: normal;
	font-weight: bold;
}


/* Eingabefeld und "Durchsuchen-Button" für das File-Feld  */
.b4yf_filefeld {
	font-size: .82em;
	height: 15px;
	
}



/* E-Mail: Beschreibung der Felder */
.b4yf_mail_value {
	font-size: 1em;
	padding-bottom: 5px;
	color: #043951;
	text-align:  left;
}


/* E-Mail: übergebene Werte */
.b4yf_mail_beschreibung {
	font-size: .8em;
		font-weight: bold;
		color: #044A6B;
}

#b4yf_11{
margin-top: 5px;
display:    inline-block;

	
}

/******************************/
/* TEMPLATESPEZIFISCHE STYLES */
/******************************/


.b4yf_fieldset {
 border: none;
 margin: 0px;
 padding: 0px;
	
}


p {
	font-size: .85em;
	color: #044A6B;
	
		
}
#mailbg{
position:   relative;
width: 350px;
float:   left;
text-align: left;
padding: 10px 5px 1px 5px;;
 margin-top: 10px;
 margin-left: 10px;
 margin-right: 10px;
 margin-bottom: 15px;
  background-color: #f1f8fd;
border: 1px solid #a4bccd;
height:  445px;
line-height: 15px;
}

.b4yf_rahmen {
    width: 99%;
	border :  none;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
}


.b4yf_copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
    padding: 4px;
	  text-align: left;
	
}


.b4yf_error {
	padding-top : 5px;
	padding-bottom : 5px;
	color: #DB0000;
	background-color:  transparent;
	font-size: .9em;
	font-weight: bold;
	height: 5px;
}


.b4yf_button {
	background-image: url(images/send.png);
 background-repeat:   repeat-x;
	font-size: .9em;
	line-height: 1em;
	width: 65%;
	text-align: center;
	border: 1px solid #a4bccd;
	color: #044A6B;
	padding-left:20px;
	height:27px;
}


.b4yf_align_right {
	text-align: right;
}


.b4yf_align_center {
	text-align: center;
	
	
}


a.b4yf:link {
	text-decoration : none;
	color : #056C9A;
	background-color: #E7F3FE;
}

a.b4yf:visited {
	text-decoration : none;
	color : #FAEBD7;
	background-color: #E7F3FE;
}

a.b4yf:hover {
	text-decoration : underline;
	color : #044A6B;
	background-color: #FDFEFF;
}

a.b4yf:active {
	text-decoration : none;
	color : #044A6B;
	background-color: #FDFEFF;
}

h1{
font-size: 1em;
line-height: 1.2em;
color: #044A6B;
margin: 5px;
font-weight: bold;
	}

