body{
    margin:0;
	background:url(../images/bg-body.gif) repeat; 
	
	font:12px Arial, Helvetica, sans-serif;
	color:#151515;
}
img{border:none;}
a{color:#000;}
a:hover{text-decoration:none;}
input,
textarea,
select{
    font:100% arial,sans-serif;
    vertical-align:middle;
}
form,fieldset{
    margin:0;
    padding:0;
    border:none;
}
#bodywrapper {
  width: 1240px;
  margin: 0 auto;
}

#rightborder {
  width: 230px;
  margin-right: 40px;
  margin-top: 87px;
  float:right;
}
#main{
	width:920px;
	/* margin:0 auto; */
	padding:0 0 0 40px;
	overflow:hidden;
	position:relative;
}
/* header start */
#header{
	width:904px;
	background:url(../images/bg-header.jpg) no-repeat;
	padding:5px 0 41px 116px;
}
.logo{
	position:absolute;
	top:6px;
	left:0;
}
.logo a{
	display:block;
	overflow:hidden;
	width:135px;
	height:105px;
	background:url(../images/bg-logo.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
.company-name{
	margin:0;
	width:752px;
	height:41px;
	text-indent:-9999px;
	background:url(../images/bg-company-name.png) no-repeat;
	overflow:hidden;
}
/* header end */
/* main-nav start */
#main-nav-holder{
	background:url(../images/bg-main-nav.gif) repeat-x;
	width:874px;
	padding:0 0 0 46px;
}
#main-nav-holder:after{
	content:"";
	display:block;
	clear:both;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
}

#nav li { /* all list items */
	float: left;
	background:url(../images/main-nav-sep.gif) no-repeat;
	padding:0 0 6px 1px;
	height:23px;
	width: auto; /* width needed or else Opera goes nuts */
}
#nav li:first-child{ background:none; }
#nav li:hover a,
#nav li.hover a{
	background-position:0 -23px;
}
#nav li a{
	text-decoration:none;
	height:23px;
	padding: 3px 20px;
	font-weight:bold;
}
#nav ul li {
	width:183px;
	padding:0;
	background:url(../images/bg-drop-down.png) repeat !important;
	height: auto !important;
}
#nav ul li a{
	text-indent:0;
	padding:7px 9px 7px 23px;
	font-weight:bold;
	height:auto;
	width:149px;
	overflow:hidden;
	cursor:pointer;
	border:1px solid #4c4c4c;
	border-top:0;
}
#nav ul li a span{
	float:left;
}
#nav ul li a em{
	float:right;
	font-style:normal;
}
#nav li ul { /* second-level lists */
	position: absolute;
	background: transparent;
	width: 183px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index: 10000;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -28px 0 0 183px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav ul li:hover a,
#nav ul li.hover a{
	background:#000;
	color:#bd871d;
}
#nav ul ul{
	width:131px;
	border-top: 1px solid #4c4c4c;
}
#nav ul ul li{
	width:131px;
	font-size:11px;
	background: url(../images/bg-drop-down.png) repeat;
}
#nav ul ul li a{
	width: 116px;
	font-weight:normal;
	padding:7px 0 8px 15px;
}
#nav ul li:hover ul li a,
#nav ul li.hover ul li a{
	color:#282828;
	background:url(../images/bg-drop-down.png) repeat !important;
}
#nav ul li:hover ul li:hover a,
#nav ul li.hover ul li.hover a{
	background:#000 !important;
	color:#bd871d;
}
/* main-nav end */

/* primary start */
.holder{
	background:url(../images/bg-primary.png) repeat-x;
	width:100%;
}
#primary{
	background:#fff;
	overflow:hidden;
	width:845px;
	padding:11px 13px 5px 40px;
	margin:0 11px 10px;
}

