html {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background: url( '../../_images/bg.jpg' ) repeat-x #ffffff;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	line-height: 1.6em;
	font-weight: normal;
	color: #585858;
}

#header, #navigation, #site, #footer {
	position: relative;
	margin: 0px auto;
	width: 910px;
}

#header {
	position: relative;
	height: 85px;
}

	#header img {
		position: absolute;
		left: 0px;
		top: 33px;
	}

#navigation {
	height: 55px;
}

#site {
	min-height: 425px;
	margin-bottom: 30px;
}

#footer {
	margin-bottom: 10px;
}

#footer img#sprachwahl {
	position: relative;
	top: -1px;
}

*+html #footer img#sprachwahl {
	top: 0px;
	
}

#links {
	position: relative;
	float: left;
	width: 708px;
	margin-right: 2px;
	overflow-x: hidden;
}

#rechts {
	float: left;
	width: 200px;
	min-height: 395px;
}

* html #rechts {
	height: 425px;
}


div.hr {
	clear: left;
	margin: 0px auto;
	padding: 0px;
	height: 17px;
	width: 908px;
	border: 1px solid #14120A;
	border-width: 1px 1px 0px 1px;
	overflow: hidden;
}

h2 {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 11px;
}
/*****************************************************
	Boxen (rechte Seite)
*****************************************************/
#rechts img {
	margin-bottom: 25px;
}

#rechts h3 {
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}

#rechts p {
	padding: 0px;
	margin: 0px 0px 15px 0px;
}
#box_news, #box_glaskonfigurator {
	position: relative;
	color: #e3e3e3;
	background: #656565;
	padding: 15px;
	width: 170px;
	overflow: hidden;
}

#box_news {
	height: 190px;
}

#box_glaskonfigurator {
	margin-top: 2px;
	height: 173px;
	text-align: center;
}

#box_glaskonfigurator h2 {
	color: #e3e3e3;
	font-size: 13px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	text-align: left;
	z-index: 5;
	white-space: nowrap;
}

#box_glaskonfigurator p {
	text-align: left;
	z-index: 5;
}

/*****************************************************
	Navgiation
*****************************************************/
#navigation ol, ol.meta {
	clear: both;
	list-style: none;
	margin: 0px;
	margin-left: 5px;
	padding: 0px;
}
#navigation ol.sub {
	padding-top: 3px;
}
#navigation ol li, ol.meta li {
	float: left;
	padding: 0px;
	margin: 0px 7px;
}

/*****************************************************
	Texte mit Bildern (links oder rechts beginnend)
*****************************************************/
div.text {
	position: relative;
	width: 910px;
	overflow: hidden;
}

div.text div {
	position: relative;
	background: #c9c9c9;
	padding: 15px 15px 5px 15px;
}

div.oben-links div {
	height: 215px;
	margin-bottom: 2px;
	width: 498px;
}
div.oben-rechts div {
	height: 215px;
	margin-bottom: 2px;
	width: 498px;
	float: right;
}

div.unten-rechts div {
	height: 168px;
	width: 350px;
	float: right;
}
div.unten-links div {
	height: 168px;
	width: 350px;
}

div.oben-links img, div.oben-rechts img {
	position: absolute;
	top: 0px;
	right: 0px;
}
div.oben-rechts img {
	left: 0px;
}

div.unten-links img, div.unten-rechts img {
	position: absolute;
	top: 0px;
	right: 178px;
}

div.unten-rechts img {
	left: 178px;
}

div.text p {
	margin: 0px 0px 10px 0px;
}

div.unten-rechts #box_glaskonfigurator, div.unten-links #box_glaskonfigurator {
	margin: 0px;
	width: 146px;
	height: 158px;
	float: left;
	padding: 15px;
	position: relative;
}

div.unten-rechts #box_glaskonfigurator img, div.unten-links #box_glaskonfigurator img {
	position: absolute;
	top: 100px;
	left: 20px;
	z-index: 1; 
}
div.unten-links #box_glaskonfigurator {
	float: right;
}
/*****************************************************
	Text mit Bild rechts 
*****************************************************/
#links.text {
	float: left;
	background: #C9C9C9;
	min-height: 425px;
	overflow: visible;
}

* html #links.text {
	height: 425px;
}

div#links.text h2 {
	margin: 30px 0px 10px 30px;
}

div#links.text p {
	margin-left: 30px;
	margin-right: 30px;
}

/*****************************************************
	Glas-Konfigurator 
*****************************************************/
div#konfig_links {
	position: relative;
	width: 588px;
	height: 405px;
	margin-right: 2px;
	background: #c9c9c9;
	padding: 15px 15px 5px 15px;
	float: left;
}

div#konfig_links div.kelche {
	position: absolute; 
	top: 160px;
	left: 15px;
	width: 600px;
}

