/* Start of CMSMS style sheet 'subpage' */
div#main {
  position: relative;
}

div#menu {
  width: 165px;
  float:left;
  padding-left: 5px;
}

div#content {
  float: right;
  width: 500px;
}

div#content h1 {
  font-size: 130%;
  margin-top: 1em;
  margin-bottom: 1em;
}

div#content h2 {
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 1.5em;
}

div#content h3 {
  font-size: 100%;
  font-weight: bold;
  margin-top: 1.5em;
}

div#content a {
  text-decoration:underline;
}

div#content a:hover {
  color: white;
}

div#content p {
  line-height: 1.5;
  margin-top: 1em;
}

div#content ul {
 margin-bottom: 1.5em;
 padding-left: 1.2em;
}

div#content ul li {
 list-style-type: square;
 padding: 2px 0px 2px 0px;
}

div#content blockquote {
 font-style:italic;
 padding-left: 15px;
 margin-top: 1.5em;
 margin-bottom: 1.5em; 
}

div#content blockquote p {
 margin: 0px;
 padding: 3px 4px;
 background-color: #202020;
}

div#content img#eyecatcher {
  border-top: 1px solid #949494;
  border-bottom: 1px solid #949494;
}

/* menu */
li#adventure, li#bike, li#shop {  
  display: block;
}

li#adventure a, li#bike a, li#shop a {
  width: 145px;
  height: 29px;
  text-indent: -9999px;
  display: block;
  background-repeat: no-repeat;
  overflow: hidden;
}

li#adventure a {
  background-image: url(/images/cb/adventure.gif)
}

li#bike a {
  background-image: url(/images/cb/bike.gif)
}

li#shop a {
  background-image: url(/images/cb/shop.gif)
}

li#adventure.selected a {
  background-image: url(/images/cb/adventure_active.gif)
}

li#bike.selected a {
  background-image: url(/images/cb/bike_active.gif)
}

li#shop.selected a {
  background-image: url(/images/cb/shop_active.gif)
}

/* menu sublevel 1 */
div#menu ul.level2 {
  margin-bottom: 10px;
  width: 145px;
}

div#menu ul.level2 li {
  line-height: 1.5em;
}

div#menu ul.level2 li a {
  display: block;
  text-indent: 0px;
  padding: 1px 0px 1px 2px;
  color: #949494;
  background-image: none;
  width: auto;
  height: auto;
}

div#menu ul.level2 li.selected {
  border-right: 1px solid #373132;
}

/* menu sublevel 2 */
div#menu ul.level3 {
  margin-top: 3px;
}

div#menu ul.level3 li {
  text-align: right;
  background-color: #191617;
}

div#menu ul.level2 li.selected a, div#menu ul.level2 li.selected ul.level3 li.selected a {
  background-color: #373132;
}

div#menu ul.level2 li.selected ul.level3 li a {
  background-color: #191617;
}

div#menu ul.level3 li a {
  display: inline;
  padding: 1px 2px 1px 2px;
  background-color: #191617;
}

div#menu ul.level2 li.selected ul.level3 li {
  border: 0px;
}


/* dealers */
div#content ul#landen {
 margin-top: 10px;
list-style-type:none;
 padding-left: 0px;
}

div#content ul#landen li {
float:left;
list-style-type:none;
margin-right: 5px;
display: block;
border: 1px solid #949494;
}

div#content ul#landen li a {
padding: 3px;
border-bottom: 1px solid #191617;
text-decoration: none;
}

div#content ul#landen li.selected a, ul#landen li a:hover {
background-color: #949494;
color: black;
border-bottom: 1px solid #949494;
text-decoration: none;
}

div#content div.merken {
 margin-top: 0.5em;
}

div#content div.merken ul li {
  line-height: 1em;
}

div#dealers {
 clear: both;
 padding-top: 15px;
}

div#content div.calendar-event, div#content div.news-item {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px dotted #444;
}

div#content div.calendar-event h2, div#content div.news-item h2 {
 margin-bottom: 0.5em;
}

div#content .postdate {
background-color: #444;
float:left;
height:32px;
width:32px;
margin-right:8px;
padding-top:2px;
color:#9B9B9B;
font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
text-align:center;
text-transform:uppercase;
}

div#content .postdate .month {
  display:block;
  font-size:9px;
  height:12px;
}
div#content .postdate .day {
font-size:18px;
}

.vcard span.type {
display:none;
}

.vevent abbr, .vcard abbr {
border: 0px;
}

div.slideshow {
 margin-bottom: 10px;
}

div.slideshow a img {
 border: 1px solid #333;
 margin: 10px 10px 0px 0px;
}

div.slideshow a:hover img {
 border-color: #666;
}
/* End of 'subpage' */

