* {
	margin: 0em;
	padding: 0em;
	/*position: relative;*/
}

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.625em;
	text-align: center;
	color: #414141;
	background-color: #ffffff;
}

#frame {
	width: 99.5em;
	margin: 0 auto 0 auto;
	text-align: left;
}
* html #frame {
	font-size: 101%;
}

*+html #frame {
	font-size: 101%;
}
/* #################### Header #################### */

#header {
	width: 99.5em;
	height: 18.8em;	
	position: relative;	
}

*+html #header {
	float: left;
}

#images {
	height: 11.8em;
}
#bmwilogo {
	width: 12.9em;
	height: 6.2em;
	margin: 0 5.1em 0 1.6em;
	float: left;
	/*border: none;*/
}
#headerillu {
	width: 79.1em;
	height: 11.8em;
	margin: 0 0 0 0.8em;
	float: left;
}


/* #################### Body #################### */

#body-left-brown {
	width: 99.5em;
	color: #ffffff;
	background-color: #FFF;
	/*margin-bottom: 0.8em;*/
	float: left;
	/*display: block;*/
}
#body-right-blue {
	width: 79.9em;
	color: #5f5f5f;
	background-color: #FFF;
	float: left;
}

#body-middle-white {
	width: 61em;
	color: #414141;
	background-color: #ffffff;
	float: left;
}
#body-middle-white-homepage {
	width: 58.2em;
	color: #414141;
	background-color: #ffffff;
	float: left;
}


/* #################### Content #################### */

#content {
	width: 59.4em;
	margin: 0 0.8em 0 0.8em;
	float: left;
}
* html #content {	
	float: left;
	width: 60.2em;
	margin: 0 0em 0 0.4em;
}
#content-homepage {
	width: 56.6em;
	margin: -0.8em 0.8em 0 0.8em;
	padding: 0;
}


/* #################### Context #################### */

#context {
	width: 18.9em;
	height: auto;
	overflow: hidden;
	float: left;
}
#context-homepage {
	width: 21.7em;
	height: auto;
	overflow: hidden;
	float: left;	
	background-color: #FFF;
}

* html #context {
	width: 18.9em;	
}

* html #context-homepage {
	width: 21.675em;	
}

/* #################### Footer #################### */

#footer {
	width: 99.5em;
	height: 6.8em;
	clear: left;
	
}
#footer-top {
	width: 99.5em;
	height: 0.1em;	
}
#footer-top span {
	font-size: 1px;
}
#footer-left {
	width: 19.6em;
	height: 1.3em;
	float: left;
}
#footer-right {
	margin-left: 0.8em;
	float: left;
	background-image:url(../img/strichel_grey.gif);
	background-position:center top;
	background-repeat:repeat-x;
}
#footer-brown {
	color: #ffffff;
	background-color: #886666;
	width: 79.1em;
	height: 1.3em;
	clear: left;
}

*+html #footer-brown {
	width: 79.0em;
}

#footer-claim {
	margin: 0.7em 0 0 0;
	width: 59.4em;
	color: #999999;
	background-color: #ffffff;
	clear: both;
	float: left;
}


#footer-copy {
	margin: 0.7em 0 0 0.8em;
	width: 18.9em;
	float: left;
	text-align: right;
	color: #999999;
	background-color: #ffffff;
}

