﻿/* DEFAULTS
----------------------------------------------------------*/



/*
    Anmeldeseite*/
.hintergrund {
	
	
    
    /*background-image: url('Anmeldeschirm.jpg');*/
   background: url('Anmeldeschirm.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

#steuerung {
	
	/*margin-right: 380px;
	
    

    background-repeat: no-repeat;
    background-position: right  bottom;
    height: 100%;*/
}

#zweite_spalte {
	
    float:right;
    
    height: 100%;
    background-color:white;
    z-index:4;
	margin-right:100px;
    
}

.panellogin
{
     /*padding-right: 35px;*/
     
     
}



