﻿body {
	position: relative;
	margin: 0;
	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: 15pt;
	font-weight: lighter;
	color: #FFFFFF;
	line-height: 230%;
}
p {
	font-family: Arial;
	font-size: 11pt;
	color: #FFFFFF;
	line-height: 150%;
}
p.info {
	font-family: Arial;
	font-size: 9pt;
	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;
}

.left {text-align: left;}
.right {text-align: right;}
.center {text-align: center;}
.justify {text-align: justify;}

hr.grau {
	height: 1px;
	width: 90%;
	border: none;
	background-color: #777777;
	color: #777777;
	}

hr.small {
	height: 1px;
	width: 70%;
	border: none;
	background-color: #333333;
	color: #333333;
	}

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;
}