/* Start of CMSMS style sheet 'Henelit_Startseite' */
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	background: #fff;
}

html, body {

  height:100%;
  width:100%;}

p, li {
	font: 1.2em/1.8em Verdana, sans-serif;
	margin-bottom: 10px;
}

h1 {
	font: 2.0em Tahoma, Geneva, sans-serif;
	color: white;
	height: 0px;
}

h2 {
	font: 1.8em Verdana, sans-serif;
	color: green;
	margin-bottom: 10px;
}


img {
	border: none;
	margin:0;
	padding:0;
}

.langLink, .langLink a {
 text-transform:uppercase;
 font-weight:bold;
 font-size: 1.2em;
color: #6b7173;
text-decoration:none;}

#page-wrap {
	background: #fff;
	min-width: 775px;
	width:100%;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin-bottom:116px;
	position:absolute;
	}
	#page-wrap #inside {
	/*margin:0;*/
	padding:0;
	}
	
#main-content {
	background: url('uploads/Henelit/contentBG.gif') repeat-x top #fff;
	margin-bottom:116px;
}

#content {
 max-width:675px;
width:675px;
 margin:auto;
 padding-top: 80px;
 color:#fff;
 vertical-align:text-bottom;

 }

#contentLogo {
 height:200px;
 width:100%;
 padding-top:60px;
 }

.boxLeft {
float:left;
width:40%;
text-align:left;
height:73px;
vertical-align:text-bottom;
padding-top:48px;}

.boxRight {
float:right;
width:40%;
text-align:right;
height:73px;
vertical-align:text-bottom;}
	
#header {
	background: url('uploads/Henelit/footerBG.gif') no-repeat center top #d40028;
	text-align: left;
	width:100%;
	height:310px;
	margin:0;
	padding:0;
       position:relative;
}

#headerTeaser {
 width:675px;
height:137px;
margin: 0 auto;}
.qualitaet  {
float:right;
 }

#teaser {
 clear:both;
 margin:0;
 padding:0;
 position:absolute;
 top:200px;}

#teaser img {
 border: 1px solid #fff;}

#logoPlaceholder {
 /*width:100%;*/
  width:675px;
 height:77px;
 margin: 0 auto;}


 #logo {
  /*position:absolute;*/
  margin-top: 23px;
 /* left: 43px;*/
  width:675px;
  height:77px;}

.box {
 width: 45%;
 float:left;
 margin: 2%;}


#footer {
	background: #fff;
	width:100%;
	color: white;
	bottom: 0 !important;
        bottom: -1px;
	padding:0;
	margin:0;
	height:116px;
	position:absolute;
}


#footer p {
  text-align: center;
  padding-top: 60px;
 font-size: 1.3em;}


.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 166px;
    height: 166px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}


.jcarousel-skin .jcarousel-container {
    -moz-border-radius: 10px;
}

.jcarousel-skin .jcarousel-container-horizontal {
    width: 665px;

}

.jcarousel-skin .jcarousel-container-vertical {
    width: 166px;
    height: 245px;

}

.jcarousel-skin .jcarousel-clip-horizontal {
    width:  665px;
    height: 166px;
}

.jcarousel-skin .jcarousel-clip-vertical {
    width:  166px;
    height: 245px;
}

.jcarousel-skin .jcarousel-item {
   width: 166px;
    height: 166px;
    /*padding:0 0 0 2px;*/
}

.jcarousel-skin .jcarousel-item-horizontal {
   margin-right: 0;
}

.jcarousel-skin .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin .jcarousel-next-disabled-horizontal,
.jcarousel-skin .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin .jcarousel-prev-disabled-horizontal,
.jcarousel-skin .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin .jcarousel-next-disabled-vertical,
.jcarousel-skin .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin .jcarousel-prev-disabled-vertical,
.jcarousel-skin .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

/* End of 'Henelit_Startseite' */

