html, body {
	margin: 0;
	padding: 0;
	}

body {
	background: #191919;
	margin-bottom: 10px;
	font: 0.75em Verdana, Arial, sans;
	}

* { line-height: 1.75em; }

h1, h2, h3, h4, h5, a { color: #0083cb; }

a img { border: 1px solid #0083cb; }

div#top,
div#navi,
div#content,
div#footer {
	width: 900px;
	margin: 0 auto;
	}

table { border: 0; }

table td { padding-right: 30px; }

blockquote {
	margin: 0;
	color: #aaa;
	font-size: 1.5em;
	font-style: italic;
	font-family: Verdana, Arial, sans;
	}



/* ---------------------------------------------------------- */
/* begin top */
div#top_wrapper {
	overflow: auto;
	background: url(images/top_bg.png) top center repeat-x;
	}

div#top {}

img#logo_top { float: left; }

div#kontakt {
	float: left;
	width: 230px;
	height: 155px;
	color: #1455bf;
	margin-left: 10px;
	padding: 20px 25px 0 25px;
	background: url(images/kontakt.png);
	}

div#kontakt h3 {
	/* color: #fff; */
	color: #cfdae4;
	padding: 0;
	margin: 0 0 8px 0;
	text-transform: uppercase;
	}

div#kontakt a { color: #1455bf; }

div#kontakt table {
	border: 0;
	width: 100%;
	padding: 8px 0;
	border-top: 1px dashed #c1c6cd;
	border-bottom: 1px dashed #c1c6cd;
	}

div#kontakt table td { padding: 0; }

div#kontakt table tr td.label {
	color: #104295;
	font-style: italic;
	}

div#slideshow {
	float: left;
	width: 430px;
	height: 175px;
	margin-left: 10px;
	}
/* end top */



/* ---------------------------------------------------------- */
/* begin navi */
div#navi_wrapper {
	clear: left;
	height: 50px;
	overflow: hidden;
	background: url(images/navi_bg.png) repeat-x;
	}

div#navi {}

div#navi a img { border: 0; }

img#logo_bottom,
img#lang_german,
img#lang_english { float: left; }

img#lang_german { margin-left: 16px; }

div#search {
	padding-top: 9px;
	>padding: 0;
	_padding: 0;
	>margin-top: 9px;
	_margin-top: 9px;
	text-align: right;
	}
	
div#search input.search-button { height: 1.5em; }

div#search input {
	background: none;
	border: 0;
	margin: 0;
	padding: 0;
	}

div#sbutton input { color: #fff; }

div#search label {
	float: left;
	margin: 6px 0 0 240px;
	_margin: 4px 0 0 240px;
	}

div#sfield {
	float: left;
	width: 210px;
	height: 24px;
	>height: 26px;
	_height: 26px;
	padding-top: 8px;
	>padding-top: 6px;
	_padding-top: 6px;
	text-align: center;
	background: url(images/sfield.png) no-repeat;
	}

div#sbutton {
	float: left;
	width: 100px;
	height: 26px;
	>height: 30px;
	_height: 29px;
	padding-top: 6px;
	>padding-top: 2px;
	_padding-top: 3px;
	margin-left: 10px;
	text-align: center;
	>text-align: left;
	_text-align: left;
	background: url(images/sbutton.png) no-repeat;
	}
/* end navi */



/* ---------------------------------------------------------- */
/* begin content */
div#content_wrapper {
	clear: left;
	overflow: auto;
	background: #efefef;
	border-bottom: 1px solid #343434;
	}

div#content {
	width: 860px;
	overflow: hidden;
	background: #fff;
	padding: 10px 20px;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	}

div#content_left, div#content_right { float: left; }

div#content_left {
	width: 610px;
	margin-right: 20px;
	}

/* begin navibuttons */
div#navibuttons { overflow: auto; }

div.navbutton {
	float: left;
	width: 225px;
	}

div.navbutton a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}

div.navbutton a:hover { color: #0083cb; }

div#engineering {
	height: 152px;
	padding: 8px 0 0 10px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: url(images/bg_engineering.png) no-repeat top left;
	}

div#produktion {
	height: 152px;
	padding: 8px 10px 0 0;
	border-bottom: 1px solid #ccc;
	background: url(images/bg_produktion.jpg) no-repeat top right;
	}

div#montage {
	height: 32px;
	padding: 128px 0 0 10px;
	border-right: 1px solid #ccc;
	background: url(images/bg_montage.jpg) no-repeat bottom left;
	}

div#service {
	height: 32px;
	padding: 128px 10px 0 0;
	background: url(images/bg_service.jpg) no-repeat bottom right;
	}

div#produktion, div#service { text-align: right; }
/* end navibuttons */

div#content_right { width: 200px; }

div#content_right a { text-decoration: none; }

div#content_right a:hover { text-decoration: underline; }

div#content_right ul {
	margin: 2em 0 0 0;
	padding: 0;
	width: 230px;
	}

div#content_right ul li {
	margin: 0;
	font-weight: bold;
	padding: 0 0 30px 0;
	list-style-type: none;
	background: url(images/sidebar_divider.png) no-repeat center bottom;
	}

div#content_right ul li ul {
	padding: 0;
	margin: 0 0 0 15px;
	list-style-type: none;
	}
	
div#content_right ul li ul li {
	padding: 0 0 0 15px;
	font-weight: normal;
	background: url(images/arrow.png) no-repeat center left;
	}

table#history td, table#facts td { padding-bottom: 20px; }
/* end content */



/* ---------------------------------------------------------- */
/* begin footer */
div#footer_wrapper {
	clear: left;
	overflow: auto;
	border-top: 1px solid #4c4c4c;
	}

div#footer {
	color: #666;
	width: 860px;
	margin-top: 10px;
	}

div#footer a { color: #666; }

div#footer_left, div#footer_right {	float: left; }

div#footer_left { width: 580px; }

div#footer_right {
	width: 280px;
	text-align: right;
	}
/* end footer */