/* Formatanweisungen Monitor */

/* css positionierung fuer dreispaltige darstellung normalseiten*/
/* l = left, c = center, r = right                              */
/* u = up, m = main, d = down                                   */
/* Gliederung:                                                  */
/* left-up - center-up - right-up							    */
/* left-main - center-main - right-main                         */
/* left-down - center-down - right-down                         */


/* box left up */
#box-l-up-3			
                    { position: absolute; 
			  		top:5px; left:5px; 
			  		min-width:150px;
			  		max-width:150px;
			  		min-height:130px;
			  		max-height:130px;
			  		visibility: visible;
			  		}

/* box zwischen box-left-up-3 und box-center-up-3 */		  		
#box-buff_up_l-c

					{ position: absolute; 
			  		top:5px; left:155px; 
			  		min-width:5px;
			  		max-width:5px;
			  		min-height:130px;
			  		max-height:130px;
			  		visibility: visible;
			  		}

/* box center up */
#box-c-up-3 		
                    { position: absolute; 
			  		top:5px; left:160px; 
			  		min-width:640px;
			  		max-width:640px;
			  		min-height:130px;
			  		max-height:130px; 
			  		visibility: visible;
			  		}

/* box zwischen box-center-up-3 und box-right-up-3 */
#box-buff_up_c-r
					{ position: absolute; 
			  		top:5px; left:800px; 
			  		min-width:5px;
			  		max-width:5px;
			  		min-height:130px;
			  		max-height:130px;
			  		visibility: visible;
			  		}

/* box right up */			  
#box-r-up-3			
                    { position: absolute;
			  		top:5px; left:805px; 
			  		min-width:180px;
			  		max-width:180px;
			  		min-height:130px;
			  		max-height:130px; 
			  		visibility: visible;
			  		}

/* box links mitte */
#box-l-main-3		
                    { position: absolute; 
			  		top:140px; left:5px; 
			  		min-width:160px;
			  		max-width:160px; 
			  		visibility: visible;
			  		}

/* box center mitte */
#box-c-main-3 		
                    { position: absolute;
			  		top:140px; left:160px; 
			  		min-width:640px;
			  		max-width:640px;
			  		overflow : auto;
			  		visibility: visible; 
			  		}

/* box zwischen box-right-up-3 und box-right-main-3 */	  		
#box-buff_r_u-m		
                    { position: absolute; 
			  		top:135px; left:805px; 
			  		min-width:180px;
			  		max-width:180px;
			  		min-height:5px;
			  		max-height:5px;
			  		visibility: visible;
			  		}

/* box rechts mitte */			  
#box-r-main-3		
                    { position: absolute;
			  		top:140px; left:805px; 
			  		min-width:180px;
			  		max-width:180px;
			  		visibility: visible; 
			  		}


/* css positionierung fuer zweispaltige darstellung normalseiten*/

#box-up-2			{ position:absolute; 
			  		top:5px; left:5px; 
			  		min-width:800px;
			  		height:130px; 
			  		visibility: visible;
			  		z-index:1 }
			  
#box-rightup-2 		{ position:absolute;
			  		top:5px; left:800px; 
			  		min-width:180px; height:130px; 
			  		visibility: visible;
			  		z-index:2 }

#box-main-2			{ position:absolute;
			  		top:5px; left:5px; 
			  		min-width:800px; 
			  		visibility: visible; 
			  		z-index:1; }
			  
#box-right-2		{ position:absolute;
			  		top:5px; left:800px; 
			  		min-width:180px; 
			  		visibility: visible; 
			  		z-index:2; }
			  

/* css positionierung fuer dreispaltige darstellung portal-seite*/

#box-left-p  		{ position:absolute;
			  		top:5px; left:5px; 
			  		min-width:150px; 
			  		visibility: visible; 
			  		z-index:2; }

#box-main-p  		{ position:absolute;
			  		top:5px; left:155px; 
			  		min-width:500px; 
			  		visibility: visible; 
			  		z-index:1; }
			  
#box-right-p 		{ position:absolute;
			  		top:5px; left:655px; 
			  		min-width:180px; 
			  		visibility: visible; 
			  		z-index:2; }


