/* general styles and page setup ******************************************************************/
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #FFFFFF;
	background-color: #000000;
	margin: 0;
	padding: 0;
	padding-bottom: 30px;
}
p {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
    color: #CCCCCC;
	font-weight: bold;
}
a:hover {
    color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
div.pagewidth {
	width: 960px;
	padding-left: 15px;
	position: relative;
	z-index: 2;
}
div.leftcol {
	float: left;
}
div#contentcolumn {
	width: 760px;
	float: left;
}
div#servicecolumn {
	width: 180px;
	float: right;
}
h1, h2, h3 {
	padding: 0;
	margin: 0;
	margin-bottom: 3px;
	font-size: 12px;
	font-weight: bold;
}
h1 {
	margin-bottom: 1em;
}
div.cleaner {
	font-size: 1px;
	clear: both;
	height: 0px;
}
div.listingLeftCol {
	float: left;
	width: 363px;
}
div.listingRightCol {
	float: right;
	width: 363px;
}
div.content ul {
	margin: 0;
	padding: 0;
    list-style: none;
}
div.content li {
	padding-left: 12px;
	background-image: url(../images/white_dash.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
}


/* header *****************************************************************************************/
div.logobar {
	background-color: #ff0000;
	height: 120px;
	z-index: 2;
}
div.navbar {
	position: relative;
	background-color: #800000;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	z-index: 2;
}
div.navbar div.servicenav {
	text-align: right;
/*	float: right;*/
	position: absolute;
	left: 794px;
	width: 180px;
}
div.navbar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 15px;
	width: 100%;
}
div.navbar ul li {
	display: inline;
	padding-right: 15px;
}
div.navbar a {
	color: white;
	text-transform: lowercase;
	text-decoration: none;
}
div.navbar ul li.active a, div.navbar ul li.trail a, div.navbar a:hover, div.navbar ul li.trail li.active a, div.navbar ul li.trail li.trail a, div.navbar ul li.active li a:hover, div.navbar ul li.trail li a:hover {
	color: #ff4c4c;
}
div.navbar ul li.active li a, div.navbar ul li.trail li a {
	color: white;
}
ul.level2 {
	position: absolute;
	left: 0;
	top: 20px;
	padding-left: 0px;
	background-color: #480202;
}
ul.level2 li {
/*	padding-left: 15px;*/
	padding-right: 0;
}

/* content ****************************************************************************************/
div#content {
	margin-left: 15px;
	float: left;
	width: 800px;
}
div.caption {
	font-size: 10px;
	border-bottom: 1px solid #999999;
	margin-bottom: 1em;
}
h3.visionen {
	background-color: #ff0000;
	padding: 3px;
	text-transform: uppercase;
}
h3.veloservice {
	background-color: #ffff00;
	color: black;
	padding: 3px;
	text-transform: uppercase;
}
h3.citycycles {
	background-color: #ffffff;
	color: black;
	padding: 3px;
	text-transform: uppercase;
}
h3.citycylceszh {
	background-color: #0066cc;
	padding: 3px;
	text-transform: uppercase;
}
div.thumb {
	float: left;
	border: 1px solid #666666;
	width: 100px;
	height: 100px;
	background-color: #333333;
}
div.thumb img {
	border: none;
}
div.listingtext {
	margin-left: 127px;
}
div.info {
	padding: 10px;
	background-color: #111111;
	margin-bottom: 10px;
	border-top: 2px dashed #333333;
	border-bottom: 2px dashed #333333;
}
/* product tab ***********************************************************************************/
div.producttab {
	position: relative;
	background-color: #222222;
	overflow: hidden;
	width: 240px;
	height: 245px;
	margin-bottom: 10px;
	float: left;
	margin-right: 10px;
}
div.producttab div.image {
	position: relative;
	height: 150px;
	overflow: hidden;
}
div.producttab div.image h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	padding: 0 5px;
	line-height: 30px;
	margin: 0;
	z-index: 11;
}
div.producttab div.image div.titleBackground {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;	
	background-color: black;
	filter:alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity:0.6;
	z-index: 10;
}
div.producttab div.text {
	padding: 5px;
}

div.producttab a.detaillink {
	position: absolute;
	bottom: 0px;
	right: 0;
	color: white;
	padding: 5px;
	background-color: red;
	border: 1px solid #202020;
	text-decoration: none;
}

