@charset "UTF-8";
/**

*/

  /**
  * @section browser reset
  */
  
html, body {
	font: 100% Tahoma, Helvetica, Verdana, Arial, sans-serif;
	height:100%;
	width:100%;
}
/* Globales Zurücksetzen der Innen- und Außenabstände für alle HTML-Elemente */

* { margin:0; padding: 0; }

/* Korrektur: Das Zurücksetzen der Abstände verursacht zu kleine Selectboxen. */
option { padding-left: 1px; }
select { padding: 1px; }

/**
* Globale Korrektur des Italics Bugs des IE 5.x und IE 6
*
* @bugfix
* @affected   IE 5.x/Win, IE6
* @css-for    IE 5.x/Win, IE6
*/


img {
	border: 0px;
}


/** HEADLINES **/
    
h3.form_h3 {
    font-size:14px;
    font-weight: bold;
    color:#000;
    line-height: 20px;
	margin:15px 20px;
    }


/****************** 
	FORMS 
******************/
input.f_standard{
    font-size:12px;
    color:#000;
    border: 1px solid #CCCCCC;  
    height:24px;
	width: 190px;
	padding: 1px 0px 1px 10px;
	border-color: #000000;
	background-color: #FFFFFF;
}

input.f_input{
   font-size:12px;
    color:#000;
    border: 1px solid #CCCCCC;  
    height:24px;
	width: 190px;
	padding: 1px 0px 1px 10px;
	border-color: #00905A;
	background-color: #D7D49B;
}

input.f_error{
    font-size:12px;
    color:#000;
    border: 1px solid #CCCCCC;  
    height:24px;
	width: 190px;
	padding: 1px 0px 1px 10px;
	border-color: #B40404;
	background-color: #F78181;
}

input:focus{
	border-color: #879B1D;
	background-color: #F2F3CA;
	color: #000;
}

input[type="submit"] {
	background: #FFF url(../images/btn/btn_send.png) no-repeat;
	width: 140px;
	height: 30px;
	margin: 0;
	padding: 0;
	border: 0;
}

input[type="submit"]:hover {
	background: #FFF url(../images/btn/btn_send_over.png) no-repeat;
}



/** POPUP **/

body.popup{
	background: #FFFFFF;
	/* Beseitigung von Rundungsfehler beim Skalieren von Schriftgrößen in älteren Opera Versionen */
	font-size: 100.01%;
	text-align: left; 
	font-size: 12px;
	color:#666666;
	line-height: 16px;
}

#popup_header{
	height: 87px; 
	background: #FFF url(../images/logo-fd.jpg) no-repeat; 
	padding: 0; 
	margin-top: 7px;
}

#popup_wrapper{
	width: 500px;
	margin-left: 20px;
}



#popup_form_box {
	width:460px; 
	background: #FFF url(../images/form_stripe.png) repeat-y;
	min-height: 250px;
}
#popup_form_bottom {
	width:460px; 
	background-color:#C8CE1E;
	min-height: 2px;
	height: 2px;
}

#popup_buttons{
	padding: 20px 50px 20px 0px;
	text-align:right;
}

.inner_popup{
	padding: 15px 0px 15px 50px;
}

div.f_frame{
	border: 1px solid #CCC; 
	width:460px;
}

label.f_label{
	padding-right: 20px;
	font-size: 14px;
	font-weight: bold;
	color:#666666;
}

/* FOOTER */

#popup_footer {
	padding: 0px; 
	color:#666; 
	background: #FFF; 
	width: 460px;
}

#popup_footer_box{
	font-size: 11px;
	line-height:14px;
	padding: 15px 0px 0px 0px;
	height:28px;
	width: 460px;

}


#sendText {
	margin:15px 20px;
}