/* seiten */
body 		
				{
			 	font-family:Arial,Helvetica,sans-serif;
			 	font-size: 12pt;
			 	font-weight: normal;
			 	color: #000000;
			 
			 	/* background-image:url('../images/.../bground200x200.gif'); */
  			 	/* background-repeat:repeat; */
 
			 	/*background-color: #333333; */
			 	background-color: #eeeeee;
      		 
      		 	/* scrollbar-face-color:#cccccc;       */
      		 	/* scrollbar-highlight-color:#FFAAAA;  */
			 	/* scrollbar-3dlight-color:#333333;    */
			 	/* scrollbar-darkshadow-color:#000000; */
			 	/* scrollbar-shadow-color:#0074E8;     */
			 	/* scrollbar-arrow-color:#FF0000;      */
			 	/* scrollbar-track-color:#E0E0E0;      */
			 
			 	margin-left:0px;
			 	margin-top:0px
				}
						

/* formulare */
.f_button		{
			 	Color: rgb(255,204,104);
			 	Background-Color: #BD0010;
			 	font-size:12px;
			 	font-weight:bold
				}

.f_feld_backgr
				{
			 	background-color:#CCFFFF;
			 	color: #000000;
			 	border-style:ridge;
			 	border-color:#cccccc;
				}

.f_option		{
			 	background-color:#CCFFFF;
			 	font-size:10pt; 
			 	color:#000066;
				}