div.producttab a.websitelink {
	position: absolute;
	bottom: 0px;
	right: 0;
	color: white;
	padding: 5px;
	background-color: #800000;
	border: 1px solid #202020;
	text-decoration: none;
}

/* product list ***********************************************************************************/
div.productlist div.categorydesc, div.productlist div.produkt {
	padding-bottom:10px;
/*	margin-bottom:10px;*/
}

div.produkt {
	width: 340px;
	height: 130px;
	overflow: hidden;
	float: left;
	position: relative;
	padding-top: 5px;
	padding-right: 30px;
	margin-right: 10px;
	border-top:1px solid #202020;
}

div.produktbild {
	position: absolute;
	top: 5px;
	left: 0;
	width: 160px;
	height: 130px;
	z-index: 5;
	overflow: hidden;
}

div.produktbild div.img {
	/* border: 1px solid #202020; */
	}

div.produkt div.produktbeschreibung {
/*	margin-right: 35px;
	margin-left: 170px;*/
	position: absolute;
	top: 0;
	left: 170px;
	width: 135px;
	padding: 0px 4px;
	z-index: 10;
	background-color: black;
	border: 1px solid black;
}
div.produktbeschreibung div.description {
	margin-top: 0.5em;
}
div.produkt div.textfader {
	position: absolute;
	top: 133px;
	left: 170px;
	height: 12px;
	width: 145px;
	background-image: url("../images/textfader.png");
	z-index: 20;
}
div.productlist div.more-button {
	display: none;
}
div.productlist div.visible_more-button div.more-button {
	display: block;
	position: absolute;
	bottom: 5px;
	right: -15px;
	width: 12px;
	height: 12px;
}
div.productlist div.fully_visible_description div.produktbeschreibung {
	border: 1px solid #666666;
	width: 220px;
	z-index: 30;
}
/* staff list *************************************************************************************/
div.listingBox {
	width: 363px;
	height: 102px;
	margin-bottom: 16px;
}
div.listingBox img.icon {
	width: 9px;
	height: 9px;
}
div.listingBox img.visionen {
	background-color: #ff0000;
}
div.listingBox img.veloservice {
	background-color: #ffff00;
}
div.listingBox img.citycycles {
	background-color: #ffffff;
}
div.listingBox img.citycycleszh {
	background-color: #0066cc;
}
div.listingBox img.velobern {
	background-color: #000000;
	width: 7px;
	height: 7px;
	border: 1px solid #666666;
}
/* showroom ***************************************************************************************/
div.label {
	float: left;
	width: 75px;
	font-size: 9px;
	color: #FFFFFF;
	text-align: right;
	padding: 3px;
	padding-top: 4px;
	font-weight: bold;
	border-top: 1px solid #666666;
}
div.value {
	margin-left: 85px;
	border-top: 1px solid #666666;
	padding: 3px;
}
/* brands *****************************************************************************************/
div.brandBox {
	margin-bottom: 20px;
}
div.brandBox div.logoBox {
	float: left;
	width: 360px;
	text-align: right;
	padding: 4px;
	border: 1px solid #222222;
}
div.brandBox div.brandDescription {
	margin-left: 380px;
}
/* slide show *************************************************************************************/
div.slideShow {
	overflow: hidden;
/*	border: 1px solid white;*/
	border: none;
	width: 750px;
	height: 400px;
	position: relative;
}
div.slideShow a {
	border: none;
}
div.slideShow img {
	position: absolute;
	opacity: 0;
	z-index: 100;
	border: none;
	top: 0;
	left: 0;
}
#slideShowCaption {
	display: none;
/*	text-align: right;*/
	font-size: 10px;
	padding: 0 3px 0 3px;
	background-color: #666666;
	top: -14px;
	position: relative;
}
/* textimage* *************************************************************************************/
div.content div.jtext {
	padding-left: 5px;
	padding-right: 40px;
	padding-bottom: 10px;
}

div.textimage {
	float: left;
	width: 760px;
}
div.textimage div.image {
	float: left;
	width: 280px;
}

div.textimage div.text {
	padding-right: 0px;
	padding-left: 280px;
}
/* servicenav *****************************************************************************************/
div#servicenav {
	width: 200px;
	padding: 0;
	line-height: 20px;
	margin-left: 850px;
	margin-top: 20px;
	height: 300px;
	}	
	
div#servicenav ul {
	list-style: none;
	float: left;
	margin:0;
	padding: 0;
	}
	
