body
{
	background-color: #FFFFFF;
	width: 1000px;
	font-family: Arial;
	overflow-x: hidden;
}
#layout
{
	position: absolute;
	width: 1000px;
}
#header
{
	height: 205px;
}
#logo
{
	display: block;
	position: absolute;
	background-image: url(./images/logo.png);
	background-repeat: no-repeat;
	width: 548px;
	height: 205px;
}
#navi
{
	display: block;
	position: absolute;
	margin-left: 548px;
	background-image: url(./images/navi.png);
	background-repeat: no-repeat;
	width: 552px;
	height: 205px;
}
.navi_links
{
	display: block;
	float: left;
	width: 118px;
	height: 45px;
}
#main
{
	height: 470px;
}
#left_content
{
	display: block;
	position: absolute;
	background-image: url(./images/left_content.png);
	background-repeat: no-repeat;
	width: 246px;
	height: 470px;
}
#content
{
	display: block;
	position: absolute;
	margin-left: 246px;
	background-image: url(./images/content.png);
	background-repeat: no-repeat;
	width: 754px;
	height: 470px;
	color: #FFFFFF;
	overflow-y: auto;	
}
table
{
	color: #FFFFFF;
}
td
{
	color: #FFFFFF;
}
#scroll
{
	width: 690px;
	height: 470px;
	overflow-y: auto;
	text-align: justify;
	padding-right: 10px;
}
#abstand
{
	display: block;
	background-image: url(./images/abstand.png);
	background-repeat: no-repeat;
	width: 1000px;
	height: 74px;
}
#bannerplatz
{
	height: 123px;
}
#left_banner
{
	display: block;
	position: absolute;
	background-image: url(./images/left_banner.png);
	background-repeat: no-repeat;
	width: 246px;
	height: 123px;
}
#banner
{
	display: block;
	position: absolute;
	margin-left: 246px;
	background-image: url(./images/banner.png);
	background-repeat: no-repeat;
	width: 754px;
	height: 123px;
}
#banner_link
{
	display: block;
	position: absolute;
	margin-top: 32px;
	margin-left: 609px;
	width: 64px;
	height: 64px;
}
#bottom
{
	display: block;
	background-image: url(./images/bottom.png);
	background-repeat: no-repeat;
	width: 1000px;
	height: 48px;
}
#copyright
{
	position: absolute;
	margin-top: 20px;
	margin-left: 445px;
	font-size: 10px;
	color: #999999;
}
#copyright a
{
	text-decoration: none;
	color: #666666;
}
#copyright a:visited
{
	text-decoration: none;
	color: #666666;
}
h1
{
	color: #909090;
}
h2
{
	color: #c0c0c0;
	line-height: 0;
}