#conteiner {
  min-height: 460px;
}
/* content start */
.content{
	width:483px;
	float:left;
	padding:15px 25px 80px 31px;
	position:relative;
	z-index:1;
}
.content h2{
	font-size:24px;
	color:#191919;
	margin:0;
	line-height:24px;
}
.content h3{
	margin:0 0 40px;
	font-size:16px;
	color:#5d5d5d;
	font-weight:normal;
}
.illustration01{
	width:545px;
	height:362px;
	padding:0 0 0 8px;
}
.illustration001 span {
  font-size: 90%;
  color: #999999;
}
.info-text{
	position:absolute;
	bottom:0;
	left:2px;
	width:13px;
	height:260px;
	background:url(../images/bg-info-text.gif) no-repeat;
	text-indent:-9999px; 
}
/* content end */
/* sidebar start */
.sidebar{
	width:325px;
	float:left;
	background:#e0e0e0;
	padding:0 8px 2px 12px;
}
.sidebar h2{
	margin:0 0 2px;
	font-size:30px;
	color:#fff;
	text-transform:uppercase;
}
.specifications{
	border-collapse:collapse;
}
.specifications td{
	border-bottom:1px solid #ccc;
	padding:2px 0;
	vertical-align:top;
}
.specifications td.last{ border-bottom:none;}
.specifications strong{
	color:#105079;
}
.col1{
	width:120px;
}
.col2{
	width:205px;
}
/* sidebar end */
/* primary end */
/* sub-nav start */
.sub-nav-holder{
	width:920px;
	overflow:hidden;
	position:relative;
	text-align:center;
}
.sub-nav-wrap{
	position:relative;
	left:50%;
	float:left;
}
.sub-nav{
	position:relative;
	left:-50%;
	float:left;
}
.sub-nav .content-element-container {
  float:left;
}
.sub-nav-box-holder{
	float:left;
	width:229px;
	overflow:hidden;
	text-align:left;
}
.top-shadow{
	width:100%;
	background:url(../images/bg-top-shadow.png) no-repeat;
	height:7px;
	overflow:hidden;
}
.btm-shadow{
	width:100%;
	overflow:hidden;
	background:url(../images/bg-btm-shadow.png) no-repeat;
	height:8px;
}
.center-shadow{
	width:222px;
	background:url(../images/bg-center-shadow.png) repeat-y;
	padding:0 7px 0 1px;
}
.center-shadow:after{
	content:"";
	display:block;
	clear:both;
}
.sub-nav-box-wrap{
	width:222px;
	float:left;	
}
.sub-nav-box{
	background:#fff;
	width:222px;
	overflow:hidden;
	margin:-7px 0 0;
	position:relative;
}
.sub-nav-box h3{
	margin:0 0 8px;
	width:222px;
	height:31px;
	text-indent:-9999px;
}
.angebote-neuheiten {
  margin:0 0 8px;
	width:920px;
	height:31px;
	text-indent:-9999px;
	background: #ffffff url(../images/angebote_neuheiten.jpg) no-repeat;
}
.bike-text{
	background:url(../images/bg-bike-text.jpg) no-repeat;
}
.ersatzteile-text{
	background:url(../images/bg-ersatzteile-text.jpg) no-repeat;
}
.zubehor-text{
	background:url(../images/bg-zubehor-text.jpg) no-repeat;
}
.unser-text{
	background:url(../images/bg-unser-text.jpg) no-repeat;
}
.sub-nav-text{
	width:210px;
	min-height: 250px;
	padding:0 0 6px 10px;
	overflow:hidden;
}
.sub-nav-text h4{
	margin:4px 0 8px;
	font-size:14px;
	color:#2c2c2c;
}
.illustration02{
	width:200px;
	height:150px;
	border:1px solid #c2c2c2;
	margin:0 0 5px;
}
.illustration03{
	width:198px;
	height:108px;
	margin:0 0 5px;
}
.sub-nav-text span{
	float:left;
	color:#464646;
}
.sub-nav-text a.more{
	color:#ab7500;
	text-decoration:none;
	float:right;
}
.sub-nav-text a.more:hover{ text-decoration:underline; }
/* sub-nav end */
/* inner page start */
/* breadcrumbs start */
.breadcrumbs{
	margin:0;
	padding:0;
	list-style:none;
	padding:11px 0 13px 4px;
	height:1%;
}
.breadcrumbs li{
	font-size:14px;
	color:#bf8e18;
	display:inline;
	padding:0 0 0 1px;
	font-weight:bold;
}
.breadcrumbs li a{
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
}
.breadcrumbs li span{
	color:#fff;
	padding:0 0 0 3px;
}
.breadcrumbs li a:hover{ text-decoration:underline; }
/* breadcrumbs end */
/* conteiner start */
#conteiner{
	padding:0 0 0 8px;
	width:912px;
}
.boxes-holder{
	width:100%;
	overflow:hidden;
}
.content-box-holder{
	float:left;
	width:452px;
	overflow:hidden;
	padding:0 0 4px 2px;
}
.top-shadow1{
	width:100%;
	overflow:hidden;
	background:url(../images/bg-top-shadow1.png) no-repeat;
	height:8px;
}
.btm-shadow1{
	width:100%;
	overflow:hidden;
	background:url(../images/bg-btm-shadow1.png) no-repeat;
	height:8px;
}
.center-shadow1{
	width:444px;
	background:url(../images/bg-center-shadow1.png) repeat-y;
	padding:0 7px 0 1px;
}
.content-box{
	width:422px;
	background:#fff;
	padding:3px 11px 10px;
	overflow:hidden;
	height:151px;
}
.illustration04{
	float:right;
	width:200px;
	height:146px;
	margin:1px 0 0;
	border:1px solid #c6c6c6;
	text-align: center;
}
.content-box-text{
	width:210px;
	float:left;
	overflow:hidden;
	min-height: 146px;
	height: 146px;
	position: relative;
}
.content-box-text h2{
	margin:0 0 3px;
	font-size:16px;
	color:#000;
	line-height:16px;
}
.content-box-text h3{
	margin:0;
	color:#7c7c7c;
	font-size:13px;
	font-weight:bold;
	letter-spacing:-1px;

}
.content-box-info{
	width:100%;
	overflow:hidden;
	position: absolute;
	bottom: 0px;
}
.sub-logo{
	float:left;
}
.sub-logo a{
	display:block;
	overflow:hidden;
	width:75px;
	height:32px;
	background:url(../images/bg-sub-logo.gif) no-repeat;
	text-indent:-9999px;
}
.btn1{
	float:right;
	width:18px;
	height:18px;
	background:url(../images/bg-btn1.gif) no-repeat;
	text-indent:-9999px;
	margin:16px 0 0;
} 
.price{
	float:right;
	font-weight:bold;
	font-size:16px;
	padding:17px 10px 0 0;
	line-height:16px;
}
/* conteiner end */
/* inner page end */
/* footer start */
#footer{
	width:100%;
	overflow:hidden;
	padding:0 0 130px;
}
.footer-nav{
	float:right;
	margin:0;
	padding:0 5px 0 0;
	list-style:none;
}
.footer-nav li{
	display:inline;
	padding:0 0 0 34px;
}
.footer-nav li a{
	color:#1b1b1b;

	text-decoration:none;
}
.footer-nav li a:hover{ text-decoration:underline; }
#footer p{
	margin:0;
	color:#161616;
	
}
/* footer end */
	
