#centerlayer {
	position: absolute;
	/*height: 580px;*/
	width: 960px;
	margin-top: -290px;
	margin-left: -480px;
	top: 50%;
	left: 50%;
	z-index: 1;
	border: 1px solid #666666;
	background-image:url(../images/bg-main.gif);	
}

#singlelayer {
	position:relative;
	/*height: 540px;*/
	width: 960px;
	z-index:2;
	padding-top:0px;
}

#leftlayer {
	float:left;
	position:relative;
	width:440px;
	height:540px;
	z-index:3;
	padding-top:20px;
	padding-left:40px;

}

#rightlayer {
	position:relative;
	z-index:4;
	height:495px;
	padding-top:65px;

}

#bottomlayer {
	position:relative;
	width:960px;
	height:20px;
	z-index:4;
	text-align:center;
}
.txt-main {
	color: #b1b2b4;
	font-weight: bold;
	font-size: 15px;
}
.bildoben {
	padding-top: 30px;
}
a:link {
	color: #B1B2B4;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #B1B2B4;
}
a:hover {
	text-decoration: underline;
	color: #B1B2B4;
}
a:active {
	text-decoration: none;
	color: #B1B2B4;

}
.padding-left {
	padding-left:30px;
}
.txt-content {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	line-height: 16px;
}
