body {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 13px;
	color: #390c10;
	margin: 0;
	padding: 0;
}


/* Standard-Formate */

table {
	width: 100%;
}

td, div {
	text-align: left;
}

img {
	border-style: none;
}

ul {
	margin: 0px 0px 16px 0px;
	padding: 0;
	line-height:16px;
	list-style-type: none;
} 

ul li {
	margin: 0px 0px 8px 0px; 
	padding: 0 0 0 14px;
	line-height: 16px;
	background-repeat: no-repeat;
	background-position: 0px 6px;
} 

ul li ul, ul li ul li ul {
	margin: 5px 0px 0px 0px;
}

div#contentframe ul li {
	background-image:url(../_gfx/bullet.gif);
	color: #867140;
}

a {
	color: #e53f36;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #390C10;
	margin-top: 0px;
	margin-bottom: 10px;
}

h2, h3, h4, h5 {
	font-size: 12px;
	font-weight: bold;
	color: #390C10;
	margin-top: 20px;
	margin-bottom: 10px;
}

p {
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 15px;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.indent {
	margin-left: 25px;
}

blockquote {
	color: #656565;
	font-style: italic;
	margin-left: 25px;
}

hr {
	height: 1px;
	border: 0px;
	color: #A21C11;
}

input, select, textarea {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	border-style: solid;
	border-width: 1px;
	border-color: #8C8C8C;
}

input.checkbox {
	border-style: none;
}

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


/*
### Formate für den Seitenaufbau
*/


div#worldframe {
	margin: 0 auto 0 auto;
	text-align: center;
	width: 950px;
}

	div#mainframe {
		width: 950px;
		position: relative;
	}
	
		div#headframe {
			width: 950px;
			height: 125px;
		}
		
			img#logo {
				position: absolute;
				left: 0;
				top: 0;
			}
			
			div#quality a {
				position: absolute;
				left: 220px;
				top: 15px;
				font-size: 10px;
				text-transform: uppercase;
				font-family: Arial;
				color: #877142;
			}
			
			div#metanav {
				width: 300px;
				position: absolute;
				top: 12px;
				right: 220px;
				text-align: right;
			}

				div#metanav ul {
					margin: 0;
					padding: 0;
				}
				
					div#metanav ul li {
						margin: 0;
						padding: 0;
						list-style-type: none;
						display: inline;
					}

						div#metanav ul li a {
							font-size: 10px;
							text-transform: uppercase;
							font-family: Arial;
							color: #877142;
							margin-left: 15px;
						}
						
			div#searchbox {
				width: 200px;
				position: absolute;
				right: 0;
				top: 11px;
			}
			
			div#mainnav {
				position: absolute;
				left: 220px;
				top: 90px;
				bottom: 0;
				width: 730px;
				height: 34px;
				border-bottom: solid 1px #826e43;
			}
				
				div#mainnav ul {
					margin: 0;
					padding: 0;
				}

					div#mainnav ul li {
						margin: 0;
						padding: 0;
						list-style-type: none;
						display: inline;
					}

						div#mainnav ul li a {
							float: left;
							display: block;
							margin: 0 15px 0 0;
							padding: 0 0 6px 0;
							#padding: 0 0 10px 0;
						}

						div#mainnav ul li.active a,
						div#mainnav ul li a:hover {
							border-bottom: solid 5px #e53f36;
						}
						
		div#stageframe {
			float: left;
			width: 950px;
			padding-top: 15px;
		}	

			div#stage-left {
				float: left;
				width: 200px;
				height: 455px;
				position: relative;
			}
			
				div#subnav {
					margin-top: 60px
				}
				
					div#subnav ul {}
			
						div#subnav ul li {
							padding: 0 0 7px 0;
							margin: 0 0 7px 10px;
							border-bottom: solid 1px #826e43;
						}

							div#subnav ul li a {
								color: #390c10;
							}
			
								div#subnav ul li.act a,
								div#subnav ul li a:hover {
									padding: 0 0 5px 0;
									color: #867140;
									border-bottom: solid 3px #e53f36;
								}
			
				div#address {
					width: 190px;
					position: absolute;
					bottom: 0;
					padding: 15px 0 15px 10px;
				}
				
		/* Abweichungen für Layout 2/Layout 3 */
		
		div#mainframe.layout2 div#address, 
		div#mainframe.layout3 div#address {
			margin-bottom: 30px;
		}
		
		div#mainframe.layout2 div#stageframe, 
		div#mainframe.layout3 div#stageframe {
			width: 200px;
		}
		
			div#stage-right {
				float: left;
				width: 730px;
				margin: 0 0 0 20px;
				border-bottom: solid 1px #826e43;
			}
			
				div#stage-right a img {
					float: left;
				}

		div#contentframe {
			float: left;
			width: 950px;
			margin: 40px 0 35px 0;
		}
		
		
		/* Abweichungen für Layout 2 */

		div#mainframe.layout2 div#contentframe {
			width: 730px;
			margin: 0 0 0 20px;
			padding-top: 15px;
			_overflow: hidden;
		}
		
			div#mainframe.layout2 div#contentframe div#content-left {
				float: left;
				width: 500px;
				margin: 0 0 30px 0;
				padding: 0 30px 0 0;
			}

			div#mainframe.layout2 div#contentframe div#content-right {
				float: left;
				width: 180px;
				margin: 0 0 30px 0;
			}
		
		
		/* Abweichungen für Layout3 */

		div#mainframe.layout3 div#contentframe {
			float: left;
			width: 730px;
			_overflow: hidden;
			margin: 0 0 30px 20px;
			padding-top: 15px;
		}
		
			div#mainframe.layout2 div#contentframe div#content-wide {
				float: left;
				width: 730px;
				margin: 0 0 30px 0;
			}
		
		
		
			div.fce-bikecategories {
				float: left;
				width: 950px;
			}

				div.categorie {
					float: left;
					width: 200px;
					margin-right: 20px;
				}
				
					div.cattitle {
						border-bottom: solid 1px #877142;
					}
				
						div.categorie h1 {
							color: #390c10;
							margin: 0 0 8px 0;
							padding: 0;
						}
						
					div.cattext {
						float: left;
						width: 180px;
						margin: 5px 0 10px 0;
						padding: 0 10px 0 10px;
					}

						div.cattext a {
							font-size: 13px;
							line-height: 18px;
							color: #877142;
						}
						
					div.catpic {
						float: left;
						width: 200px;
						border-bottom: solid 1px #877142;
						padding: 0 0 10px 0;
					}

						div.catpic img {
							float: left;
						}
						
				div.other-categories {
					float: left;
					width: 70px;
					height: 210px;
					margin: 26px 0 0 0;
					background-image: url('../_gfx/fce-bikecat-bg.gif');
					background-repeat: repeat-x;
					background-position: 0 0px;
				}
										
		div#bottomframe {
			float: left;
			width: 950px;
			margin: 0 0 0 0;
		}
		
		div#footerframe {
			float: left;
			width: 950px;
			margin: 5px 0 0 0;
			padding: 0 0 50px 0;
			text-align: right;
		}
		
			div#footerframe a#bdw-link {
				font-size: 9px;
				color: #999;
			}
		

