body {
	background-color: #060606;
	font-family: Verdana;
	font-size: 12px;
	background-image:url(../images/body-bg.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	letter-spacing: 1px;
	line-height: 19px;
}
.container {
	margin: 0px auto;
	width: 945px;
	position: relative;
	
}
.header {
	background-image:url(../images/bg-header.png);
	background-repeat: no-repeat;
	height: 476px;
	width: 945px;
	margin-top: 40px;
}
.header-small {
	background-image:url(../images/bg-header-small.png);
	background-repeat: no-repeat;
	height: 96px;
	width: 945px;
	margin-top: 40px;	
}
.content-top {
	background-image:url(../images/bg-content-top.png);
}
.content-bottom {
	background-image:url(../images/bg-content-bottom.png);
}
.content-top, .content-bottom {
	background-repeat: no-repeat;
	width: 945px;
	height: 54px;
}
.content {
	width: 945px;	
	background-image:url(../images/bg-content-middle.png);
	background-repeat: repeat-y;
}
.content .left {
	width: 400px;
	text-align: left;
	float: left;
	padding-right: 50px;
	padding-left: 55px;
}
.content .right {
	width: 400px;
	text-align: left;
	float: left;
}
.content .full {
	padding-right: 50px;
	padding-left: 55px;
}
.clear {
	clear: both;
}
.footer {
	color: #505050;
	font-size: 9px;
	text-align: right;
	margin-right: 20px;
	margin-top: -7px;
	padding-bottom: 50px;
}
.menu {
	position: absolute;
	left: 410px;
	top: 32px;
	font-size: 13px;
}
.logo {
	position: absolute;
	left: 45px;
	top: 26px;
}
.menu ul {
	list-style-type: none;
}
.menu ul li {
	float: left;
	margin-right: 20px;
}
h1 {
	padding: 0px;
	margin: 0px;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a.footer-link {
	color: #505050;
}
ul.leistungen {
	list-style-type: none;	
	margin: 0px;
	padding: 0px;
}
ul.leistungen li {
	background-image:url(../images/bg-detailpunkt.png);
	background-repeat: no-repeat;	
	width: 341px;
	height: 30px;
	margin-bottom: 1px;
	padding-left: 20px;
	padding-top: 8px;
}
ul.newsli {
	list-style-type: none;	
	margin: 0px;
	padding: 0px;
}
ul.newsli li {
	width: 341px;
	margin-bottom: 1px;
	padding-left: 20px;
	padding-top: 8px;
}
span.grey { 
	color: #b6b6b6;
}
.slideshow {
	position: absolute;
	left: 29px;
	top: 82px;
}
.thumb-text {
	font-size: 10px;
}
.gallery-thumb {
	background-image:url(../images/bg-gallery.png);
	background-repeat: no-repeat;	
	width: 149px; 
	height: 135px;
	padding-left: 8px;
	padding-bottom: 4px;
	float: left;
	margin: 26px;
	cursor: pointer;
	cursor: hand;
	
}

