

.ed {
    

}

.pl10 { padding-left:10px ; }
.pr10 { padding-right:10px ; }

/* Button Style 1 */
a.btn_1{
	color:#000000;
	display:block;
	text-align:center;
	border:black solid 1px;
	text-decoration:none;
	font:bold 10pt arial, arial;
	background-color: #CCCCCC;
	height:17px;
	vertical-align: middle;
}


/* Button Style 1 */
a.btn_2{
	color:#888888;
	display:block;
	text-align:center;
	border:black solid 1px;
	text-decoration:none;
	font:bold 10pt arial, arial;
	background-color: #CCCCCC;
	height:17px;
	vertical-align: middle;
}

/* Font: schwarz 12pt bold */	
.FW8  { font-weight: normal ;
         font-family:Arial;
	     font-size:8pt;
	     color:#FFFFFF;
       }

/* Font: rot 10pt normal */	
.FX  { font-weight: bold ;
         font-family:Arial;
	     font-size:10pt;
	     color:#FF00FF;
       }
/* Font: rot 10pt normal */	
.FB10B  { font-weight: bold ;
         font-family:Arial;
	     font-size:10pt;
	     color:#0000FF;
       }

/* Font: schwarz 12pt bold */	
.FS10  { font-weight: normal ;
         font-family:Arial;
	     font-size:10pt;
	     color:#000000;
       }

/* Font: schwarz 12pt bold */	
.FS10B { font-weight: bold ;
         font-family:Arial;
	     font-size:10pt;
	     color:#000000;
       }
	   
	   
	   
/* Font: rot 10pt normal */	
.FR10B  { font-weight: bold ;
         font-family:Arial;
	     font-size:10pt;
	     color:#FF0000;
       }

/* Dunkelbraun Font */
.FBR10B	{ font-weight: bold ;
         font-family:Arial;
	     font-size:10pt;
	     color:#800000;
       }   

	   
/* Dunkelgrüner Font */
.FGR10B	{ font-weight: bold ;
         font-family:Arial;
	     font-size:10pt;
	     color:#4a5a4a;
       }   
/* Dunkelgrüner Font */
.FGR12B	{ font-weight: bold ;
         font-family:Arial;
	     font-size:12pt;
	     color:#4a5a4a;
       }   

/* Zelle top 1px black */
.T1   {
		border-top-style: Solid;
        border-top-color: #000000;
        border-top-width: 1px;
      }


/* Zelle right 1px black */
.R1  {  border-right-style: Solid;
        border-right-color: #000000;
        border-right-width: 1px;
      }

/* Zelle left 1px schwarz */
.L1  {  border-left-style: Solid;
        border-left-color: #000000;
        border-left-width: 1px;
      }
	  
	  
/* Zelle bottom 1px schwarz */
.B1  {  border-bottom-style: Solid;
        border-bottom-color: #000000;
        border-bottom-width: 1px;
      }
	  
	  
/* Zelle top 1px hellgrau */
.T2   {
		border-top-style: Solid;
        border-top-color: #AAAAAA ;
        border-top-width: 1px;
      }


/* Zelle right 1px hellgrau */
.R2  {  border-right-style: Solid;
        border-right-color: #AAAAAA;
        border-right-width: 1px;
      }

/* Zelle left 1px hellgrau */
.L2  {  border-left-style: Solid;
        border-left-color: #AAAAAA;
        border-left-width: 1px;
      }
	  
	  
/* Zelle bottom 1px weiß */
.B2  {  border-bottom-style: Solid;
        border-bottom-color: #AAAAAA;
        border-bottom-width: 1px;
      }

	  
/* Zelle top 1px weiß */
.T3   {
		border-top-style: Solid;
        border-top-color: #FFFFFF ;
        border-top-width: 1px;
      }


/* Zelle right 1px weiß */
.R3  {  border-right-style: Solid;
        border-right-color: #FFFFFF;
        border-right-width: 1px;
      }

/* Zelle left 1px weiß */
.L3  {  border-left-style: Solid;
        border-left-color: #FFFFFF;
        border-left-width: 1px;
      }
	  
	  
/* Zelle bottom 1px weiß */
.B3  {  border-bottom-style: Solid;
        border-bottom-color: #FFFFFF;
        border-bottom-width: 1px;
      }

/* button style */
.BTN1 { height:20px ;
        width:100px ;
		font-size:9pt; 
}
/* rand oben */
.BGoben{
   background-color: #a5ba8c;
}

/* canvas */
.BG1{
   background-color: #d7e0cc;
}
/* Hellblau */
.BG2{
   background-color: #AAAAFF;
}

/* bg = hellgrün */
.BGHGR{
   background-color: #BBFFBB;
}

/* bg = weiß */
.BGW{
   background-color: #FFFFFF;
}

a { display:block;
	border:none ;
	text-decoration:none;
	height:100%;
	vertical-align: middle;
}

a:hover {
  background-color: #484;
  color: #fff;
}

a.btn_2:hover  {
  background-color: #484;
  color: #AAAAAA;
}

.kopf{
   background-color: #a5ba8c;
   height: 110px; /* Height fuer IE5/win */
   padding-top: 10px;
   padding-right: 0px;
   padding-bottom: 20px;
   padding-left: 20px;
   margin-top: 5px;
   margin-left: 20px;
   margin-right: 20px;
   margin-bottom: 0px;
   font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 200%;
	font-weight: 900;
	color: #4a5a4a;

}


