* {
	margin: 0em;
	padding: 0em;
}

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 100.01%;
	text-align: left;
	color: #000000;
	background-color: #c0c0c0;
}

.frame {
	width: 49.625em;
	margin: 0 0 0  0.4em;
	/* 1.9em; */
	text-align: left;
	background-color: #c0c0c0;
	float: left;
}

/*IE6 Hack: ansonsten bricht die rechts floatende promobox bei kleinerer auflösung um*/
* html .frame {
	margin-left: 1.2em;	
}

#promoRight {
	background: url(../images/body_right.gif);
	background-repeat: no-repeat;
	float: left;
/*	margin-top: 2.1em; */
	margin-left: 0.4em;
	width:173px;
/* 193px; */
}

/* #################### Header #################### */

#header {
	width: 49.625em;
	height: 9.375em;
	position: relative;
	background-color: #ffffff;
}

#header_ff {
	width: 49.625em;
	height: 9.375em;
	position: relative;
	background-color: #ffffff;
	visibility:hidden;
}

#headerhome {
	width: 49.625em;
	height: 29.25em;
	position: relative;
	background-color: #ffffff;
}

#headerhomeFreeride {
	width: 49.625em;
	height: 31.25em;
	position: relative;
	background-color: #ffffff;
}

#headerimagecontainer {
	height: 9.375em;
	background: url('/images/header_noflash.jpg') no-repeat;
}

.headerimage {
	width: 49.625em;
	height: 9.375em;
	float: left;
}

.noflashcontent {
	display: none;
	font-size: 0.625em;
	padding: 6px 8px 6px 0px;
	color: #000000;
	background-color: #C0C0C0;
	text-align: left;
}

.noflashcontent a {
	color: #ffffff;
}

.noflashcontent a:hover {
	color: #ffffff;
   background-color: #1dbbe9;
}

.headerimage-home {
	width: 49.625em;
	height: 29.875em;
	float: left;
}



/* #################### Body #################### */

.body {
	float: left;
	width: 49.625em;
	color: #000000;
	background-image: url(../images/body_bg.jpg);
	background-position: top;
	/* background-color: red; */
}

/* #################### Context #################### */

.context {
	width: 12.5625em;
	float: left;
	/*background-color: #dddddd;*/
}

.context.right {
	width: 11.5625em;
	float: right;
	/*background-color: #dddddd;*/
}

/* #################### Content #################### */

.content {
	width: 37.0625em;
	float: right;
	/*background-color: red;*/
}

.content.left {
	width: 37.0625em;
	float: left;
	/*background-color: red;*/
}

/* #################### Footer #################### */

.footer {
	width: 49.625em;
	height: 9.375em;
	float: left;
}

.footer-bg {
	width: 49.625em;
	height: 8.125em;
	position: relative;
}

.footer-bg-image {
	width: 49.625em;
	height: 8.125em;
}