/*
### Formate für TYPO3-Plugins
*/


/* Smooth gallery */

.myGallery {
	border: none !important;	
}

#rglbOverlay {
	background-color: #fff;
}

#rglbCenter, #rglbBottom {
	background-color: #fff;
	border: none;
}

.jdGallery .slideElement {
	background-color: #fff !important;
}

.sgGallery .slideElement {
	background-color: #fff !important;
}



/* News */

.news-list-item {
	float: left;
	width: 100%;
}

	.news-list-item h1 {
		font-size: 12px;
		font-weight: normal;
		color: #A21C11;
		margin: 0 0 7px 0;	
	}
	
	.news-list-item p {
		margin: 0;	
	}
	
	.news-list-item img {
		float: left;
		padding: 3px 5px 5px 0;
	}

	.news-list-item .news-list-morelink {
		float: left;
		width: 100%;
		text-align: right;
		padding-bottom: 10px;
	}

	.news-list-item .news-list-morelink img {
		float: none !important;
		padding: 0;
	} 

.news-topline {
	font-size: 10px;
	color: #8C8C8C;
	margin: 0 0 3px 0 !important;	
}

.news-single-item {
	float: left;
	width: 100%;
}

.news-single-item h4 {
	font-weight: normal;
	color: #8C8C8C;
	margin: 0 0 15px 0;
}

