html, body {
  margin: 0;
  height: 100%;
  color: #620905;
  font-size: 12px;
  background: #851511;
  font-family: Verdana, sans-serif;
}
table { font-size: 12px; }
a {
	color: #620905;
	text-decoration: none;
}
p {
	display: block;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}
ul {
	margin: 0;
	padding: 0;
	padding-left: 15px;
}
img {
  border: none;
}
a img { border: none; }
h1 { font-size: 40px; }
h2 { font-size: 12px; }
h1, h2, h3 {
	font-weight: bold;
	margin-left: 0;
	margin-right: 0;
}
table h2 { margin: 0; margin-bottom: 5px; }
table td { vertical-align: top; }
#bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  text-align: center;
}
.main-container {
	width: 980px;
	margin: 0 auto;
	position: relative;
	background: #FFF2D8;
	min-height: 695px;
}
.header {
	height: 152px;
	background: #fff;
	border-bottom: 1px solid #A1261F;
}
.header-links {
	position: absolute;
	top: 12px;
	right: 42px;
}
.header-links a {
	color: #E08803;
	text-decoration: none;
}
.header-logo {
	position: absolute;
	top: 36px;
	left: 42px;
}
.header-name {
	position: absolute;
	top: 32px;
	left: 290px;
}
.menu {
	position: absolute;
	top: 166px;
	left: 290px;
}
.menu a {
	margin-right: 12px;
}
.content {
	width: 720px;
	padding-top: 80px;
	padding-left: 40px;
	padding-bottom: 5px;
}
.content > *:first-child, .content > .first { margin-top: 0; }
.content > *:last-child, .content > .last { margin-bottom: 0; }
.right-box {
	width: 136px;
	height: 440px;
	position: absolute;
	right: 42px;
	bottom: 0;
	background: #FFE2AE;
	padding: 30px 0 0 15px;
}
.right-box h2 {
	margin: 0;
	margin-bottom: 30px;
}
.right-box .ordner {
	position: absolute;
	right: 7px;
	bottom: 24px;
}
.footer {
	position: relative;
	color: #fff2d8;
	width: 980px;
	margin: 15px auto;
	text-align: center;
	font-size: 11px;
}
.footer table { font-size: 11px; }
.footer a { color: #fff2d8; text-decoration: none; }

.content div.hint {
	color: #B18B4C;
	margin-bottom: 0;
	margin-top: 30px;
	width: 680px;
}