body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #363636;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-style: italic;
	color: Red;
}
table{
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-style: normal;
	color: Red;
	font-size: 20px;
	background-color: Black;
}
#main
{
	margin-left: auto;
	margin-right: auto;
	width: 1060px;
	border: 0px solid black;
	text-align: left;
	background-color: transparent;
}
#links {
	position: absolute;
	float: left;
	padding: 10px 0px 0px 5px;
	margin: 10px 0px 0px 0px;
	width: 200px;
	height: 2200px;
	border: 1px solid White;
	overflow: hidden;
	font-family: Century Gothic;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	background-color: transparent;
	color: Black;
}
#mitte {
	background-color: transparent;
	position: absolute;
	float: left;
	padding: 0px 2px 0px 2px;
	margin: 10px 0px 0px 205px;
	width: 650px;
	height: 800px;
	border: 0px solid #E70F33;
	overflow: visible;
	font-family: Century Gothic;
	font-size: 12px;
	text-align: justify;
	font-weight: bold;
	color: Black;
	z-index: 1;
}
#rechts{
	position: absolute;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 860px;
	width: 200px;
	height: 2200px;
	border: 1px solid White;
	overflow: hidden;
	font-family: Century Gothic;
	font-size: 12px;
	text-align: justify;
	font-weight: bold;
	background-color: transparent;
	color: White;
	z-index: 1;
}
a:link
{
	font-family: "Times New Roman", serif;
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
	color: red;
	text-decoration: none;
	line-height: 20px;
}
a:hover
{
font-family: "Times New Roman", serif;
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
	color: red;
	text-decoration: none;
	line-height: 20px;
}
a:active
{
font-family: "Times New Roman", serif;
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
	color: red;
	text-decoration: none;
	line-height: 20px;
}
a:visited
{
 font-family: "Times New Roman", serif;
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
	color: red;
	text-decoration: none;
	line-height: 20px;
}
a.blau
{
 font-family: "Times New Roman", serif;
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
	color: blue;
	text-decoration: none;
	line-height: 20px;
}
h1
{
	font-family: "Times New Roman", serif;;
	font-style: italic;
	font-size: 46px;
	color: #F5DEB3;
	text-align: center;
}
h2
{
	font-family: "Times New Roman", serif;
	font-style: italic;
	font-size: 30px;
	color: #F5DEB3;
	text-align: center;
}
h3
{
	font-family: "Times New Roman", serif;
	font-style: normal;
	font-size: 16px;
	color: White;
	text-align: center;
}
#footer
{
	padding: 20px 0 0 0;
}
