/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Setup Laout für die Homeseite
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

html{
	background: #fff url(../pics/main_bg_new.png) repeat-x top left;
}
#animarea {
	position: absolute;
	top: 111px;
	left: 0px;
	width: 800px;
	height: 129px;
}
#impression {
	position: absolute;
	top: 240px;
	left: 0px;
	width: 200px;
	height: 330px;
}
#content {
	position: absolute;
	top: 240px;
	right: 0px;
	width: 600px;
	height: 330px;
	border-left: 1px solid #c7c5c5;
}
.linehead {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 5px;
	font-size: 1em;
	font-weight: bold;
	min-width: 190px;
	height: 12px;
	color: #c7c5c5;
}
.linecontentSmall {
	position: absolute;
	top: 30px;
	left: 0px;
	padding: 0 0 0 5px;
	width: 195px;
	height: 300px;
}
.linecontentBig {
	position: absolute;
	top: 30px;
	left: 0px;
	padding: 0 0 0 5px;
	width: 595px;
	height: 300px;
}