.news-single-img {
	float: left;
	width: 150px;
	padding: 0;
	margin: 0 10px 0 0;
}

	.news-single-imgcaption {
		font-size: 10px;
		color: #656565;
		line-height: 13px;
		margin: 5px 0 8px 0;
		padding: 0;
	}

.news-single-additional-info {
	float: left;
	width: 100%;
	margin: 10px 0px 0px 0px;
}

dl.news-single-files dt, dl.news-single-links dt, dl.news-single-related dt {
	font-size: 10px;
	font-weight: normal;
	color: #656565;
	margin: 0px 0px 5px 0px;
	padding: 0;
}

dl.news-single-files dd, dl.news-single-links dd, dl.news-single-related dd {
	background-image: url('../_gfx/doppelpfeil_dunkelgrau.gif');
	background-repeat: no-repeat;
	background-position: 0 5px;
	margin: 0 0 2px 0;
	padding: 0 0 0 15px;
}

dl.news-single-files dd p, dl.news-single-links dd p, dl.news-single-related dd p {
	margin: 0;
	padding: 0;
	line-height: normal;
}

.news-single-backlink {
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
}


/* Sitemap */

.csc-sitemap ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.csc-sitemap ul li {
	margin: 0;
	padding: 0;
	background-image: none;
}

	.csc-sitemap ul li ul li {
		margin: 0 0 0 5px;
		padding: 0 0 0 10px;
		background-image: url('../_gfx/kreuz_grau.gif');
		background-repeat: no-repeat;
		background-position: 0px 8px;
	}

.csc-sitemap ul li a {
	color: #8C8C8C;
	margin-bottom: 3px;
	display: block;
	padding: 3px 5px;
	background-color: #FFFFFF;
	background-image: url('../_gfx/bg_greyfade.gif');
	background-repeat: repeat-x;	
}

.csc-sitemap ul li a:hover {
	color: #A21C11;
	text-decoration: none;
	background-color: #E1E1E1;
	background-image: none;
}

.csc-sitemap ul li ul li a {
	background-image: none;
}


/* Searchbox */

.tx-macinasearchbox-pi1 input#sword {
	float: left;
	width: 147px;
	padding: 4px 2px 4px 10px;
	_padding: 2px 2px 0px 10px;
	_height: 18px;
	margin-right: 1px;
	background-color: #dfdbcf;
	color: #857041;
	border: none;
	font-size: 11px;
}

.tx-macinasearchbox-pi1 input#submit {
	float: left;
	width: 40px;
	height: 22px;
	#height: 22px;
	_height: 20px;
	padding: 2px 2px 3px 2px;
	/* background-color: #3a0c10; */
	background-color: #dfdbcf;
	color: #857041;
	border: none;
	font-size: 11px;
}

.tx-macinasearchbox-pi1 input#submit:hover {
	background-color: #E53F36;
}


/* Suche */

.tx-indexedsearch-searchbox {
	float: left;
	width: 420px;
	margin: 0;
	padding: 0 0 15px 0;
}

.tx-indexedsearch-searchbox dl {
	width: 420px;
	margin: 0;
	padding: 0;
}

.tx-indexedsearch-searchbox dt {
	width: 160px;
	height: 21px;
	float: left;
	margin: 0;
	padding: 4px 0 0 0;
}

