body {
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	background: #000;
	border-top: 10px solid #fff;
}

div#containerSite {
	background: #000 url(../img/layout/containerSite_bg.jpg) no-repeat top left;
	width: 996px;
	margin: 0 auto 0 auto;
}

/* Header Navigation */
div#containerHeaderNav {
	text-align: right;
	padding: 8px 46px 0 0;
}
div#containerHeaderNav a {
	padding: 8px 12px 1px 12px;
	border-right: 1px solid #666;
	color: #e1a81b;
	text-decoration: none;
}
div#containerHeaderNav a:hover {
	color: #fff;
	text-decoration: none;
}
div#containerHeaderNav .last{
	border: none;
}
/* ENDE Header Navigation */

/* Main Navigation */
div#containerMainNav {
	padding: 49px 305px 0 35px;
	height: 52px;
}
	div#containerMainNav div#mainNav {
		border-bottom: 1px solid #2e2e2e;
		margin: 0;
		padding: 0;
	}
	div#containerMainNav .last {
		border: none;
		background: none;
	}

	/* Main Navigation */
	#mainNav ul {
		margin: 0;
		padding: 0 0 6px 0;
		white-space: nowrap;
	}
	#navlistMain li {
		display: inline;
		list-style-type: none;
	}
	#navlistMain a {
		padding: 0 14px 0 11px;
		line-height: 14px;
		color: #fff;
		text-decoration: none;
		font-weight: bold;
		font-size: 12px;
		background: url(../img/layout/nav_dotted_orange.gif) repeat-y top right;
	}
	#navlistMain a:hover {
		color: #e1a81b;
	}
	#navlistMain a.small {
		padding: 2px 14px 0 0;
		font-weight: normal;
		font-size: 10px;
		background: url(../img/layout/nav_dotted_grau.gif) repeat-y top right;
	}
	/* ENDE Main Navigation */
	
	/* Sub Navigation */	
	#subNav ul {
		margin: 0;
		padding: 10px 0 10px 34px;
		white-space: nowrap;
	}
	#navlistSub li {
		display: inline;
		list-style-type: none;
	}
	#navlistSub a,
	#navlistSub a.active {
		padding: 0 10px 0 11px;
		color: #a5a5a5;
		text-decoration: none;
		font-weight: normal;
		font-size: 11px;
		border-right: 1px solid #a5a5a5;
	}
	#navlistSub a:hover,
	#navlistSub a.active,
	#navlistSub a.active:hover {
		color: #fff;
	}
	/* ENDE Sub Navigation */

/* ENDE Main Navigation */

div#containerFlashHeader {
	height: 270px;
	border-bottom: 6px solid #e1a81b;
}


div#containerContentWrap {
	padding: 25px 0 20px 0;
}

div#containerSidebar {
	width: 230px;
	margin-left: 716px;
	padding: 5px 30px 5px 14px;
}

div#containerContent {
	background: url(../img/layout/sidebar_bg_dotted.gif) repeat-y top right;
	padding: 5px 35px 0 35px;	
	line-height: 16px;
	float: left;
	width: 646px;
}

div#containerBreadcrump {
	border-bottom: 1px solid #ac7a00;
	color: #7f7f7f;
	padding: 0 0 8px 0;
}
div#containerBreadcrump a {
	color: #7f7f7f;
	text-decoration: none;
}


div#content {
	padding: 15px 0 0 0;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

/* Textformatierungen Content */
div#content a {
	text-decoration: underline;
	color: #e1a81b;
}
div#content a:hover {
	text-decoration: none;
}

div#content h1 {
	color: #e1a81b;
	padding: 0;
	margin: 0;
	font-size: 14px;
}

div#content .imgLeft {
	float: left;
	margin: 0 20px 15px 0;
	border: 4px solid #e1a81b;
}

div#content .imgRight {
	float: right;
	margin: 0 0 15px 20px;
	border: 4px solid #e1a81b;
}

table.tableAng {
	border-collapse: collapse;
}
table.tableAng tr {
	background: #111;
}
table.tableAng tr td {
	border: 1px solid #444;
	padding: 4px;
}
table.tableAng tr.rowHeader {
	background: #E1A81B;
	color: #000;
}

table.tableAng tr.rowHigh {
	background: #222;
}

table.form td {
	padding: 2px;
}

