* {
	margin: 0;
	padding: 0;
}
	
body {
	font-family: Arial, Verdana, Criffee, Lucida, San-Serif;
	background-color: #404040;
	color: #ffffff;
	font-size: 14pt;
}

h3 {
	font-size: 16pt;
	margin-top: 2ex;
	margin-bottom: 2ex;
}

h2 {
	font-size: 18pt;
	margin-top: 2ex;
	margin-bottom: 2ex;
}

h1 {
	font-size: 20pt;
}

h1 img {
	border: 10px ridge #404040;
}

p {
	margin-top: 1ex;
	margin-bottom: 1ex;
}

a {
	color: #ffff80;
}

a:visited {
	color: #afafaf;
}

.claim {
	text-align: center;
	margin-bottom: 2ex;
}

.huge {
	font-size: 24pt;
}

.disc, .disc a, .disc a:visited, .disc a:hover {
	color: #a0a0a0;
	font-weight: normal;
	font-size: 12pt;
	text-align: right;
	text-decoration: none;
}

table {
	width: 100%;
}

td {
	width: 49%;
	padding: 4ex;
	vertical-align: top;
}

td form {
	text-align: center;
}

.explain {
	font-size: small;
}

#content {
	margin-top: 80px;
}

#navi {
	position: absolute;
        width: 100%;
        top: 0;
        left: 0;
}

a img {
	border: 0;
}

#navi hr, #navi h1, .access {
	display: none;
}

#navi ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navi li {
	display: inline;
}

#index {
	font-weight: bold;
}

#auftrag th {
	font-weight: normal;
	text-align: right;
}

