#hauskaz {
	background: url(img/hauskaz_main.png);
	width: 400px;
	height: 65px;
	position: fixed;
	left: 10px;
	top: 10px;
}

body {
	font-family: Arial;
}

a {
	text-decoration: none;
	color: black;
}

img {
	border: 0;
}

#sort {
	position: fixed;
	background-color: white;
	right: 10px;
	top: 0px;
	height: 25px;
}

#sort a {
	margin: 0;
	padding: 6px;
	border: 1px solid white;
}

#sort a:hover {
	border: 1px solid #888;
}

.active {
	border: 1px solid black !important;
}

#list {
	position: absolute;
	top: 7em;
	left: 5em;
	right: 5em;
}

#albumlist {
	position: absolute;
	top: 8em;
	left: 23em;
	right: 5em;
}

#header {
	background-color: black;
	color: white;
	font-weight: bold;
	width: 100%;
	height: 20px;
}

.number, .name, .album, .date,  .time, .datealbum{
	position: absolute;
}

.number {
	left: 10px;
}

.name {
	left: 40px;
}

.album {
	left: 62%;
}

.date {
	left: 87%;
}

.time {
	left: 77%;
}

.datealbum {
	left: 84%;
}

#one {
	background-color: white;
}

#two {
	background-color: #eee;
}

#one, #two {
	width: 100%;
	height: 20px;
}

#grid {
	position: absolute;
	top: 7em;
	left: 4em;
	right: 4em;
	padding-bottom: 4em;
}

#album {
	float: left;
	width: 256px;
	margin: 1em;
	margin-bottom: 0;
}

#album p {
	margin: 0;
	text-align: center;
}