/* Allgemein */

body {
	
	font-family:helvetica, sans-serif ;
	
}

/* Kopfzeile */

div.button_kopfzeile {
	
	float:left ;
	
	width:10vh ;
	height:10vh ;
	margin:0.5vh ;
	
	background-color:#B2D5FF ;
	
	cursor:pointer ;
	
	text-align:center ;
	font-size:1.1vh ;
	color:black ;
	
	background-position:center ;
	background-repeat:no-repeat;
	background-size:90% ;
	
}

div.button_zurueck {
	
	float:left ;
	text-align:center ;
	
	width:20vh ;
	height:7.5vh ;
	margin:0.5vh ;
	padding-top:2.7vh ;
	
	background-color:#B2D5FF ;
	color:white;
	
	font-size:5vh ;
	font-weight:bold;
	
	cursor:pointer ;
	
}

div.button_abbrechen {
	
	float:left ;
	text-align:center ;
	
	width:28vh ;
	height:7.5vh ;
	margin:0.5vh ;
	padding-top:2.7vh ;
	
	background-color:#B2D5FF ;
	color:white;
	
	font-size:5vh ;
	font-weight:bold;
	
	cursor:pointer ;
	
}

div.button_logout {
	
	float:right ;
	
	width:10vh ;
	height:10vh ;
	margin:0.5vh ;
	
	background-color:#FF0000 ;
}

img.button_bild {
	
	width:90% ;
	margin:5% ;
	
}

span.nutzerin {

	float:right ;
	
	margin-right:2vw ;
	margin-top:8vh ;
	
	font-size:2vh ;
	
}