div#konfig_links div.fuesse {
	position: absolute; 
	top: 295px;
	left: 15px;
	width: 600px;
}

div#konfig_links div.kelche img, div#konfig_links div.fuesse img {
	border: 2px solid #c9c9c9;
	margin-right: 5px;
	float: left;
}

div#konfig_links div.kelche img.active, div#konfig_links div.fuesse img.active {
	border: 2px solid #fff;
}

div#konfig_rechts {
	position: relative;
	width: 260px;
	height: 405px;
	padding: 15px 15px 5px 15px;
	float: left;
}

div#konfig_rechts div.kelch {
	margin-bottom: 0px;
	position: absolute;
	bottom: 109px;
	left: 60px;
}

div#konfig_rechts div.fuss {
	position: absolute;
	bottom: 5px;
	left: 60px;
}

div#konfig_rechts div {
	text-align: center;
}

/*****************************************************
	Vertriebspartner 
*****************************************************/
div#rechts.vertriebspartner {
	background: #C9C9C9;
	height: 395px;
	width: 170px;
	padding: 15px;
	overflow: hidden;
}
/*
img.vertriebspartner {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
*/
div#partner_img {
	position: absolute;
	top: 0px;
	left: 0px;
}

div.vertriebspartner h2 {
	margin-bottom: 0px;
	margin-top: 15px;
}

div.vertriebspartner h3 {
	margin-top: 0px;
}

div.vertriebspartner div {
	display: none;
	height: 185px;
	overflow: hidden;
}

/*****************************************************
	Anfahrt 
*****************************************************/
div#rechts.anfahrt {
	background: #C9C9C9 !important;
	height: 395px;
	width: 170px;
	padding: 15px;
	overflow: hidden;
}

div#rechts.anfahrt ul {
	margin: 0px 0px 15px 15px;
	padding: 0px;
}

div#rechts.anfahrt ul#auto {
}

div#rechts.anfahrt ul#zug {
	display: none;
}

div#rechts.anfahrt ul#flugzeug {
	display: none;
}

div#rechts.anfahrt a {
	text-decoration: none;
}
/*****************************************************
	News 
*****************************************************/
#news {
	width: 850px;
	min-height: 385px;
	padding: 30px 30px 10px 30px;
	background: #C9C9C9;
}

#news hr {
	clear: both;
	border-width: 0px;
	height: 1px;
	overflow: hidden;
	background: #fff;
	color: #fff;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

*+html #news hr {
	margin: -10px 0;
}

#news div {
	clear: both;
	padding-top: 20px;
}

* #news div {
	padding-top: 13px;
}

#news div img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

*+#news img, * #news img {
	margin-bottom: 0px;
}

#news div h3{
	font-size: 11px;
	text-transform: uppercase;
	margin: 0px;
}

#news div p.datum, #news div p {
	margin: 0px;
}
#news div p {
	margin-bottom: 10px;
	padding: 0px;
}

#news div p {
	margin-left: 170px;
}

/*****************************************************
	reine Textseiten (z. B. Impressum) 
*****************************************************/
#text {
	width: 850px;
	min-height: 380px;
	padding: 30px 30px 15px 30px;
	background: #C9C9C9;
}

/*****************************************************
	Kontakt-Formular 
*****************************************************/
div.kontakt {
	margin: 10px 0px 0px 30px;
	float: left;
	width: 309px;
	padding: 0px !important;
}

* html div.kontakt {
	margin-left: 15px;
}

* html div.kontakt2 label{
	margin-left: 15px;
}

div.kontakt p {
	margin-left: 0px !important;
}

/*****************************************************
	Bildergalerie 
*****************************************************/
div#bildergalerie {
	margin-top: 30px;
}

div#bildergalerie img.bild {
	border: 2px solid #fff;
	float: left;
	margin: 0px 0px 20px 20px;
}

div#bildergalerie div {
	position: relative;
	float: left;
	width: 280px;
	margin-bottom: 20px;
}

div#bildergalerie p {
	position: absolute;
	bottom: 0px;
	left: 115px;
	margin-bottom: 0px;
}

/*****************************************************
	Presse 
*****************************************************/
div#pressemitteilungen {
	float: left;
	width: 530px;
}

div#pressestimmen {
	float: left;
	margin-left: 30px;
	width: 290px;
}

div#pressemitteilungen hr, div#pressestimmen hr {
	border-width: 0px;
	height: 1px;
	overflow: hidden;
	background: #fff;
	color: #fff;
	margin: 10px 0px 5px 0px;
}

div#pressemitteilungen div, div#pressestimmen div {
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
	margin-bottom: 5px;
	float: left;
	width: 250px;
}

div#pressestimmen div {
	width: 290px;
}