div#content form input, textarea {
	border: 1px solid #444;
	background: #111;
	color: #fff;
	padding: 2px;
}

/* ENDE Textformatierungen Content */

/* Textformatierung Sidebar */
div#containerSidebar .imgLeft {
	float: left;
	margin: 0 20px 15px 0;
	border: 4px solid #d9a21a;}

div#containerSidebar .imgRight {
	float: right;
	margin: 0 0 15px 20px;
	border: 3px solid #d9a21a;
}

img.img3Box {
	margin-right: 17px;
	border: 3px solid #d9a21a;
}
img.img3BoxLast {
	border: 3px solid #d9a21a;
}

.bulletPoint {
	margin-left: 101px;
	padding-left: 9px;
	background: url(../img/layout/bullet_arrow_orange.gif) no-repeat 0 4px ;
}
/* ENDE Textformatierung Sidebar */

div#containerFooter {
	border-top: 1px solid #2e2e2e;
	padding: 5px 20px 10px 20px;
	color: #2e2e2e;
}
div#containerFooter a {
	text-decoration: none;
	color: #2e2e2e;
}
div#containerFooter a:hover {
	color: #999;
}

div#containerFooter div#copyright {
	width: 63px;
	float: right;
}



hr.clearHr {
	clear: both;
	visibility: hidden;
	position: relative;
	top: -1000px;
	left: -1000px;
	font-size: 1px;
	height: 1px;
	border: none;
}

td p.bodytext {
	display: inline;
	padding: 0;
	margin: 0;
}

.print {
	display: none;
}

div.formError {
	border: 2px solid #f00;
	padding: 10px;
	background-color: #666;
	color: #fff;
	margin: 20px 0;
}

div#bmwLogo {
	width: 134px;
	height: 61px;
	position: relative;
	top: 0;
	left: 36px;
	z-index: 1;
	margin-bottom: -61px;
}


/* SIMPLE GALLERY */
.tx-qlsimplegallery-pi1 {
    width: 585px;
}

.ql_simple_gallery-pageNav
{
	background:#2e2e2e;
	color:#DDA31E;
	height:20px;
	padding: 3px 10px 0 10px;
	margin-bottom:6px;
	font-size:11px;
	width:95%;
}

.ql_simple_gallery-pageNav a
{
	text-decoration:underline !important;
	color: #DDA31E !important;
	font-weight: bold;
}

.ql_simple_gallery-pageNav a:hover
{
	text-decoration:none !important;
}

.ql_simple_gallery-backLink
{
	width:25%;
	float:left;
}

.ql_simple_gallery-nextLink
{
	width:25%;
	float:left;
	text-align:right;
}

.ql_simple_gallery-pageNumbers
{
	width:50%;
	float:left;
	text-align:center;
}

.ql_simple_gallery_box
{
	width:176px;
	height:190px;
	background:#2e2e2e;
	padding:5px 5px 10px 5px;
	float:left;
	margin:0 6px 6px 0;
}
.ql_simple_gallery_small {
	width: 120px;
	height: 120px;
}

.ql_simple_gallery_box a img
{
	border:none !important;
	text-decoration:none;
	background:none !important;
}

.ql_simple_gallery_image img
{
	text-align:center;
}

.ql_simple_gallery_box a
{
	border:none !important;
	background:none !important;
}

.ql_simple_gallery_box .ql_simple_gallery_text
{
	font-size:11px;
	line-height:14px;
	padding:9px 5px 0;
}

.ql_simple_gallery_box .ql_simple_gallery_text a,.ql_simple_gallery_box .ql_simple_gallery_text a:hover
{
}

.ql_simple_gallery_box .ql_simple_gallery_text a:hover
{
	text-decoration:none;
}
.clearer {
    clear: both;
}
/* SIMPLE GALLERY ENDE */


.affiliateLogo {
	margin-bottom: 20px;
	width: 150px;
	float: right;
}


.csc-header { margin-bottom: 10px; }
.csc-textpic-image img { border: 3px solid #d9a21a !important; }
.csc-textpic-clear { clear: both; margin-bottom: 20px; }
.csc-textpic-intext-left-nowrap .csc-textpic-text { padding-left: 10px; }

/*
#page_16 ul {
	margin-left: 270px;
}
	#page_16 ul li ul {
		margin-left: 15px;
	}
*/