body {
	font-family: Arial; color: #424242;
}

/* Logo container */
logo {
	position: absolute; left: 0px; top: 0px; width: 150px; height: 50px; border-bottom: 2px solid #424242;
}

/* Logo inside the logo container */
#logo {
	display: block; /* margin: auto; */ margin-left: 10px; height: 36px; margin-top: 6px;
}

/* Menü container */
menue {
	position: absolute; left: 150px; top: 0px; right: 0px; height: 50px; border-bottom: 2px solid #424242;
}

/* Section container */
section {
	position: absolute; left: 0px; top: 47px; right: 0px; bottom: 0px;
}

login {
	position: absolute; left: 50%; top: 50%; width: 300px; height: 400px; margin-left: -150px; margin-top: -200px;
}

footer {
	position: absolute; left: 0px; right: 0px; bottom: 0px; height: 20px; background-color: #424242; color: lightgray; text-align: center; font-size: 10pt;
}
