@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; }


/**
* 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:16px;
    font-weight: bold;
    color:#000;
    line-height: 20px;
	margin:15px 20px;
    }


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;
}


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

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


/* Texte */
p {
	position:relative;
	left: 20px;
	width: 420px;
	color: #333333;
}

table {
	position:relative;
	left: 20px;
	color: #333333;
}

a {
	color:#333333;
	text-decoration:none;
	text-underline:none;
}

a:hover {
	color:#879B1D;
	text-decoration:underline;
	text-underline:true;
}

/* 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;

}