.tx-indexedsearch-searchbox dd {
	width: 260px;
	height: 25px;
	float: left;
	margin: 0;
	padding: 0;
}

.tx-indexedsearch-searchbox-button {
	padding: 2px;
	width: 200px;
	#height: 24px;
}

.tx-indexedsearch-searchbox-button.submit {
	font-weight: bold;
	border-color: #A21C11;
	color: #A21C11;
}

.tx-indexedsearch .submit-row {
	padding: 10px 0 10px 0;
}

#tx-indexedsearch-searchbox-sword {
	padding: 2px;
	width: 196px;
}

.tx-indexedsearch .tx-indexedsearch-whatis {
	float: left;
	width: 420px;
	margin: 0;
	padding: 0;
}

.tx-indexedsearch .tx-indexedsearch-noresults {
	text-align: left;
}

.tx-indexedsearch .contentdivider.resultlist h2 {
	margin: 0 0 2px 0;
}

.tx-indexedsearch .contentdivider.resultlist h2 a {
	margin: 0;
	padding: 0 0 2px 0;
	display: block;
}

.tx-indexedsearch .contentdivider.resultlist h3 {
	font-size: 10px;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0;
	color: #8C8C8C;
}

.tx-indexedsearch .tx-indexedsearch-browsebox {
	width: 300px;
}


.tx-indexedsearch .tx-indexedsearch-browsebox li {
	display: inline;
	margin-right: 5px;
	background: none;
	padding: 0;
}

.tx-indexedsearch .tx-indexedsearch-browsebox li strong a {
	color: #8C8C8C;
}


/*
### Formate für Standard TYPO3-Elemente
*/


/* Linie vor und nach einem Inhaltselement */

.csc-frame-rulerBefore {
	clear: both;
	height: 2px;
	overflow: hidden;
	background-color: #E1E1E1;
	margin: 10px 0 10px 0;
	padding: 0;
	line-height: 0;
}

.csc-frame-rulerAfter {
	clear: both;
	height: 2px;
	overflow: hidden;
	background-color: #E1E1E1;
	margin: 10px 0 10px 0;
	padding: 0;
	line-height: 0;
}


/* Bildunterschrift */

.csc-textpic-caption {
	font-size: 10px;
	color: #656565;
	padding-bottom: 10px;
}


/* Stil des optionalen Bildrahmens */

.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
	border: 1px solid #E1E1E1 !important;
}

div.csc-textpic-imagerow {
	#padding-bottom: 10px;
}

/* Datei-Verweise */

table.csc-uploads {
	border-collapse: collapse;
}

.csc-uploads td.csc-uploads-fileName {
	vertical-align: top;
	padding: 0 15px 10px 0;
}

.csc-uploads td.csc-uploads-fileSize {
	vertical-align: top;
	padding: 0 0 10px 0;
}

.csc-uploads td.csc-uploads-fileName p, .csc-uploads td.csc-uploads-fileSize p {
	margin: 0 !important;
}



/* Kontaktformular / Powermail */

.tx-powermail-pi1 fieldset legend {
	display: none;
}

.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html {
	margin-bottom: 10px;
	float: left;
	width: 100%;
}

.tx-powermail-pi1 label {
	width: 90px;
	display: block;
	padding: 3px 0;
	float: left;
}

.tx-powermail-pi1 input {
	width: 190px;
	padding: 2px;
}

.tx-powermail-pi1 textarea {
	height: 200px;
	width: 270px;
	padding: 2px;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
}

.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html_check {
	float: right;
	width: 100%;
}

.tx-powermail-pi1 .powermail_check_inner {
	float: right;
	width: 100%;
}

.tx-powermail-pi1 .powermail_check_inner label {
	width: 395px;
	float: right;
}

.tx-powermail-pi1 .powermail_check_inner input {
	width: 20px;
	float: right;
	border-style: none;
}

.tx-powermail-pi1 .powermail_submit {
	width: auto;
	margin: 15px 0 15px 90px;
	_margin: 15px 0 15px 93px;
}

