* {
	margin: 0;
	padding: 0;
}
body {
	background: #8c9dcb;
	font-size: 12px;
	font-family: Arial;
	text-align: center;
	color: #596B9E;
}

p {
	margin-bottom: 1em;
	font-size: 12px;
}

#container {
	background: #f1f3ff;
	width: 775px;
	margin: 8px auto;
	border: 1px solid #fff;
	text-align: left;
}

h2 {
	font-size: 18px;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 0.5em;
}

h4 {
	margin-bottom: 0.5em;
}

a {
	color: #596B9E;
}

a.symbol {
	background: url('../pixel/dots_small.gif') no-repeat 0 4px;
	padding-left: 9px;
	text-decoration: none;
	font-weight: bold;
}

a.pdflink {
	background: url('../pixel/icon_pdf.gif') no-repeat 0 2px;
	display: block; 
	height: 26px;
	width: 24px;
	text-indent: -5em;
	overflow: hidden;
}

a.movlink {
	background: url('../pixel/icon_quicktime.gif') no-repeat 0 2px;
	display: block; 
	height: 26px;
	width: 24px;
	text-indent: -5em;
	overflow: hidden;
}

a.tuevlabel {
	background: url('../pixel/icon_tuev.gif') no-repeat; 
	display: block; 
	width: 164px; 
	height: 42px; 
	text-indent: -400em; 
	overflow: hidden; 
	position: absolute; 
	margin-top: -10px;
	margin-left: 600px;
}
* html a.tuevlabel {
	margin-left: 596px;
	margin-top: 10;
	
}
#container ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

body h1 {
	background-color: #062378;
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -1000px;
	height: 158px;
}
body h1 a {
	display: block;
	height: 158px;
	text-decoration: none;
}

body#start h1 {
	background-position: top left;
	background-repeat: no-repeat;
	height: 250px;
}

body#start h1 a {
	height: 250px;
}
#languageswitch {
	width: 755px;
	margin: 0px auto;

}

* html #languageswitch {
	position: absolute;
	margin-left: 280px;
	margin-top: 24px;
	width: auto;
}

#languageswitch ul {
	padding-top: 10px;
	float: right;
	list-style-type: none;
}

* html #languageswitch ul {
	float: none;
	padding-top: 0;
}

#languageswitch ul li {
	float: left;
	height: 14px;
	padding-right: 4px;
	padding-left: 4px;
	color: #fff;
	text-align: center;	
	font-size: 0.9em;
}

#languageswitch ul li.first {
	border-right: 1px solid #fff;
}

#languageswitch li a {
	display: block;
	height: 14px;
	width: auto;
	color: #aaa;
	text-align: center;
	text-decoration: none;
}

* html #languageswitch li a {
	display: inline;
}


ul#navi{
	display: block;
	background: url(../de/pixel/navi/bg.gif) repeat-x;
	width: 100%;
	height: 28px;
}

#navi li {
	display: block;
	float: left;

}
#navi li a {
	display: block;
	width: 100%;
	text-indent: -1000px;
	text-decoration: none;
	border-right: 1px solid white;
	overflow: hidden;
	height: 28px;
	width: 110px;


}

/*
* html #navi li a {
	width: 110px;
}
*/

/* buttongrafiken in navi_lang.css */

#start #produkte h3 {
	clear: both;
	margin-top: 20px;
	margin-left: 175px;
}
#topprodukte, #produktgruppen {
	clear: both;
	list-style-type: none;
}
#topprodukte li {
	float: left;
	margin-top: 1.5em;
	padding-bottom: 50px;
	width: 49%;
	background-repeat: no-repeat;
	background-position: 0 1.5em;
}
#topprodukte li h4, #topprodukte li p {
	margin-left: 175px;
}
#topprodukte li h4 {
	display: block;
	height: 3em;
}

/* das Ex-Symbol */
.ex {
	background: url('../pixel/icon_ex.gif') no-repeat -4px 0;
	padding-left: 25px;
}

h2.ex {
	padding-top: 0.15em;
}
h4.ex {
	padding-top: 0.3em;
	margin-left: 165px;
}

#news {
	clear: both;
	border-top: 1px solid #e0e3f2;
	border-bottom: 1px solid #e0e3f2;
	background: #eaf0fe no-repeat 475px center;
	padding-top: 15px;
	padding-left: 50px;	
	padding-right: 50px;
	margin-bottom: 50px;
}
#newsshort {
	list-style-type: none;
}
#newsshort li {
	padding-bottom: 15px;	
	width: 50%;
}
#content {
	clear: both;
	padding-top: 20px;
	margin: 15px 25px;
	padding-right: 0;
}

#footer {
	width: 776px;
	margin: 15px auto;
	padding-bottom: 2em;
	
}

#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#footer li {
	display: inline;
	margin: 0 2em;
}

#footer a {
	text-decoration: none;
	color: #F1F3F8;
	font-size: 11px;
}

select, label {
	font-size: 0.95em;
}

table.contacts {
	font-size: 11px;
}
table.contacts th {
	padding-top: 1em;
	text-align: left;
	
}
table.contacts td, table.contacts th {
	padding-right: 0.5em;
}
table.contacts tfoot td {
	padding-top: 0.5em;
	border-top: 1px solid #fff;
	font-size: 0.85em;
	text-align: right;
}