/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Setup Laout für alle Contentseiten
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

html{
	background: #fff url(../pics/main_bg_all.png) repeat-x top left;
}
#animarea {
	position: absolute;
	top: 111px;
	left: 0px;
	width: 800px;
	height: 53px;
}
#content {
	position: absolute;
	top: 240px;
	right: 0px;
	width: 600px;
	height: 330px;
}
#content {
	position: absolute;
	top: 164px;
	left: 0px;
	width: 800px;
	height: 330px;
}
#footer_inline {
	padding: 5px 0 0 0;
	width: 799px;
	height: 40px;
	color: #666666;
	text-align: center;
	font-size: 0.8em;
}
#footer_inline1 {
	border-top: 1px dotted #666;
	padding: 5px 0 0 0;
	width: 799px;
	height: 40px;
	color: #666666;
	text-align: center;
	font-size: 0.8em;
}
.linehead {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 5px;
	font-size: 1em;
	font-weight: bold;
	min-width: 190px;
	height: 12px;
	color: #c7c5c5;
}
.linecontent {
	position: absolute;
	top: 30px;
	left: 0px;
	padding: 0 0 0 5px;
	width: 800px;
	height: 300px;
}
#loginTable {
	margin: 50px auto;
	width: 350px;
	height: 120px;
}
#loginTableHead {
	width: 350px;
	height: 6px;
	background-image: url(../pics/box_top.png);
}
#loginTableCenter {
	padding: 0 0 0 10px;
	width: 340px;
	height: 107px;
	background-image: url(../pics/box_center.png);
}
#loginTableBottom {
	width: 350px;
	height: 7px;
	background-image: url(../pics/box_bottom.png);
}
#loginTableCenter table tr {
	height: 24px;
}
.kundenBilder {
	border-bottom: 1px dotted #666;
}
.kundenBilder ul {
	padding: 0 0 0 15px
}
.kundenBilder img {
	border: 1px solid #f29c2d;
}
.servicesTd {
	padding: 0 5px 0 5px;
	width: 266px;
	height: 250px;
	font-size: 0.9em;
	vertical-align: top;
}

