﻿#container {
	margin: 0px auto 0px auto;
	position: relative;
	width: 980px;
	height: 550px;
	border: thin solid #3D3C3F;
}
#masthead {
	width: 980px;
	height: 150px;
	background-image: url('Oben.jpg');
	background-position: right;
	background-repeat: no-repeat;
	position: relative;
}
#LeftPane {
	width: 250px;
	background-image: url('Links.jpg');
	background-repeat: no-repeat;
	background-position: left;
	height: 480px;
}
#ContentPane {
	float: right;
	height: 400px;
	width: 730px;
}
#WelcomeTitleBar {
	background-image: url('Titel.gif');
	background-repeat: no-repeat;
	background-position: left;
	height: 71px;
}
#ContentTable {
	position: relative;
	top: 40px;
	left: 75px;
	width: 655px;
	height: 320px;
}
#ContentTable p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}
#Logo {
	position: absolute;
	left: 25px;
}
img {
	border-style: none;
}
#impressum {
	position: absolute;
	width: 50px;
	height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
}
#impressum a {
	color: #FFFFFF;
	text-decoration: none;
}
#impressum a:hover {
	color: #E51C0E;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
}
.style1 {
	border-width: 0px;
}
a:visited {
	border-style: none;
}
#ContentDisclaimer {
	position: relative;
	top: 40px;
	left: 75px;
	width: 655px;
	height: 320px;
	overflow: scroll;
}
#ContentDisclaimer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}
