html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
#logo {
	height: 60px;
	background: linear-gradient(to right, #005daa 0%, #009fe0 100%);
	position: relative;
	width: 100%;
}
#logo img {
	transform: translate(-50%, -50%);
	position: absolute;
	left: 50%;
	top: 50%;
	width: 141px;
	height: 42px;
}
#logo .xfromx {
        position: absolute;
        right: 0px;
        top: 15px;
        width: 141px;
        height: 42px;
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
}

#anwesenheiten {
	margin: 5px;
}
.personcard {
	border-radius: 10px;
	border: 1px solid #000000;
	box-sizing: border-box;
	padding: 5px;
	margin: 5px;
	width: calc(20% - 10px);
	float: left;
}
.away { background: #8cbaff; }
.present { background: #59ff56; }
.name { font-size: 15px; }
.status { font-size: 12px; }
#mainframe { padding: 15px; }
#pers_list { border-collapse: collapse; }
#pers_list th {
	background: linear-gradient(to bottom, #005daa 0%, #009fe0 100%);
	border: 1px solid #000000;
	line-height: 50px;
	padding: 0px 10px;
	color: #FFFFFF;
}
#pers_list td {
	border: 1px solid #000000;
	padding: 0px 10px;
}
#pers_detail th {
	text-align: left;
	font-weight: normal;
}
