﻿body {
	position: relative;
	margin: 0px 0px 0 0px;
	padding: 0;
	background: #A60000 url(../images/backgr.jpg) repeat-x;
}
h1 {
	font-family: Arial;
	font-size: 32pt;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 6pt;
	color: #FFFFFF;
}
h2 {
	font-family: Arial;
	font-size: 14pt;
	font-weight: lighter;
	color: #FFFFFF;
	line-height: 230%;
}
p {
	font-family: Arial;
	font-size: 10pt;
	color: #FFFFFF;
	line-height: 150%;
}
p.info {
	font-family: Arial;
	font-size: 8pt;
	color: #FFFFFF;
	line-height: 150%;
}
.smallfont {
	font-size: small;
}
.img {
	border-width: 0;
	margin-right: 10px;
}
.button {
	border-width: 0; margin-top: 7px; margin-bottom: 7px;
}
#titel {
	position: absolute;
	top: 53px;
	left: 0px;
	right: 0px;
	text-align: center;
	width: 100%;
	height: 50px;
	z-index: 1;
}
#content {
	position: absolute;
	top: 140px;
	left: 35%;
	height: 600pt;
	z-index: 2;
	padding-bottom: 100px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:link:hover {
	color: #FF9933;
	text-decoration: none;
}
a:visited:hover {
	color: #FF9933;
	text-decoration: none;
}