div#servicenav ul li {
	padding-right: 15px;
	padding-left: 20px;
	}

div#servicenav li.active a {
	color: #ff4c4c;
}

div#servicenav li.active, div#servicenav li.trail {
	border-color: white;
}

div#servicenav a {
	padding: 0;
	color: white;
/*	text-transform: lowercase;*/
	text-decoration: none;
}

div#servicenav a:hover, div#servicenav ul.level4 a:hover {
	color: #ff4c4c;
}
	
div#servicenav li.active a:hover {
	color:white;
}

div#servicenav li.trail a {
	color: white;
}

/* news *************************************************************************************/
ul.innerfade, ul.innerfade li {
	margin: 0;
	padding: 0;
	background-image: none;
}

ul.innerfade div.newscontent {
	margin-left: 450px;
	margin-right: 0;
}
div.newsslide {
	background-color: #0e0e0e;
	padding-bottom: 20px;
	position: relative;
/*	border: 1px solid #202020; */
	height: 300px;
	overflow: hidden;
}

ul#newsmenu li {
	display: inline;
	background-image: none;
}

ul#newsmenu li a {
	background-image: url(../images/bullet_inactive.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

ul#newsmenu li.active a, ul#newsmenu li a:hover {
	background-image: url(../images/bullet_active.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

div#news {
	padding-bottom: 10px;
	padding-top: 20px;
	border-bottom: 1px solid #202020;
}

div#news h3 {
	padding-bottom: 5px;
}

div#news div.dmsgallery {
	float: left;
	width: 290px;
	padding-bottom: 5px;
	overflow: hidden;
}

div.dmsgallery {
	overflow: hidden;
}
ul#newsmenu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

div.newscontent {
	margin-left: 300px;
	margin-right: 35px;

}

div#news div.text {
	padding:10px;
	padding-top: 20px;
}
a.gallerylink {
	display: block;
	padding-top: 10px;
}

/* newsticker *************************************************************************************/
div#newsticker {
	width: 200px;
	height: 225px;
	overflow: hidden;
/*	display: none;*/
}
div#newsticker div.tab {
	position: relative;
	height: 20px;
	width: 100px;
	float: left;
}
div#newsticker div.tab div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
div#newsticker div.tab div.text {
	padding: 3px;
	z-index: 101;
}
div#newsticker div.tab div.background {
	z-index: 99;
	background-image: url(../images/bg_newstickertab.gif);
	background-repeat: no-repeat;
}
div#newsticker div.body {
	position: relative;
	height: 205px;
	overflow: hidden;
	clear: left;
}
div#newsticker div.body div.background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666666;
	z-index: 101;
}
div#newsticker div.body div.text {
	position: absolute;
	top: 0;
	left: 0;
	width: 190px;
	height: 205px;
	z-index: 201;
	padding-top: 5px;
	overflow: hidden;
}
div#newsticker div.background {
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
}
div#newscontainer {
	position: absolute;
	top: 200px;
	left: 5px;
	width: 190px;
}
div#newscontainer a {
	text-decoration: none;
	color: white;
}
div#newscontainer a:hover {
	text-decoration: underline;
}
div#newscontainer h3 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	font-size: 11px;
	position: relative;
}
div#newscontainer div.newsbody {
	font-size: 11px;
	font-weight: normal;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
}
.image_frame {
	border: 1px solid #666666;
}
td.label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-align: right;
	vertical-align: top;
	padding-top: 4px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
td.info {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
div.veloladen {
	background-color: #FF0000;
	padding: 3px;
}
div.veloservice {
	color: #000000;
	background-color: #FFFF00;
	padding: 3px;
}
div.citycycles {
	background-color: #0066CC;
	padding: 3px;
}
div.visionen {
	background-color: #FF9900;
	padding: 3px;
}
img.veloladen {
	background-color: #FF0000;
}
img.veloservice {
	background-color: #FFFF00;
}
img.citycycles {
	background-color: #0066CC;
}
img.visionen {
	background-color: #FF9900;
}
img.velobern {
	background-color: #000000;
	border-width: 1px;
	border-color: #666666;
	border-style: solid;
}
#productlist td {
	border-color: #666666;
	border-width: 1px;
	border-style: none;
	border-top-style: solid;
	border-left-style: dotted;
	vertical-align: top;
}
/* admin ******************************************************************************************/
div.admin {
	background-color: #666666;
	border: 2px dashed #999999;
	padding: 5px;
	margin: 5px 0;
}