/* links */
A:link    {color: #000080; border: 0px; text-decoration: none;} 	/* noch nicht besuchter Link */
A:visited {color: #000080; border: 0px; text-decoration: none;}   	/* schon besuchter Link      */
A:hover   {color: #FF0000; border: 0px; text-decoration: none;} 	/* Benutzer 'hovert'         */
A:active  {color: #FF0000; border: 0px; text-decoration: none;}   	/* Link wird ausgewählt      */
			



/* tabellen mit unterklassen*/
table 			{
			 	background-color: #FFFFFF;
			 	font-size: 10pt;
			 	color: #000000;
				 
			 	margin-top: 0px;
			 	margin-bottom: 0px;
			 	margin-left: 0px;
			 	margin-right: 0px;
			 
             	padding-top: 0px;
			 	padding-bottom: 0px;
			 	padding-left: 0px;
			 	padding-right: 0px;
			 
			 	border-top-style: none;
			 	border-bottom-style: none;
			 	border-left-style: none;
			 	border-right-style: none;
			 
			 	border-top-width: 0px;
			 	border-bottom-width: 0px;
			 	border-left-width: 0px;
			 	border-right-width: 0px;
			 
			 	border-top-color: #FFFFFF;
			 	border-bottom-color: #FFFFFF;
			 	border-left-color: #FFFFFF;
			 	border-right-color: #FFFFFF;
			 
			 	border-spacing: 0px;
          		}
           

/* left up */
table.l-up-3	
				{
			 	width: 150px;
			 	height: 130px;
			 	background-color: #FFFFFF;
			 	
			 	font-size: 10pt;
			 	color: #000000;
			 	
			 	margin-top: 0px;
			 	margin-bottom: 0px;
			 	margin-left: 0px;
			 	margin-right: 0px;
			 	
			 	padding-top: 0px;
			 	padding-bottom: 0px;
			 	padding-left: 0px;
			 	padding-right: 0px;
			 				 
			 	border-top-style: solid;
			 	border-bottom-style: solid;
			 	border-left-style: solid;
			 	border-right-style: solid;
			 
			 	border-top-width: 1px;
			 	border-bottom-width: 1px;
			 	border-left-width: 1px;
			 	border-right-width: 0px;
			 
			 	border-top-color: #000000;
			 	border-bottom-color: #000000;
			 	border-left-color: #000000;
			 	border-right-color: #000000;
			 
			 	border-spacing: 0px;
			 
			 	text-align: left;
			 	vertical-align: top;
				}


/* buffer zwischen box-l-up-3 und box-c-up-3 */
table.buff_up_l-c

			    {
			 	width: 5px;
			 	height: 130px;
			 	background-color: #FFFFFF;
			 	
			 	font-size: 10pt;
			 	color: #000000;
			 	
			 	margin-top: 0px;
			 	margin-bottom: 0px;
			 	margin-left: 0px;
			 	margin-right: 0px;
			 	
			 	padding-top: 0px;
			 	padding-bottom: 0px;
			 	padding-left: 0px;
			 	padding-right: 0px;
			 				 
			 	border-top-style: solid;
			 	border-bottom-style: solid;
			 	border-left-style: none;
			 	border-right-style: none;
			 
			 	border-top-width: 1px;
			 	border-bottom-width: 1px;
			 	border-left-width: 0px;
			 	border-right-width: 0px;
			 
			 	border-top-color: #000000;
			 	border-bottom-color: #000000;
			 	border-left-color: #000000;
			 	border-right-color: #000000;
			 
			 	border-spacing: 0px;
			 
			 	text-align: left;
			 	vertical-align: top;
				}


/* center up */
table.c-up-3
				{
			 	width: 640px;
			 	height: 130px;
			 	background-color: #FFFFFF;
			 	
			 	font-size: 10pt;
			 	color: #000000;
			 	
			 	padding-top: 5px;
			 	padding-bottom: 5px;
			 	padding-left: 5px;
			 	padding-right: 5px;

			 	border-top-style: solid;
			 	border-bottom-style: solid;
			 	border-left-style: solid;
			 	border-right-style: solid;
			 
			 	border-top-width: 1px;
			 	border-bottom-width: 1px;
			 	border-left-width: 0px;
			 	border-right-width: 1px;
			 
			 	border-top-color: #000000;
			 	border-bottom-color: #000000;
			 	border-left-color: #000000;
			 	border-right-color: #000000;
			 
			 	border-spacing: 0px;
			 
			 	text-align: left;
			 	vertical-align: middle;		 
				}


/* buffer zwischen box-c-up-3 und box-r-up-3 */
table.buff_up_c-r
			    {
			 	width: 5px;
			 	height: 130px;
			 	background-color: #FFFFFF;
			 	
			 	font-size: 10pt;
			 	color: #000000;
			 	
			 	margin-top: 0px;
			 	margin-bottom: 0px;
			 	margin-left: 0px;
			 	margin-right: 0px;
			 	
			 	padding-top: 0px;
			 	padding-bottom: 0px;
			 	padding-left: 0px;
			 	padding-right: 0px;
			 				 
			 	border-top-style: solid;
			 	border-bottom-style: solid;
			 	border-left-style: none;
			 	border-right-style: none;
			 
			 	border-top-width: 1px;
			 	border-bottom-width: 1px;
			 	border-left-width: 0px;
			 	border-right-width: 0px;
			 
			 	border-top-color: #000000;
			 	border-bottom-color: #000000;
			 	border-left-color: #000000;
			 	border-right-color: #000000;
			 
			 	border-spacing: 0px;
			 
			 	text-align: left;
			 	vertical-align: top;
				}


/* right up */
table.r-up-3	
				{
			 	width: 180px;
			 	height: 130px;
			 	background-color: #FFFFFF;
			 	
			 	font-size: 10pt;
			 	color: #000000;
			 
			 	border-top-style: solid;
			 	border-bottom-style: solid;
			 	border-left-style: solid;
			 	border-right-style: solid;
			 
			 	border-top-width: 1px;
			 	border-bottom-width: 1px;
			 	border-left-width: 1px;
			 	border-right-width: 1px;
			 
			 	border-top-color: #000000;
			 	border-bottom-color: #000000;
			 	border-left-color: #000000;
			 	border-right-color: #000000;
			 
			 	border-spacing: 0px;
			 
			 	text-align: center;
			 	vertical-align: middle;
			 	
			 	padding-top: 1px;
			 	padding-bottom: 1px;
			 	padding-left: 1px;
			 	padding-right: 1px;		 	
				}


/* left main */
table.l-main-3
				{
			 	width: 150px;
			 	background-color: #FFFFFF;
			 
  			 	font-size: 8pt;
			 	color: #000000;
			 	font-weight: bold;

			 	
			 	margin-top: 0px;
			 	margin-bottom: 0px;
			 	margin-left: 0px;
			 	margin-right: 0px;
			 
             	padding-top: 5px;
			 	padding-bottom: 5px;
			 	padding-left: 5px;
			 	padding-right: 5px;
			 
			 	border-top-style: solid;
			 	border-bottom-style: solid;
			 	border-left-style: solid;
			 	border-right-style: solid;
			 
			 	border-top-width: 1px;
			 	border-bottom-width: 1px;
			 	border-left-width: 1px;
			 	border-right-width: 1px;
			 
			 	border-top-color: #ff0000;
			 	border-bottom-color: #000000;
			 	border-left-color: #ff0000;
			 	border-right-color: #000000;
			 
			 	border-spacing: 0px;
				}


/* center main */              
table.c-main-3
				{
			 	width: 640px;
			 	background-color: #FFFFFF;
			 	font-size: 10pt;
			 	color: #000000;
			 	
			 	margin-top: 0px;
			 	margin-bottom: 0px;
			 	margin-left: 0px;
			 	margin-right: 0px;
			 
             	padding-top: 5px;
			 	padding-bottom: 5px;
			 	padding-left: 5px;
			 	padding-right: 5px;
			 
			 	border-top-style: solid;
			 	border-bottom-style: solid;
			 	border-left-style: solid;
			 	border-right-style: solid;
			 
			 	border-top-width: 1px;
			 	border-bottom-width: 1px;
			 	border-left-width: 1px;
			 	border-right-width: 1px;
			 
			 	border-top-color: #000000;
			 	border-bottom-color: #000000;
			 	border-left-color: #000000;
			 	border-right-color: #000000;

			 	border-spacing: 0px;
				}


/* buffer zwischen right-up und right main */
table.buff_r_u-m  
				{
			 	width: 180px;
			 	height: 5px;
			 	background-color: #FFFFFF;
			 	
			 	font-size: 10pt;
			 	color: #000000;
			 	
			 	margin-top: 0px;
			 	margin-bottom: 0px;
			 	margin-left: 0px;
			 	margin-right: 0px;
			 	
			 	padding-top: 0px;
			 	padding-bottom: 0px;
			 	padding-left: 0px;
			 	padding-right: 0px;
			 				 
			 	border-top-style: none;
			 	border-bottom-style: none;
			 	border-left-style: solid;
			 	border-right-style: solid;
			 
			 	border-top-width: 0px;
			 	border-bottom-width: 0px;
			 	border-left-width: 1px;
			 	border-right-width: 1px;
			 
			 	border-top-color: #000000;
			 	border-bottom-color: #000000;
			 	border-left-color: #000000;
			 	border-right-color: #000000;
			 
			 	border-spacing: 0px;
			 
			 	text-align: left;
			 	vertical-align: top;
				}


/* right main */
table.r-main-3
				{
				width: 180px;	
			 	background-color: #FFFFFF;
			 	
			 	font-size: 8pt;
			 	color: #000000;
			 	font-weight: bold;
			 	
			 	margin-top: 0px;
			 	margin-bottom: 0px;
			 	margin-left: 0px;
			 	margin-right: 0px;
			 
             	padding-top: 10px;
			 	padding-bottom: 10px;
			 	padding-left: 15px;
			 	padding-right: 10px;
			 
			 	border-top-style: solid;
			 	border-bottom-style: solid;
			 	border-left-style: solid;
			 	border-right-style: solid;
			 
			 	border-top-width: 1px;
			 	border-bottom-width: 1px;
			 	border-left-width: 1px;
			 	border-right-width: 1px;
			 
			 	border-top-color: #000000;
			 	border-bottom-color: #000000;
			 	border-left-color: #000000;
			 	border-right-color: #000000;
			 
			 	border-spacing: 0px;		 	
				}

/* left down */


/* center down */
table.c-down-3
				{
			 	width: 640px;
			    background-color: #FFFFFF;

			 	font-size: 8pt;
			 	color: #000000;
			 	
			 	margin-top: 0px;
			 	margin-bottom: 0px;
			 	margin-left: 0px;
			 	margin-right: 0px;
			 
             	padding-top: 5px;
			 	padding-bottom: 5px;
			 	padding-left: 5px;
			 	padding-right: 5px;
			 
			 	border-top-style: solid;
			 	border-bottom-style: solid;
			 	border-left-style: solid;
			 	border-right-style: solid;
			 
			 	border-top-width: 1px;
			 	border-bottom-width: 1px;
			 	border-left-width: 1px;
			 	border-right-width: 1px;
			 
			 	border-top-color: #000000;
			 	border-bottom-color: #000000;
			 	border-left-color: #000000;
			 	border-right-color: #000000;
			 
			 	border-spacing: 0px;

				}


/* right down */

			
			

/* images  */
img#leftup      {
           		background-color : transparent;
           		border-width : 0px;
           		border-style : solid;
			 	border-color: #000000;
			 	text-align: left;
			 	vertical-align: top;
				}


img#center      {
           		background-color : transparent;
           		border-width : 1px;
           		border-style : solid;
			 	border-color: #000000;
			 	text-align: center;
			 	vertical-align: middle;
				}

img#rightup      {
           		background-color : transparent;
           		border-width : 0px;
           		border-style : solid;
			 	border-color: #000000;
			 	text-align: right;
			 	vertical-align: top;
				}

/* Topzeile in r-main-3 */
TR#r-main-3_rowtop
 				{
			 	font-size: 10pt;
			 	font-weight: bold;
			 	color: #000000;
			 	text-align: left;
			 	
			 	padding-top: 0px;
			 	padding-bottom: 0px;
			 	padding-left: 0px;
			 	padding-right: 0px;

				}
	

/* zeilen in l-main-3 */
TR#rowtop,
TR#rowbottom
				{
			 	font-size: 8pt;
			 	font-weight: bold;
			 	color: #808080;
			 	text-align: center;
				}



/* zeilen in l-main-3 */			
TR#rowmiddle
				{
  			 	font-size: 8pt;
  			 	font-weight: normal;
				}




/* alle elemente, eigentlich all.bezeichner */
/* aber dann vom IE ignoriert!              */
.betont			{
 			 	font-size: 10pt;
  			 	font-weight: bold;
				}




/* boxes frameseite */
#f_leftup		{
        	 	/* background:blue; */
        	 	position: absolute;
        	 	width: 140px;
        	 	height: 120px;
        	 	top: 0;
        	 	right: 0;
        	 	bottom: auto;
        	 	left: 0;
        	 	padding-top: 5px;
			 	padding-bottom: 0px;
			 	padding-left: 5px;
			 	padding-right: 0px;

      			}