/* mailform */
.csc-mailform-field label {
  width: 100px;
  display: block;
}


.csc-textpicHeader {
  padding-left: 15px;
}

/* Slideshow */
#mask {
	position:relative;
	width:920px;
	height:460px;
	overflow:hidden;
}
#slideshow {
	position: absolute;
}
#slideshow .content-element-container {
	width: 920px;
	float: left;
	background-color: #ffffff;
}
 /* NEWSTICKER START */
#newsticker {
  padding: 5px 0px 0px 0px;
  color: #ffffff;
  font-size: 120%;
  margin:0;
}

#newsticker p.bodytext {
  padding: 0;
  margin: 0;
}

/* NEWSTICKER END */

.content-element-container {
}
.content-element-container h1 {
  padding: 0 0 0 40px;
  font-size: 1.6em;
}
.content-element-container .bodytext {
  padding: 0 40px 0 40px;
  font-size: 1.3em;
}

#googlemap {
  float: right;
}


.detailview  {

  width: 885px;
  margin: 0px 0px 0px -40px;
}


#primary h1 {
  font-size: 1.4em;
}
#primary h1.csc-firstHeader {
	font-size: 24px;
}
#primary .bodytext {
  font-size: 1.1em;
}



/* Right Column Styles */
.headline-team-helme {
  background: url(../images/headline_team_helme.jpg);
}

