  body {
	margin:		0;
	padding:	0;
	height:		100%; /* Das will der IE. */ 
background-color:#ddd;
  }

html, body, div, p, h1, h2, h3, h4, h5, ul, ol, sub, sup,
span, a, table, td, form, img, li, input, textarea {
   font-family: "Trebuchet MS", Arial, Verdana, Geneva, Helvetica, sans-serif;
   font-size:10pt;
   color:#2b463a;
}  

a {
color:#2b463a;
}
  
div {
	margin:		0;
	padding:	0;
}

*{
margin: 0px;
padding:0px;
}
  
#home {
background:url(../img/bg.jpg) no-repeat fixed center center #ddd;
}

#inhalt {
  	position:	absolute;
	top:		50%;
	left:		50%;
		/* Jetzt steht die linke obere Ecke genau am Mittelpunkt. Noch. */
	margin-top:		-278px;  /* == halbe Zeilenhöhe. */
	margin-left:	-490px; /* == halbe Breite.     */
	width:950px;
	height:479px;
  }

#content {
  	position:	absolute;
	top:		10px;
	left:		50%;
		/* Jetzt steht die linke obere Ecke genau am Mittelpunkt. Noch. */
	margin-left:	-490px; /* == halbe Breite.     */
	width:950px;
}  
  
table {
border-collapse:collapse;
border:0px;
}

#start table {
text-align:center;
}

td {
padding:0px;
margin:0px;
vertical-align:top;
}

#navi, #snav, #pnav {
margin:0;
padding:0;
width:633px;
overflow:hidden;
}

#navi {
background:url(../de/img/navi/bg.gif) repeat-x;
height:54px;
}

#snav {
background:url(../img/bg_unav.gif) repeat-x;
height:40px;
}

#pnav {
height:120px;
}

#navi ul, #snav ul, #pnav ul {
margin:0;
padding:0;
}

#navi li, #snav li, #pnav li {
float:left;
padding:0;
margin:0;
list-style-type: none;
}

#navi li, #navi ul {
height:54px;
}

#pnav li {
height:40px;
}

#header {
float:left;
height:153px;
}

#headerprod {
float:left;
height:233px;
}

#logo {
float:left;
}

#cont {
background:url(../img/bg_content.jpg) repeat-y;
width:950px;
min-height:417px;
float:left; /* braucht der firefox, damit er den background auch ueber die gefloateten elemente zieht */
}

#contprod {
background:url(../img/bg_prod.jpg) repeat-y;
width:950px;
min-height:417px;
float:left; /* braucht der firefox, damit er den background auch ueber die gefloateten elemente zieht */
}

#cont_left {
width:633px;
float:left;
min-height:417px;
}

#cont_prod {
width:950px;
float:left;
min-height:417px;
}

#bauteile {
float:left;
}

#footer {
clear:left;
width:950px;
height:10px;
background:url(../img/bg_footer.gif) repeat-x;
}

#cont_inner {
padding:25px;
}

#cont_inner p, #cont_inner h1, #cont_inner h3, #cont_inner h4 {
padding: 7px;
}

#cont_left .text {
width:500px;
}

#cont_inner h1 {
text-transform:uppercase;
color:#f7512b;
font-size:16pt;
border-bottom: 1px solid #74857d;
}

#cont_inner h3 {
text-transform:uppercase;
color:#2b463a;
font-size:15pt;
}

#cont_inner h4 {
color:#74857d;
font-size:12pt;
}

#cont_herst {
margin-top:10px;
}

#cont_herst p {
padding: 0px 7px 7px 7px;
}

#cont_herst h5 {
padding: 7px 7px 0px 7px;
color:#f7512b;
}

#cont_inner ul {
margin-left: 10px;
padding-left: 0;
list-style: none;
}

#cont_inner li {
padding-left: 15px;
padding-top:5px;
padding-bottom:5px;
background-image:url(../img/bul.gif);
background-repeat: no-repeat;
background-position: 0 11px;
}

#order ol, #order ul {
list-style-type:decimal;
margin-left:30px;
background: none;
}

#order li {
list-style-type:decimal;
padding-left: 0px;
background: none;
}

#arrow li {
padding-left: 20px;
background-image:url(../img/pfeil.gif);
background-position: 0 11px;
}

#bulsm li {
background-image:url(../img/bulsm.gif);
background-position: 0 15px;
}

.pra {
margin-left:20px;
font-weight:bold;
}

.small {
font-size:8pt;
}

sub, sup {
  line-height: 0px;
  font-size: 80%;
}

#contact {
border-collapse:collapse;
color: #2b463a;
width:100%;
}

#contact th, #contact td {
padding:5px;
vertical-align:top;
}

#line {
background-image:url(../img/line.gif); repeat-x; height:31px; margin: 0 15 0;
}

#lineorange {
background-image:url(../img/line-orange.gif); repeat-x; height:2px; margin: 0 2 0;
}

input, textarea {
border: 1px solid #b0b6b2;
}

.radio, .button {
border: 0px;
}

.button {
padding:2px;
width:80px;
background-color:#74857d;
color:#fff;
}

.verz {
padding: 10px 0px 7px 0px;
background:url(../img/orange.gif) #fff;
background-repeat:no-repeat;
background-position:left bottom;
}

.white {
color:#fff;
}

.fontorange {
color:#f7512b;
font-size:9pt;
}