@charset "UTF-8";
/**
 
*/

@media all
{
  /**
  * Fonts
  * (en) font-family and font-size selection for headings and standard text elements
  * (de) Zeichensatz und Schriftgren fr berschriften und bliche Text-Elemente
  *
  * @section content-fonts
  */

  /* (en) reset font size for all elements to standard (16 Pixel) */
  /* (de) Alle Schriftgren auf Standardgre (16 Pixel) zurcksetzen */
  html * { font-size: 100.01% }

  /* (en) base layout gets standard font size 13px */
  /* (de) Basis-Layout erhlt Standardschriftgre von 13 Pixeln */
  body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #000000;
	background-color:#FFFFFF;
	/* (en) change size setting in /js/efa_fontsize.js when you use the fontsize bottons (Toolbar) */
    /* (de) Ändere die Einstellung der Schriftgröße in /js/efa_fontsize.js wenn die Fontsize Buttons benutzt werden (Toolbar) */		
		font-size: 82%;
  }
    
.antrag1 {
	font-size: 14px; 
}
.antrag2 {
	 font-size: 14px;
	 background-color: #FFCCCC;
}	

.antrag3 {
	 font-size: 18px;
	 background-color: #FFCCCC;
	 border-right-color:#FF0000;
}	


  h1,h2,h3,h4,h5,h6 { font-weight:normal; }

  h1, .componentheading {font-size: 1.6em; color: #666; margin: 0 0 0.25em 0; padding-top: 1.5em; }
  h2, .contentheading, td.buttonheading {font-size: 1.4em; color: #CC0000; margin: 0 0 0.25em 0; padding-top: 1.5em; }
  h3 {font-size: 1.3em; color: #5C6D75; margin: 0 0 0.25em 0; padding-top: 1.5em; border-bottom: 1px #eee solid; }
  h4 {font-size: 1.2em; color: #888; margin: 0 0 0.30em 0; padding-top: 1em; font-weight:bold; border-bottom: 1px #ddd solid;}
  h5 {font-size: 1.1em; color: #888; margin: 0 0 0.30em 0; font-style:italic; }
  h6 {font-size: 1.0em; color: #888; margin: 0 0 0.30em 0; font-style:italic; }
  h1 img {
  margin-left:0px;
  margin-right:10px;}

  #teaser h1 { font-size: 1.2em; border: 0; }
  .componentheading, .contentheading, .buttonheading td {margin:0;}

  p { line-height: 1.5em; margin: 0 0 1em 0; }
.button2, .button2eng, .button3
 {
	font-size        : 12px;
	font-weight      : bolder;
	color            : #FFFFFF;
	border           : 0px;
	width:389px;
	height:40px;
	BACKGROUND-IMAGE: url(/forms/images/button_send.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
	padding: 0px;
}

.button2eng 
 {
	BACKGROUND-IMAGE: url(/forms/images/button_send_eng.jpg);
}


.button3
 {
	BACKGROUND-IMAGE: url(/forms/images/button_send_eng.jpg);
}
.Stil1 {color:#FF0000;	font-size: 12px}
.Stil2 {font-size: 9px}

#apDiv1 {
	position:absolute;
	width:635px;
	height:345px;
	z-index:1;
	left: 273px;
	top: 200px;
	background-color: #FFFFCC;
	padding: 10px;
}
.Stil5 {
	font-size: 14px
}
.Stil6 {font-size: 16px; }

#apDiv2, #apDiv3, #apDiv4, #apDiv5, #apDiv6, #apDiv7, 
#apDiv8, #apDiv9, #apDiv10, #apDiv11, #apDiv12 {
	position:absolute;
	background-color:#FFFFCC;
	width:650px;
	height:300px;
	z-index:1;
	text-align: center;
	left: 273px;
	top: 200px;
}
#apDiv3 {
	top: 230px;
	height:20px;
}
#apDiv4 {
	top: 250px;
	height:20px;
}
#apDiv5 {
	top: 270px;
	height:20px;
}
#apDiv6 {
	top: 290px;
	height:20px;
}
#apDiv7 {
	top: 310px;
	height:20px;
}
#apDiv8 {
	top: 340px;
	height:20px;
}
#apDiv9 {
	top: 360px;
	height:20px;
}

#apDiv10 {
	top: 380px;
	height:20px;
}
#apDiv11 {
	top: 400px;
	height:20px;
}
#apDiv12 {
	top: 420px;
	height:20px;
}


}