div#pressemitteilungen a, div#pressestimmen a {
	position: relative;
	top: -2px;
	left: 5px;
}

/*****************************************************
	Downloads 
*****************************************************/
#downloads {
	min-height: 365px;
}

* html #downloads {
	height: 365px;
}

#downloads div {
	position: relative;
	width: 410px;
	float: left;
}

/*****************************************************
	Blätterkatalog 
*****************************************************/
#blaetterkatalog {
	width: 908px;
	min-height: 365px;
	text-align: center;
}

#blaetterkatalog.greybox {
	width: 775px;
}

/*****************************************************
	Links 
*****************************************************/
a {
	text-decoration: none;
	color: #0492d0;
}
a:hover {
	text-decoration: underline;
}

#navigation a {
	color: #b8b8b8;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
}

#footer a {
	color: #b8b8b8;
	font-size: 11px;
	line-height: 1em;
	text-transform: uppercase;
	text-decoration: none;
}
#navigation a:hover, #footer a:hover {
	color: #0492d0;
}

#navigation a.active, #footer a.active {
	color: #0492d0;
}

#rechts a.mehr {
	color: #e3e3e3;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
}

#rechts a.mehr:hover {
	text-decoration: underline;
}

div#rechts.vertriebspartner a {
	font-weight: normal;
}

div#rechts.vertriebspartner h3 a, div#rechts.anfahrt h3 a {
	color: #585858;
	display: block;;
	font-weight: bold;
}

div#rechts.vertriebspartner h3 a:hover, div#rechts.vertriebspartner h3 a.active, div#rechts.vertriebspartner a, div#rechts.anfahrt h3 a:hover, div#rechts.anfahrt h3 a.active {
	color: #0C97D2;
}

h2 a, h2 a:hover, h3 a, h3 a:hover {
	color: #E3E3E3;
	text-decoration: none;
	display: inline !important;
}

a.none, a.none:hover {
	color: inherit;
	text-decoration: none !important;
	font-weight: inherit !important;
	white-space: normal !important;
}

/*****************************************************
	Formulare 
*****************************************************/
form {
	display: inline;
}

input, select, textarea {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	line-height: 1.6em;
	font-weight: normal;
	color: #585858;
	padding: 2px;
	border: 1px solid #585858;
	background: #fff;
	margin: 0px;
	width: 200px;
	margin-bottom: 5px;
}

textarea {
	width: 300px;
	height: 139px;
	margin-top: 6px;
}

*+html textarea {
	position: relative;
	margin-top: 8px;
	left: -30px;
	height: 147px;
}

input.plz {
	width: 40px;
	margin-right: 4px;
	float: left;
}

* html input.plz {
	margin-left: 3px;
}

input.ort {
	width: 150px;
	float: left;
}

input.captcha {
	width: 45px;
	margin-right: 4px;
	float: left;
} 

input.nosize {
	border-width: 0px;
	width: auto;
	margin-top: 3px;
	background: none;
	vertical-align: top;
}

*+html input.nosize {
	margin-top: -3px;
}

input.submit {
	border-width: 0px;
	padding: 0px;
	cursor: pointer;
	width: auto;
	font-weight: bold;
	background: transparent;
	float: right;
}

label {
	width: 100px;
	float: left;
	padding-top: 1px;
}

label.nosize {
	width: auto;
	float: none;
	vertical-align: top;
	margin: 0px 5px 0px 0px;
}

*+html label.nosize {
	vertical-align: top;
	margin-top: 3px;
}

label.error, p.error {
	color: #0492d0;
	font-weight: bold;
}

input.error, textarea.error, select.error {
	border-color: #0492d0;
}

/*****************************************************
	tinyMCE - Editor -- MAHOUT 
*****************************************************/
body.mceContentBody {
	margin: 8px;
}

body.mceContentBody a {
	text-decoration:none !important;
	color: #9E9952 !important;	
}
body.mceContentBody a:hover {
	color: #000 !important;	
}


/*****************************************************
	greyBox 
*****************************************************/
#GB_overlay {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 100;
  width:  100%;
  height: 100%;
}

#GB_window {
  top: 10px;
  left: 0px;
  position: absolute;
  background: #fff;
  border: 10px solid #fff;
  overflow: auto;
  width: 400px;
  height: 400px;
  z-index: 150;
}

#GB_frame {
  border: 0;
  overflow: auto;
  width: 100%;
  height: 378px;
}

#GB_caption {
  position: left;
  bottom: 0px;
  left: 0px;
  font-size: 11px;
  font-weight: bold;
  color: #585858;
  margin: 10px 0px 0px 10px;
  text-align: left;
}

#GB_window img {
  position: absolute;
  bottom: 3px;
  right: 10px;
  cursor: pointer;
  cursor: hand;
}
