/*
  SilverStripe Street Style Theme
  http://www.silverstripe.com
  
  adapted to SilverStripe by Wojtek Szkutnik
  http://silverstripe.pl

  design by Arcsin
  http://www.arcsin.se
*/

html {
    height:100%;
}

body {
  min-height:100%;
  background: url(../images/bg.gif);
  text-align: center;
  font: normal 0.85em sans-serif,Arial;
}

body,.image,h1,p {
  margin: 0; padding: 0;
}

a:focus {
  outline: none;
  border: 0;
}

.container {
  width: 920px;
  margin: 0 auto;
  text-align: left; 
}

.main {
  width: 720px;
  float: left;
  position: relative;
  overflow: visible;
}

.topper {
  position: absolute;
  height: 19px;
  width: 100%;
  top: 0;
  left: 0;
  background: url(../images/topper-back-2.png) repeat-x;
  z-index: 500;
  text-align: right
}

.content {
  background: #fff;
  clear: both !important;
  padding-left: 5px;
  background: url(../images/shadow-left.png) repeat-y #fff;
  position: relative;
  color: #4e504e;
  overflow: visible;
  min-height: 350px;
}

.content img {
  float: right;
  margin: 10px -6px 0 10px;
}

.content.BikesHerstellerPage img {
  margin: 0;
  float: none;
}

.content h1 {
  font: bold 1.4em sans-serif,Arial;
  padding-top: 2px;
  line-height: 1.5em;
  background: url(../images/little_header_back.png) repeat-x #004900;
  color: #fff;
   display: inline;
}

.content h2 {
  font: normal 1em sans-serif,Arial;
  height: 20px;
  overflow: hidden;
  margin: 0;
  line-height: 1.4em;
  xxxbackground: #004900;
  color: #004900;
}

.content h1 span {
	font-size: 12px;
}

.content h3 {
  font: bold 1.1em sans-serif,Arial;
  margin-top:2px !important;
  padding: 2px 6px;
  color: #ff0f16;
}
.content h4 {
  font: bold 1em sans-serif,Arial;
  margin-top:2px !important;
  padding: 2px 6px;
  border-bottom:1px solid #ff0f16;
  color: #ff0f16;
}
.content h5 {
  font: normal 0.85em sans-serif,Arial;
  margin-top:2px !important;
  padding: 3px 6px;
  color: #FFF;
}
.content h6 {
  font: normal 0.7em sans-serif,Arial;
  margin-top:2px !important;
  padding: 3px 6px;
  color: #FFF;
}

.content p {
  font: normal 1em Verdana,Arial; 
  padding: 6px 6px;
  line-height: 1.55em;
}

.content a {
color: #ff0f16;
text-decoration:none;
}

.content a:hover {
text-decoration:underline;
}

.footer {
  clear:both !important;
  height: 120px;
  background: url(../images/bgfooter.gif) no-repeat;
  width: 720px;
  text-align: center;
  font: bold 0.7em Verdana,Arial;
  color: #999;

}

.footer p {
  padding-top: 7em;
}

.footer a {
  color: #444;
}

/*------ newsticker und Kontakt-Form ----------*/

.contact-slide {
	position: absolute;
	width: 500px;
	z-index: 15;
	background: #004900;
	overflow: hidden;
}

.writeus {
	font-size: 10px;
	display: block;
	height: 12px;
	width: 94px;
	margin-left: 619px;
	line-height: 1em;
	xxxpadding-left: 10px;
	background: url(../images/arrow.png) no-repeat 0 2px;
}

.writeus.formact {
	background: url(../images/arrow-act.png) no-repeat 0 2px;
}

.newsticker, .kontakt-form {
	position: absolute;
	right: 0;
	top: 0;
	width: 200px;
	height: 300px;
}

.kontakt-form {
	width: 325px;
	height: 360px;
}

.kontakt-form input {
	width: 312px;
	border: 1px solid #004900;
	padding: 3px 0 3px 0;	
	margin-bottom: 8px;
}

.kontakt-form input[type="submit"] {
	border: 1px solid #004900;
	background: none;
	color: #5b5b5b;
	width: 150px;
	margin-top: 5px;
}

.kontakt-form textarea {
	width: 308px;
	height: 186px;
	background: none;
	border: 1px solid #004900;
	color: #5b5b5b;
}


.newsticker h2, .kontakt-form h2 {
	background: url(../images/little_header_back.png) repeat-x #004900;
	height: 23px;
	line-height: 1.9em;
	color: #fff;
	margin-bottom: 5px;
}

.newsticker li h2 {
	background: #fff;
	color: #004900;
}

.ticker-outer {
	height:200px;
	width: 200px;
	overflow: hidden;
}

.ticker-outer a img {
	border: none
}

.newsticker img {
	margin: 0 0 5px 0;
}

.slider ul, .slider li{
	margin: 0;
	padding:0;
	list-style:none;
	}


.slider, .slider li{ 
	width: 200px;
	height: 200px;
	overflow:hidden; 
	}


/*------ header & navigation stuff ----------*/

.gfxHeader {
  text-align:right;
  position: relative;
  height: 280px;
  overflow: hidden;
  background: #fff;
}

.gfxHeader h1 {
  color: #FFF;
  position: absolute;
  bottom: 20px;
}
  
