/*
#b8e345 gr�n (Kopfleiste)
#76767a grau/schwarz (Kopfleiste)
#e0ded9 wei�
#393c49 schwarz
#e0e0e0 hell grau (Hintergrund)
#C0C0C0 dunkel grau
*/

div
{

}
.KopfleisteMenu
{
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 30px;
  background-color:#b8e345;		/*Gr�n		
  /*opacity: 0.7;						/*Transparent Firefox 0 = durchsichtig 1 = komplett sichtbar*/
}
.KopfleisteMenu2
{
  position: absolute;
  top: 30px;
  left: 0%;
  width: 100%;
  height: 70px;
  background-color: #76767a;
  /*opacity: 0.7;						/*Transparent Firefox 0 = durchsichtig 1 = komplett sichtbar*/
}
.background
{
  position: absolute;
  top: 50px;
  left: 0%;
  width: 100%;
  height: 1100px;
  background-color: #e0e0e0;
  
  /*opacity: 0.7;						/*Transparent Firefox 0 = durchsichtig 1 = komplett sichtbar*/
}
.background_Text
{
  position: absolute;
  //top: 100px;
  //left: 0%;
  //width: 100%;
  //height: 100%;
  background-color: #e0e0e0;                                    //hellgrau
  //opacity: 0.7;						/*Transparent Firefox 0 = durchsichtig 1 = komplett sichtbar*/
}

.Register
{
  position: absolute;
  top: 50px;
  left: 1000px;						/*Wert kann lokal wieder �berschrieben werden*/
  width: 100px;
  height: 30px;
  background-color: #76767e;
  border: 1px solid black;			
  -moz-border-radius:10px; 			//Runde Ecken	(Netscape, Mozilla und Firefox)
  -khtml-border-radius:10px; 		//Runde Ecken	(Safarie, Konqueror)
}