#f_left			{
        	 	/* background:yellow; */
        	 	position: absolute;
        	 	width: 140px;
        	 	height: auto;
        	 	top: 120px;
        	 	right: auto;
        	 	bottom: 0px;
        	 	left: 0px;
        	 	padding-top: 5px;
			 	padding-bottom: 0px;
			 	padding-left: 5px;
			 	padding-right: 0px;

      			}

#f_up 			{
        	 	/* background:red; */
        	 	position: absolute;
        	 	width: auto;
        	 	height: 120px;
        	 	top: 0px;
        	 	right: 0px;
        	 	bottom: 0px;
        	 	left: 140px;
        	 	padding-top: 5px;
			 	padding-bottom: 0px;
			 	padding-left: 10px;
			 	padding-right: 0px;

      			}
      		
#f_main			{
        	 	/* background:green; */
        	 	position: absolute;
        	 	width: 600px;
        	 	height: auto;
        	 	top: 120px;
        	 	right: 0px;
        	 	bottom: 0px;
        	 	left: 140px;
        	 
        	 	padding-top: 5px;
			 	padding-bottom: 0px;
			 	padding-left: 10px;
			 	padding-right: 0px;

      			}

/* Ende Formatanweisungen Monitor */


/* Formatanweisungen Drucker */