.gfxHeader h1 {
  font: bold 3em sans-serif,Arial;
  background: url(../images/navi-back-act.png) repeat-x #004900;
  width:90%;
  padding: 0.1em 0.1em 0 0;
  line-height: 1em;
}

.gfxHeader img {
	xxxmargin-top: -280px;
}
  
.gfxMargin {
  height: 182px;
}
  
.gfxNav {
  height: 46px;
  width:100%;
  overflow: visible;
  position: relative;
  xxxbackground: #000 url(../images/bb-logo.png) no-repeat;
}

.headerLeft {
  float: left;
  width: 220px;
  height: 280px;
  position: relative;
  background: url(../images/bg.png);
}

.headerRight {
  margin-bottom: 20px;
  float: right;
  width: 500px;
  height: 280px;
  background: #efefef; 
  position: relative;
}

.menu {
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 5px;
  overflow: visible;
  text-align: right;
}

.menu a {
  font: normal 1.1em sans-serif,Arial;
  color: #004900;
  font-size: 24px;
  font-weight: bold;
  text-align: right;
  xxxbackground: #004900;
  xxxdisplay: block;
  xxxwidth: 220px;
}

.menu a div {
  margin: 4px 0 0 4px; 
  xxxbackground: #004900;
}

.menu a div:hover {
  font-size: 28px;
}

.menu a.current,
.menu a.section {
  color: #ff0f16;
  font-size: 28px;

}

/*------ widget box ----------*/

.widgetBox {
  color: #CCC;
  background:#fff;
  background-image:url(../images/bg_men.png);
  background-position:bottom left;
  background-repeat:no-repeat;
  padding:10px;
  padding-bottom:20px;
  margin-bottom:20px;
  text-align:left;

}

.widgetBox ul{
  list-style:none;
   padding-left: 0;
  width: 100%;
}

.widgetBox ul.subs {
  margin-left: 0;
  width: 100%;
}

.widgetBox li{
  font: bold 0.8em sans-serif,Arial;
  color:#fff;
 xxxmargin-left:-40px;
  padding-bottom:1px;
  padding-top:1px;
}

.widgetBox p{
  font: bold 0.8em sans-serif,Arial;
  color:#fff;
  padding-left:10px;
}

.widgetBox p a{
  color:#fff;
}

.widgetBox p a:hover{
  color:#860004;
}

.widgetBox li a {
  line-height:1.6em;
  padding-top:0.1em;
  display: block;
  background: url(../images/navi-back.png) repeat-x #004900;
}



.widgetBox li a:hover, li a.current, .widgetBox li a.section {
  color: #004900;
  background: #fff;
}

.widgetBox li a.current {
  margin-left: 5px;
}

.widgetBox li a.current, .widgetBox li a.level-1 {
  font-size: 19px;
}

.widgetBox li a.current {
   xxxmargin-left: 5px;
}

.widgetBox li a.section, .widgetBox li.level-1 a.current {
  color: #004900;
  font-size: 22px;
  text-decoration:none;
}

.widgetBox li a.level-1 {
  margin-top: 2px;
}

.widgetBox h2{
  font: normal 1.1em sans-serif,Arial;
  color: #FFF;
  line-height:1em;
  margin:0px;
}

.widgetBox div {
	height: 0;
	overflow: hidden;
}


/*------ page comments ----------*/

#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}

#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
#PageComments li.odd {
	background: #1a1a1a url(../images/commentBg.png) no-repeat 1% 10%;
	padding-left: 40px;
	padding-right: 10px;
	border-bottom: 2px solid #0c0c0c;
	font-size:11px;
}

#PageComments li.even {
	background: url(../images/commentBgAlt.png) no-repeat 99% 10%;
	padding-right: 40px;
	padding-left: 10px;
	font-size:11px;
}

#PageComments li.odd p.info {
	color: #616161;
}

.actionLinks li a {
	padding-right: 3px;
	font-size: 10px;
}
.actionLinks li {
   display: inline;
   border-right: 1px solid;
}
   .actionLinks li.last {
      border-right: none;
   }

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}



#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
#PageComments p.info {
	color: #999;
	margin: 0px;
	padding: 0;
	line-height: 1em;
	font-size: 0.9em;
}

ul#SearchResults {
	margin: 10px 0;
}
ul#SearchResults li {
	list-style: none;
	margin: 5px 0;
	font-size: 1em;
	background:#222222 !important;
}


/* ====== Bikes Preview */

.bikePreviewWrap, .news-inner {
	position: relative;
	margin-bottom: 1em;
	overflow: hidden;
}

.bikePreviewDesc {
	width: 397px;
}

.bikePreviewImg img {
	border: none;
	margin: 0 0 0 18px;
}

.bikePreviewImg a {
	display: none;
}

.bikePreviewImg a:first-child {
	display: block;
}


.bikePreviewWrap div {
	float: left;
}

.news-inner {
	margin-top: 1em;
	padding-bottom: 1em;
	padding-left: 6px;
}

.news-inner img {
	float: left;
	margin: 0 6px 0 0;
}


/*  ===== Lightbox ======= */

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 91px; 
	float: right;
	padding-bottom: 0.7em;	
}