.headline-unser-team {
  background: url(../images/headline_unser_team.jpg);
}

.headline-unsere-partner {
  background: url(../images/headline_unsere_partner.jpg);
}

.headline-rufen-sie-uns-an {
  background: url(../images/headline_rufen_sie_uns_an.jpg);
}

span.phone {
  font-weight: bold;
  text-indent: 40px;
  font-size: 120%;
  background: url(../images/telephone2.png) top left no-repeat;
  line-height: 2.5em;
}

span.mobile {
  font-weight: bold;
  text-indent: 40px;
  font-size: 120%;
  background: url(../images/mobilephone.png) top left no-repeat;
  line-height: 2.5em;
}

#rightborder .sub-nav-text{
  min-height: 0;
}

/* raeder_slideshow */
#raeder_slideshow_container {
  min-height: 685px;
}
#raeder_mask {
	position:relative;
	width:900px;
	height:675px;
	overflow:hidden;
}
#raeder_slideshow {
  position:absolute;
  
}
#raeder_slideshow .slide {
  width: 900px;
  float:left;
  position: relative;
}

.slide .info {
  position: absolute;
  width: 900px;
  top:0;
  left: 0;
  height: 80px;
  min-height: 80px;
  background: url(../images/bg-primary.png);
}

.info h3 {
  font-size: 200%;
  color: #ffffff;
  margin-left: 40px;
}

.info .details {
  float:right;
 
}

.info .details a {
  color: #AB7500;
  font-size: 250%;
  padding: 30px 20px 20px 30px;
  text-decoration: underline;
  line-height: 2.3em
}

#controls {
  text-align: center;
  width: 900px;
  background: #000000;
  min-height: 30px;
  height: 30px;
}
#controls span {
  float:left;
  display: block;
  width: 225px;
  font-size: 120%;
  font-weight: bold;
  color: #AB7500;
  cursor: pointer;
  line-height: 2em;
}

#controls span:hover {
  text-decoration: underline;
}

.partner-logo {
  display: block;
  width: 200px;
  text-align: center;
  border: 1px solid #161616;
  margin: 10px 0px;
  padding: 10px 0px;
}

/* Team helme */
.team-helme-rahmen h2 {
	font-size: 24px;
	color: #3271a3;
}
.team-helme-rahmen h4 {
	color: #3271a3;
	font-size: 16px;
	margin-bottom: 0px;
	padding: bottom: 5px;
}
.team-helme-rahmen .csc-textpic-text {
	margin-left: 270px;
}

.team-helme-rahmen ul {
	padding-left: 15px;
}
.team-helme-rahmen {
border-bottom: 1px solid #747373;
margin-right: 20px;
}

.team-helme-rahmen .csc-textpic-caption {
	color: #747373;
}

a.button {
	text-align: right;
	display:block;
	text-decoration: none;
	color: #a06f18;
	background: url('../images/bg_button.gif') no-repeat top right;
	height: 46px;
	padding: 12px 46px 0 0px;
	font-size: 17px;
	font-weight: bold;
}
