/* CSS Document */
/*Erik Meyer --- reset-css*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* /Erik Meyer --- reset-css*/

html {height:100%;}
body {
	background:#d7caba url(hg_.jpg) repeat-x center top;
	color:#606060;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:140%;
	height:100%;

}

.outer, .outer_lang {
	background:url(hg_content_lang.gif) repeat-y center top white;
	margin:0px auto;
	min-height:100%;
	width:948px;
	padding:0 7px;
	padding-bottom:40px;
}
/*________________________________________HEADER_______________________________________*/


.header a, .header img {	
	float:left;
	margin:0;
	padding:0;
}
.header_flash {
	border-top:1px solid white;
	clear:both;
	height:200px;
}
.header_flash object, .flashheader {
	clear:both;
	/*height:200px;*/
}
.header {height:101px;}
/*________________________________________NAVI_______________________________________*/
.navi {
	background:url(hg_navi.jpg) no-repeat;
	display:block;
	float:left;
	font-size:80%;
	min-height:200px;
	margin:68px 0 0 0px;
	padding:20px 0 0 20px;
	width:158px;
}

.navi ul {
	list-style:none;	
}
.navi ul li {
	border-bottom:1px dotted #cbbdb8;
	list-style:none;
	margin:0;
	padding:0;
}
.navi ul li a {
	color:white;
	display:block;
	padding:5px 0 5px 5px;
	text-decoration:none;
}
.navi ul li a:hover, .navi ul li a:focus, .navi ul li a.rex-current, .navi ul li a:active {
	background:#6d6256;
}


/*	SUBNAVI		*/

.navi ul li ul {
	background:#6d6256;
}
.navi ul li ul li {
	border-bottom:none;
}
.navi ul li ul li a {
	color:#aaa;
	border-bottom:1px dotted #6d6256;
}
.navi ul li ul li a:hover, .navi ul li ul li a:focus, .navi ul li ul li a.rex-current, .navi ul li ul li a:active {
	color:white;
	border-bottom:1px dotted grey;
}
/*________________________________________INNER_______________________________________*/
/*
.inner {
background:url(hg_content.gif) repeat-y;
}
*/

.headline {
	background:#6d6256;
	height:43px;
	padding:20px 20px 5px 211px;
	width:412px;
	position:absolute;

}
				*+ html .headline {
					margin-left:-947px;
				
				}

/*________________________________________CONTENT_______________________________________*/
.content {
	background:white;
	float:left;
	width:562px;	
	padding:85px 7px 7px 7px;
}


.rightbox {
	float:left;
	padding:0 0 0 5px;
	width:188px;	
}

.rightbox h1 {
	background:url(headline_models.jpg) no-repeat;
}
.rightbox p, .rightbox h1, .rightbox h2, .rightbox h3, .rightbox h4, .rightbox h5,.rightbox h6  {
	padding:5px 0px 2px 7px;
	width:175px;
}
.rightbox h3 {
	border-bottom:1px dotted grey;
}
.rightbox p {
	border-bottom:1px solid grey;
	padding-bottom:10px;
	margin-bottom:10px;
}
/*________________________________________FOOTER_______________________________________*/

.footer, .footer_lang {
	background:url(hg_content_lang.gif) white repeat-y center top;
	color:#fff;
	width:932px;
	padding:7px 15px;
	margin:0px auto;
	margin-top:-32px;
}

.footer a, .footer_lang a {
	color:#fff;
	padding:0 5px;
	font-size:80%;
}
.footer a:hover, .footer a:focus {
	text-decoration:none;
}



/*________________________________________MISCELLANEOUS_______________________________________*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
} 
.clearfix {
	display: inline-block;
} 
html[xmlns] .clearfix {
	display: block;
} 
* html .clearfix {
	height: 1%;
}
.clear_float {clear:both;}
.left_float {float:left;}
.right_float {float:right;}