.tx-powermail-pi1 .powermail_mandatory_js {
	color: #e7501e;
	margin: 2px 0 4px 90px;
	_margin: 2px 0 4px 93px;
	font-size: 10px;
}



/* Tabellen */

table.contenttable {
	width: 100%;
	border: 1px solid #E1E1E1;
	border-collapse: collapse;
}

	.contenttable th, .contenttable td {
		vertical-align: top;
		padding: 1px 3px 1px 3px;
	}
	
	.contenttable th, .contenttable tfoot {
		font-weight: bold;
		color: #8C8C8C;
		background-color: #AEAEAE;
		padding: 2px 3px 3px 3px;
	}
	
	.contenttable .tr-odd td {
		border-style: solid;
		border-width: 0 0 1px 0;
		border-color: #E1E1E1;
	}
	
	.contenttable .tr-even td {
		border-style: solid;
		border-width: 0 0 1px 0;
		border-color: #E1E1E1;
	}

	.contenttable .tr-last td {
		border-style: none;
	}


/* FCE Banner */

div.fce-banner {
	float: left;
	width: 950px;
}

/* FCE Bike List */

div.fce-bike-list {
	float: left;
	width: 730px;
	margin: 0 0 15px 0;
	background-color: #f9f8f5;
}

	div.fce-bike-list img {
		float: left;
		margin: 0 20px 0 0;
		padding: 0 0 0 0;
	}

		div.bike-list-content {
			float: left;
			width: 326px;
			padding: 15px 15px 0 0;
		}
		
			div.bike-list-content h2 {
				margin: 0 0 10px 0;
				padding: 0;
			}
			
			div.bike-list-content h3,
			div.bike-list-content h4 {
				margin: 0 0 10px 0;
				padding: 0;
				font-weight: normal;
				color: #390C10;
				line-height: 18px;
			}
			
			div.bike-list-content p.price {
				color: #867140;
			}
			
/* FCE Bike Detail */

div.fce-bike-detail {
	float: left;
	margin: 30px 0 50px 0;
}
	
	div.fce-bike-detail .description {
		float: left;
		width: 730px;
		border-top: solid 1px #867140;
	}

		div.fce-bike-detail .description .left {
			float: left;
			width: 500px;
			margin: 0 0 30px 0;
			padding: 20px 30px 0 0;
		}

			div.fce-bike-detail .description .left .text1 {
				color: #390c10;
			}

			div.fce-bike-detail .description .left .text2 {
				color: #390c10;			
			}

		div.fce-bike-detail .description .right {
			float: left;
			width: 200px;
			margin: 0 0 30px 0;
		}

			div.fce-bike-detail .description .right img {}

	div.fce-bike-detail .data {
		float: left;
		width: 730px;
		border-top: solid 1px #867140;
	}
	
	div.fce-bike-detail table.contenttable {
		border: none;
		border-style: none;
		border-collapse: collapse;
		
	}

	div.fce-bike-detail table.contenttable tr td {
		padding: 0;
	}
	
	div.fce-bike-detail table.contenttable tr td p {
		margin: 0 0 5px 0;	
	}


		div.fce-bike-detail .data .left {
			float: left;
			width: 500px;
			margin: 0 0 30px 0;
			padding: 20px 30px 0 0;
		}

		div.fce-bike-detail .data .right {
			float: left;
			width: 200px;
			margin: 0 0 30px 0;
			padding: 20px 0 0 0;
		}
		
			div.fce-bike-detail .data .right .geometrie {
				margin: 0 0 0px 0;
			}
		
		div.fce-bike-detail h2 {
			margin: 0 0 10px 0;
		}
			

	div.fce-bike-detail .price {
		float: left;
		width: 730px;
		border-top: double 1px #867140;
		padding: 10px 0 0 0;
		font-weight: bold;
		color: #867140;
		font-size: 20px;
	}
	
	
/* Lightbox */

#overlay {
	background-color:#fff !important;
}

.jdGallery a.open:hover {
	background-image: none !important;
}