#main {
	margin: 0;
	padding: 0;
}
#content {
	margin: 0;
	padding: 0;
	min-height: 100px;
	overflow: hidden;
	width: 970px;
}
.contenttop {
	margin: 0;
	padding: 0;
	min-height: 100px;
	overflow: hidden;
	margin: 10px 0 10px -10px;
}
.contentbottom {
	margin: 0 0 10px 0;
	padding: 0;
	min-height: 100px;
	overflow: hidden;
	width: 750px;
	float: left;
	background: #f2f2f2;
}
.contentbottomright {
	margin: 0 0 10px 0;
	padding: 0;
	min-height: 100px;
	overflow: hidden;
	width: 200px;
	float: right;
	background: white;
}
/* Boxen */
.box33, .box66 {
	height: 240px;
	overflow: hidden;
	margin: 0 0 0px 10px;
	float: left;
	background: #e8e8e8;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e8e8e8));
	background: -moz-linear-gradient(top, #ffffff, #e8e8e8);
	background: linear-gradient(top, #ffffff, #e8e8e8);
    /* Hacks für old IE*/
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#e8e8e8);
	zoom: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#e8e8e8)";
}
.box33 {
	width: 313px;
}
.box66 {
	width: 637px;
}
.box100 {
	clear: both;
	overflow: hidden;
	padding: 4px 0;
}
/* Headlines in den Boxen */
.box33 h1, .contentbottom h1 {
	font-family: Georgia, "Nimbus Roman No9 L", serif;
	line-height: 2.2em;
	font-size: 1.3em;
	padding-left: 10px;
	background: #FFDCB1;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF0DC), to(#FFDCAF));
	background: -moz-linear-gradient(top, #FFF0DC, #FFDCAF);
	background: linear-gradient(top, #FFF0DC, #FFDCAF);
    /* Hacks für old IE*/
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FFF0DC, endColorstr=#FFDCAF);
	zoom: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FFF0DC, endColorstr=#FFDCAF)";
	border-bottom: 2px solid #F90;
}
.contentbottom .hsbox {
	background: #fff;
}
.box33 h2, .box66 h2 {
	background: none;
	padding-left: 0;
}
/*  ======
News-Scroller Startseite 
==== */
.news-scroller * {
	font-size: 1em;
}
.news-scroller a {
	color: #895803;
}
.news-scroller {
	list-style-type: none!important;
	list-style-position: inside;
	margin: 0;
	padding: 0;
	margin-left: 0!important;
	width: 970px;
	height: 60px;
	overflow: hidden;
v  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E8E8E8', endColorstr='#f3f3f3');
	background: -webkit-gradient(linear, left top, left bottom, from(#E8E8E8), to(#f3f3f3));
	background: -moz-linear-gradient(top, #E8E8E8, #f3f3f3);
}
.news-scroller li {
	list-style: none;
	display: inline-block;
	width: 310px;
	height: 60px;
	margin-left: 10px;
	overflow: hidden;
}
.news-scroller h2 {
	background: none;
	margin: 0;
	padding: 0;
	font-size: 1em;
}
.news-scroller span {
	font-size: 0.9em;
	padding: 0;
	margin: 0;
}
.startseite #content .jcarousel-container {
	background: #E8E8E8; /* for non-css3 browsers */
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E8E8E8', endColorstr='#f3f3f3');
	background: -webkit-gradient(linear, left top, left bottom, from(#E8E8E8), to(#f3f3f3));
	background: -moz-linear-gradient(top, #E8E8E8, #f3f3f3);
	width: 960px;
	height: 60px;
	overflow: hidden;
	padding: 0;
	margin-left: 10px;
	border: 0;
	border-radius: 0;
}
.news .startseite .jcarousel-direction-rtl {
	direction: rtl;
}
.startseite .jcarousel-container-horizontal {
	margin: 0;
}
.startseite .jcarousel-container-vertical {
	width: 850px;
	height: 245px;
}
.startseite .jcarousel-clip-horizontal {
	width: 900px;
	margin: 0 auto;
}
.startseite .jcarousel-clip-vertical {
}
.startseite .jcarousel-item {
	width: 291px;
	overflow: hidden;
	margin: 5px 0;
	background: transpartent;
	border: 0;
	border-left: 1px solid #B6B6B6;
	padding: 0;
	padding-left: 5px;
	height: 50px!important;
}
.startseite .jcarousel-item a {
	display: block;
	width: 280px;
	overflow: hidden;
}
.startseite .jcarousel-item img {
	display: block;
	margin: 0 auto;
}
.startseite .jcarousel-item-horizontal {
	margin-left: 0;
	margin-right: 10px;
	background: transparent;
}
.startseite .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 0px;
	margin-right: 0;
}
.startseite .jcarousel-item-vertical {
	margin-bottom: 0px;
}
.startseite .jcarousel-item-placeholder {
	color: #000;
}
/**
 *  Horizontal Buttons
 */
.startseite .jcarousel-next-horizontal {
	position: absolute;
	top: 50%;
	right: 5px;
	width: 18px;
	height: 25px;
	margin-top: -12px;
	cursor: pointer;
	background: transparent url(img/slider-right.png) no-repeat 0 0;
}
.startseite .jcarousel-direction-rtl .jcarousel-next-horizontal {
	left: 5px;
	right: auto;
	background-image: url(img/slider-right.png);
}
.startseite .jcarousel-next-horizontal:hover {
}
.startseite .jcarousel-next-horizontal:active {
}
.startseite .jcarousel-next-disabled-horizontal,  .startseite .jcarousel-next-disabled-horizontal:hover,  .startseite .jcarousel-next-disabled-horizontal:active {
	cursor: default;
	background-position: -96px 0;
}
.startseite .jcarousel-prev-horizontal {
	position: absolute;
	top: 50%;
	left: 5px;
	width: 18px;
	height: 28px;
	margin-top: -12px;
	cursor: pointer;
	background: transparent url(img/slider-left.png) no-repeat 0 0;
}
.startseite .jcarousel-direction-rtl .jcarousel-prev-horizontal {
	left: auto;
	right: 5px;
	background-image: url(img/slider-left.png);
}
.startseite .jcarousel-prev-horizontal:hover {
}
.startseite .jcarousel-prev-horizontal:active {
}
.startseite .jcarousel-prev-disabled-horizontal,  .startseite .jcarousel-prev-disabled-horizontal:hover,  .startseite .jcarousel-prev-disabled-horizontal:active {
	cursor: pointer;
	background-position: -96px 0;
}
/**
 *  Vertical Buttons
 */
.startseite .jcarousel-next-vertical {
	position: absolute;
	bottom: 5px;
	left: 43px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: transparent url(img/slider-right.png) no-repeat 0 0;
}
.startseite .jcarousel-next-vertical:hover {
}
.startseite .jcarouse {
}
/* Spezielle Elemente Startseite */
.eyecatcher {
	margin: 15px 10px 10px 20px;
	position: relative;
}
.eyecatcher .image-info, .eyecatcher.image {
	float: left;
	width: 166px;
}
.eyecatcher .image-info {
	background: #f60;
	color: #f2f2f2;
	padding: 10px;
	width: 126px;
	height: 186px;
	font-size: 0.9em;
}
.eyecatcher .text {
	position: absolute;
	top: 0;
	left: 325px;
	width: 280px;
}
.eyecatcher h1 {
	font-size: 1.5em;
	font-family: Georgia, "Nimbus Roman No9 L", serif;
}
#c1134 .box33 {
	font-family: Georgia, "Nimbus Roman No9 L", serif;
	font-weight: bold;
	margin-bottom: 10px;
}
#c1134 .box33 h2, #c3933 .box33 h2 {
	float: right;
	width: 120px;
	padding-top: 20px;
}
.ntanfragen {
	position: relative;
	padding-left: 10px;
	height: 240px;
	width: 100%;
}
.ntanfragen img {
	position: absolute;
	top: 20px;
	left: 50px;
}
.ntanfragen .anfragelink {
	position: absolute;
	bottom: 0;
	margin-left: -10px;
	padding-left: 20px;
	width: 100%;
	height: 23px;
	line-height: 23px;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	background: #e8e8e8;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e8e8e8));
	background: -moz-linear-gradient(top, #ffffff, #e8e8e8);
	background: linear-gradient(top, #ffffff, #e8e8e8);
    /* Hacks für old IE*/
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#e8e8e8);
	zoom: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#e8e8e8)";
}
.box33 {
}
/* nanoTruck TV */
.box33 object {
	margin: 0 0 0 6px;
}
#c3920.box33 object {
	margin: 0 0 0 0px;
}

#c3920.box33 div {
	text-align: center;
}

/* Rechte Spalte  */
/*
.contentbottomright .csc-default {
		wi/#c3920.box33 {
	text-align: center;
}