@charset "utf-8";
/* CSS Document */
#Header	{
	background-image: url(../Images/Layout/header.png);
	background-repeat: repeat-x;
	height: 173px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
#Language	{
	display: block;
	float: right;
	height: auto;
	width: 200px;
	padding-top: 10px;		
}
#TopWrapper	{
	height: auto;
	width: 800px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	left: auto;
	right: auto;
}
#Top	{
	background-image: url(../Images/Layout/layoutpictop.png);
	background-repeat: no-repeat;
	height: 89px;
	width: 800px;
	top: 84px;
	position: absolute;
	left: auto;
	right: auto;
}
#Titel	{
	height: 233px;
	width: 100%;
	position: absolute;
	top: 12px;
	left: 0px;
}
#TitelWrapperWrapper	{
	height: auto;
	width: 1200px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	left: auto;
	right: auto;
}
#TitelWrapper	{
	height: 233px;
	width: 513px;
	margin-left: auto;
	margin-right: auto;
}
#TitelFlash	{
	height: 213px;
	width: 473px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 14px;
	margin-bottom: 14px;
	position: absolute;
}
#TitelFrame	{
	background-image: url(../Images/Layout/rahmen.png);
	background-repeat: no-repeat;
	height: 233px;
	width: 513px;
	position: absolute;
}	
#Middle   {
	background-color: #f0f5e1;
	width: 100%;
	position: absolute;
	height: auto;
	left: 0px;
	top: 173px;
}
#ContentWrapper	{
	height: auto;
	width: 800px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	left: auto;
	right: auto;
}
#Content	{
	background-image: url(../Images/Layout/layoutpicauto.png);
	background-repeat: repeat-y;
	width: 800px;
	height: auto;
	position: relative;
	top: 0px;
	overflow: auto;
}
#Footer	{
	background-image: url(../Images/Layout/footer.png);
	background-repeat: repeat-x;
	height: 92px;
	width: 100%;	
	left: 0px;
	Bottom: 0px;
}
#BottomWrapper	{
	height: 92px;
	width: 800px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	left: auto;
	right: auto;
}
#Bottom	{
	background-image: url(../Images/Layout/layoutpicend.png);
	background-repeat: no-repeat;
	height: 72px;
	width: 800px;
	position: absolute;
	top: 0px;
}
img	{
	border: 0;
}
	

	
	
	
	

