@charset "utf-8";
/* CSS Document */
html {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #333333;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}
body {
	background: #333333;
	padding: 0 0.6em 0.4em 0.4em;
}
#logoutLink {
	position: absolute;
	top: 0;
	right: 10px;
}
h1 {
	color: white;
	font-size: 0.9em;
	font-weight: bold;
}
h2 {
	font-size: 0.8em;
	font-weight: bold;
}
h3 {
	font-size: 0.7em;
	font-weight: bold;
}
p, li {
	font-size: 0.7em;
	line-height: 1.4em;
	margin-bottom: 1em;
}
a {
	color: #CCCCCC;
	text-decoration: underline;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
a:focus {
	color: #FFF;
	text-decoration: none;
}
ul {
	padding-left: 1.5em;
}
table {
	width: 100%;
	border: 1px #CCCCCC solid;
}
tr p, tr h3 {
	margin: 0;
	padding: 2px 4px 4px 4px;
}
th, td {
	text-align: left;
}
.nr {
	width: 3%;
}
.inh {
	width: 10%;
}
.hand {
	width: 30%;
}
.start {
	width: 7%;
}
.kom {
	width: 50%;
}
input {
	display: block;
	margin-bottom: 10px;
}