@media print
{

body 		
				{
			 	font-family:Arial,Helvetica,sans-serif;
			 	font-size: 12pt;
			 	font-weight: normal;
			 	color: black;

			 	background-color: white;
			
			 	margin-left:5px;
			 	margin-top:5px
				}
						

body.upbanner
				{
				display: none
				}
			
			


/* formulare */
.f_button		{
			 	Color: rgb(255,204,104);
			 	Background-Color: #BD0010;
			 	font-size:12px;
			 	font-weight:bold
				}

.f_feld_backgr
				{
			 	background-color:#CCFFFF;
			 	border-style:ridge;
			 	border-color:#cccccc;
				}

.f_option		{
			 	background-color:#CCFFFF;
			 	font-size:10pt; 
			 	color:#000066;
				}



/*img 		{									*/
/*           color: #FFFFFF;*/
/*           background-color:transparent;		*/
/*           border : 0px;						*/
/*           border-style : none;				*/
/*			}



/* links */
body a:link, body a:visited {font-weight: bold; text-decoration: none;}
body a:link:after, body a:visited:after {content: "> attr(href"; font-weight: normal; font-size: 80%}
			


/* tabellen mit unterklassen*/
table 			{
			 	background-color: white;
			 	font-size: 10pt;
				 
			 	margin-top: 0px;
			 	margin-bottom: 0px;
			 	margin-left: 0px;
			 	margin-right: 0px;
			 
             	padding-top: 0px;
			 	padding-bottom: 0px;
			 	padding-left: 0px;
			 	padding-right: 0px;
			 
			 	border-top-style: none;
			 	border-bottom-style: none;
			 	border-left-style: none;
			 	border-right-style: none;
			 
			 	border-top-width: 0px;
			 	border-bottom-width: 0px;
			 	border-left-width: 0px;
			 	border-right-width: 0px;
			 
			 	border-top-color: white;
			 	border-bottom-color: white;
			 	border-left-color: white;
			 	border-right-color: white;
			 
			 	border-spacing: 0px;
          		}
          
               
table.normseite
				{
			 	width: 500px;
			 
			 	border-top-style: solid;
			 	border-bottom-style: solid;
			 	border-left-style: solid;
			 	border-right-style: solid;
			 
			 	border-top-width: 2px;
			 	border-bottom-width: 2px;
			 	border-left-width: 2px;
			 	border-right-width: 2px;
			 
			 	border-top-color: white;
			 	border-bottom-color: white;
			 	border-left-color: white;
			 	border-right-color: white;
			 
			 	border-spacing: 0px;

				}


table.zitat
				{
			 	width: 390px;
			 
			 	border-top-style: solid;
			 	border-bottom-style: solid;
			 	border-left-style: solid;
			 	border-right-style: solid;
			 
				border-top-width: 1px;
			 	border-bottom-width: 1px;
			 	border-left-width: 1px;
			 	border-right-width: 1px;
			 
			 	border-top-color: black;
			 	border-bottom-color: black;
			 	border-left-color: black;
			 	border-right-color: black;
			 
			 	border-spacing: 0px;
			 
			 	padding-top: 5px;
			 	padding-bottom: 5px;
			 	padding-left: 10px;
			 	padding-right: 10px;

				}



table.fussnote
				{
				display: none
				}


table.leftup	
				{
				display: none
				}


table.leftmenu
				{
				display: none
				}



table.upbanner
				{
				display: none
				}
				
			

td				{
			 	padding-top: 0px;
			 	padding-bottom: 0px;
			 	padding-left: 0px;
			 	padding-right: 0px;
				}


tr				{
			 	padding-top: 0px;
			 	padding-bottom: 0px;
			 	padding-left: 0px;
			 	padding-right: 0px;
				}



/* zeilen in leftmenu */
TR#rowtop,
TR#rowbottom
				{
  			 	font-size: 10pt;
  			 	font-weight: bold;
				}

/* zeilen in leftmenu */			
TR#rowmiddle
				{
  			 	font-size: 8pt;
  			 	font-weight: normal;
				}




/* alle elemente, eigentlich all.bezeichner */
/* aber dann vom IE ignoriert!              */
.betont			{
 			 	font-size: 10pt;
  			 	font-weight: bold;
				}




/* boxes frameseite */
#f_leftup		{
        	 	/* background:blue; */
        	 	position: absolute;
        	 	width: 140px;
        	 	height: 120px;
        	 	top: 0px;
        	 	right: 0px;
        	 	bottom: auto;
        	 	left: 0px;
        	 	padding-top: 5px;
			 	padding-bottom: 0px;
			 	padding-left: 5px;
			 	padding-right: 0px;

      			}

#f_left			{
        	 	/* background:yellow; */
        	 	position: absolute;
        	 	width: 140px;
        	 	height: auto;
        	 	top: 120px;
        	 	right: auto;
        	 	bottom: 0px;
        	 	left: 0px;
        	 	padding-top: 5px;
			 	padding-bottom: 0px;
			 	padding-left: 5px;
			 	padding-right: 0px;

      			}

#f_up 			{
        	 	/* background:red; */
        	 	position: absolute;
        	 	width: auto;
        	 	height: 120px;
        	 	top: 0px;
        	 	right: 0px;
        	 	bottom: 0px;
        	 	left: 140px;
        	 	padding-top: 5px;
			 	padding-bottom: 0px;
			 	padding-left: 10px;
			 	padding-right: 0px;

      			}
      		
#f_main			{
        	 	/* background:green; */
        	 	position: absolute;
        	 	width: 600px;
        	 	height: auto;
        	 	top: 120px;
        	 	right: 0px;
        	 	bottom: 0px;
        	 	left: 140px;
        	 
        	 	padding-top: 5px;
			 	padding-bottom: 0px;
			 	padding-left: 10px;
			 	padding-right: 0px;

      			}

}		/* Ende Formatanweisungen Drucker */
