/* ===================================================================== */
/* = Alles zuruecksetzen                                                = */
/* ===================================================================== */

* {
	padding: 0;
	margin: 0;
	border: 0;
}

/* ===================================================================== */
/* = Allgemeines                                                       = */
/* ===================================================================== */

body {
	font-size: 75%;
	line-height: 1.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #222222;
	background-color: #f3ede6;
	
	/* Zentrierung fuer IE6 */
	text-align: center;
}

html, 
body {
    height: 100%;
}

hr {
	height: 1px;
	border-top: 1px solid #c1c1c1;
	margin-top: 4%;
	margin-bottom: 3%;
}

h1, 
h2 { 
	font-size: 120%; 
	font-weight: normal; 
	color: #b2002c; 
	letter-spacing: 0.08em;
	margin-bottom: 2%;
}

p {
	margin-bottom: 2%;
}

a:link, 
a:visited {
	text-decoration: underline;
	color: #943C14;
}

a:hover, 
a:active {
	text-decoration: none;
	color: #943C14;
}


/* ===================================================================== */
/* = Layout                                                            = */
/* ===================================================================== */

#wrapper {
	position: relative;
	top: 0;
	width: 955px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: auto auto;
	background-color: #f3ede6;
	text-align: left;
	
	border-left: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
}

#header {
	position: relative;
	width: 955px;
	height: 128px;
	background-color: #f3ede6;
	background-image: url(../bilder/header_bg.jpg);
	background-position: 2px 0px;
	background-repeat: no-repeat;
	overflow: hidden;
}

#renaultlogo {
	position: relative;
	width: 800px;
	height: 98px;
	margin-left: 0px;
	float: left;
	overflow: hidden;
}

#vralogo {
	position: relative;
	width: 60px;
	height: 50px;
	float: right;
	overflow: hidden;
	z-index: 400;
}

#other {
	position: relative;
	width: 200px;
	margin-left: 50px;
	margin-top: 20px;
	height: 100px;
	float: left;
	overflow: hidden;
	vertical-align: bottom;
}

#haendlerlogo {
	position: relative;
	width: 100px;
	height: 98px;
	float: right;
	overflow: hidden;
	z-index: 200;
	text-align: right;
	vertical-align: bottom;
}

#navigation {
	position: relative;
	width: 955px;
	height: 24px;
	margin-top: 0px;
	padding-left: 0px;
	background-color: #f3ede6;
	float: left;
	z-index: 5000;
	border-top: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	overflow: hidden;
}

#hnav {
	border-left: 1px solid #b2b2b2;
	padding-left: 4px;
}


/* linke Spalte ------------------------------------------------- */
#leftcol {
	position: relative;
	margin-top: 4px;
	margin-bottom: -4px;
	left: 0;
	width: 177px;
	float: left;
}

#topleftborder {
	position: relative;
	width: 177px;
	height: 14px;
	margin-bottom: -14px;
	z-index: 3000;
}

#topleftpic {
	position: relative;
	width: 177px;
	min-height: 300px;
/*	max-height: 448px;
*/	background-position: bottom left;
}

/* Seiteninhalt ------------------------------------------------- */
#seiteninhalt {
	position: relative;
	margin-top: 4px;
	margin-bottom: -4px;
	left: 0px;
	width: 770px;
	float: left;
	
	background-image: url(../bilder/content_wrapper_bg.jpg);
	background-repeat: repeat-y;
}

#framebordertop {
	position: relative;
	width: 770px;
	height: 25px;
	
	background-image: url(../bilder/content_border_top.jpg);
	background-repeat: no-repeat;
}

#contentframe {
	position: relative;
	width: 730px;
	margin-left: 15px;
	min-height: 245px;
	
	border: none;
}

#frameborderbottom {
	position: relative;
	width: 770px;
	height: 30px;
	
	background-image: url(../bilder/content_border_bottom.jpg);
	background-repeat: no-repeat;
}

/* Footer ------------------------------------------------------- */
#stopper {
	height: 1px;
	padding-bottom: 142px;
	clear: both;
}

#footer {
	position: relative;
	margin: auto auto;
	margin-top: -143px;
	width: 955px;
	height: 143px;
	color: #677A7B;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.2em;
	
	background-color: #f3ede6;
	overflow: hidden;
}

#adresse {
	position: relative;
	width: 159px;
	height: 130px;
	margin-left: 10px;
	top: 20px;
	float: left;
	overflow: hidden;
}


#adresse p {
	text-align: right;
}

#footerpic {
	position: relative;
	width: 770px;
	height: 143px;
	margin-left: 8px;
	
	float: left;
	overflow: hidden;
}










