
html,body
{
    /*width: 100%;*/
    height: 100%;
    margin: 0px;
    padding: 0px;
    /*overflow-x: hidden;*/
	/*overflow: auto;*/
	min-width: 903px;
}


#siteWrapper {
	/*width: 100%;*/
	min-height: 100%;
    margin: 0px;
    padding: 0px;
	/*overflow-x: hidden;*/
	/*overflow: auto;*/
	min-width: 903px;
}



.wrapper {
	max-width: 960px;
	margin: 0 auto 0 auto;
}



header {
	height: 100px;
	margin-bottom: 40px;
	min-width: 903px;
}


footer {
	display: none !important;
	/*position: absolute;
	bottom: 0;*/
	height: 100px;
    /*width: 100%;*/
	display: block;
	min-width: 903px;
}




#main {

	display: block;
	height: 100%;
	/*min-width: 800px;*/
	/*overflow: hidden;*/
	overflow: auto;
	padding-top: 25px;
	/*width: 100%;*/
	/*min-width: 800px;*/

	padding-bottom: 20px;
	position:relative;
	/*margin-bottom: 50px;*/
}


.container:after {
  content: ;
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

/* IE-Patch für IE 7*/
*:first-child+html .container { min-height: 0; }

/* IE-Patch für IE 6*/
* html .container { height: 1%; }


.siteLogo {
	display: inline;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	width: auto;
	height: auto;
}


/*- GRID */

.row {
	display: table;
	height:auto;
	overflow: auto;
}

.moduleContainer {
	display: table-cell;
	float: left;
	position:relative;
	height: auto;
	margin-right: 1.875%;
	margin-bottom: 1.875%;
}

.moduleContent {
	display: block;
}

.moduleContent h1,
.moduleContent h2,
.moduleContent h3,
.moduleContent h4,
.moduleContent h5,
.moduleContent h6 {
	margin-top: 0;
}


.columnWidth_11 div { width: 98%; }
.columnWidth_5 div { width: 47.0625%; }
.columnWidth_4 div { width: 47.0625%; }
.columnWidth_3 div { width: 30.0833333333%; }
.columnWidth_2 div { width: 21.59375%; }
.columnWidth_1 div { width: 13.10416666666667%; }

.span_6 { width: 98% !important }
.span_5 { width: 47.0625% !important }
.span_4 { width: 30.0833333333% !important }
.span_3 { width: 21.59375% !important }
.span_2 { width: 16.5% !important; }
.span_1 {width: 13.10416666666667% !important; }

.row div:last-child,
.end,
.span_1 {
        margin-right: 0%;
}

.row div div {
	width: 100%;
}

.row div img {
	max-width: 100%;
	display: block;
}

.breadcrumbs,
.item-page {
	padding:1%;
}

/* SLIDER -------------------------------------*/

#ct_sliderWrapper, #ct_sliderShadow {
	width: 960px;
	overflow: hidden;
}
#ct_sliderWrapper 
{
	position: relative;
	z-index: 300;
	height: auto;
	margin: auto;
}
#ct_sliderShadow
{
	width: auto;
	height: 40px;
	margin-left: auto;
	margin-righ: auto;
	background-position:  top center;
	background-repeat: no-repeat;
}
#ct_sliderContent
{
	height: 100%;
	margin: auto;
}
#ct_sliderContent .moduletable
{
	background-color: transparent !important;
	padding: 10px !important;
}

.flex-direction-nav li .next {
    right: -16px !important;
}
.flex-direction-nav li .prev {
    left: -16px !important;
}


/* BANNERS ----------------------------------------*/

.banneritem img {
	width: 100%;
}

}
