.header {
	height: auto;
}

.headerLine {
	width: 100%;
	float: both;
	height: 10px;
	background: #5b5b5b;
	margin-bottom: 6px;
}

.firstLine {
	float: clear;
}

.headerUser {
	float: right;
}

.headerLogout {
	float: right;
	margin-left: 4px;
	margin-right: 10px;
	cursor: pointer;
}

.headerLogout:hover {
	text-decoration: underline;
}