body {
    margin: 0; /* Gets rid of margins in space around page's content */
    font-family: Arial; /* Selects font for the page */
    color: #663300; /* Selects color for body text */
    font-size: 10px; /* Selects size for body text */
    background-color: #FFFFFF; /* Selects the background color of the page */
    text-align: center;
}

#container_centered {
    position:absolute;
    width:821px; left:50%; margin-left:-410px; /* negative Hälfte von width: 770px */
    height:450px; top:50%; margin-top:-216px; /* negative Hälfte von width: 480px */
    background: #FFFFFF;
}

#head_logo {
    position:absolute;
    width:280px; left:0px; /* 1 Pixel über den linken Rand hinaus */
    height:117px; top:0px; /* negative Hälfte von width: 67px */
    /*border: 1px solid #663300;*/
}

#head_home {
    position:absolute;
    width:540px; left:281px; /* 1 Pixel über den linken Rand hinaus */
    height:149px; top:0px; /* negative Hälfte von width: 67px */
    /*border: 1px solid #663300;*/
}

#abstand_oben {
    position:absolute;
    width:280px; left:0px; /* 1 Pixel über den linken Rand hinaus */
    height:82px; top:118px; /* negative Hälfte von width: 67px */
    /*border: 1px solid #663300;*/
}

#home {
    position:absolute;
    width:280px; left:0px; /* 1 Pixel über den linken Rand hinaus */
    height:20px; top:201px; /* negative Hälfte von width: 67px */
    /*border: 1px solid #663300;*/
}

#abstand2 {
    position:absolute;
    width:280px; left:0px; /* 1 Pixel über den linken Rand hinaus */
    height:19px; top:222px; /* negative Hälfte von width: 67px */
    /*border: 1px solid #663300;*/
}

#produkte {
    position:absolute;
    width:280px; left:0px; /* 1 Pixel über den linken Rand hinaus */
    height:20px; top:242px; /* negative Hälfte von width: 67px */
    /*border: 1px solid #663300;*/
}

#abstand3 {
    position:absolute;
    width:280px; left:0px; /* 1 Pixel über den linken Rand hinaus */
    height:19px; top:263px; /* negative Hälfte von width: 67px */
    /*border: 1px solid #663300;*/
}

#referenzen {
    position:absolute;
    width:280px; left:0px; /* 1 Pixel über den linken Rand hinaus */
    height:20px; top:283px; /* negative Hälfte von width: 67px */
    /*border: 1px solid #663300;*/
}

#abstand4 {
    position:absolute;
    width:280px; left:0px; /* 1 Pixel über den linken Rand hinaus */
    height:19px; top:304px; /* negative Hälfte von width: 67px */
    /*border: 1px solid #663300;*/
}

#kontakt {
    position:absolute;
    width:280px; left:0px; /* 1 Pixel über den linken Rand hinaus */
    height:20px; top:324px; /* negative Hälfte von width: 67px */
    /*border: 1px solid #663300;*/
}

#abstand_unten {
    position:absolute;
    width:280px; left:0px; /* 1 Pixel über den linken Rand hinaus */
    height:79px; top:345px; /* negative Hälfte von width: 67px */
    /*border: 1px solid #663300;*/
}

#main_referenzen {
    position:absolute;
    width:540px; left:281px; 
    height:274px; top:150px;
}

#main_kontakt {
	position:absolute;
	left: 295px; /* negative Hälfte von width: 770px */
	top: 194px;
	font:Arial, Helvetica, sans-serif;
	font-size:13px;
	width: 513px;
	height: 111px;
}

#main_content_head {
    position:absolute;
    left: 300px; /* negative Hälfte von width: 770px */
    top: 170px; /* negative Hälfte von width: 480px */
	font:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
}

#main_content_bg {
    position:absolute;
    width:540px; left:281px; 
    height:274px; top:150px;
}

#main_content {
    position:absolute;
    left: 300px; /* negative Hälfte von width: 770px */
    top: 190px; /* negative Hälfte von width: 480px */
	font:Arial, Helvetica, sans-serif;
	font-size:13px;
}

#site_footer {
	position:absolute;
	font:Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:10px;
	font-weight:bold;
	width:76px;
	right: 106px; /* negative Hälfte von width: 770px */
	height: 16px;
	bottom: 0px;    /*border: 1px solid #663300;*/
}





/*        p, td {
         font-family: Verdana, Arial, Helvetica, sans-serif;
         }

.normal {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #663300}
a:hover {  color: #CC0066; text-decoration: none; font-weight: bold}
a:active {  color: #663300; text-decoration: none; font-weight: bold}
a:link {  color: #663300; text-decoration: none; font-weight: bold}
a:visited {  color: #663300; text-decoration: none; font-weight: bold}
.headline {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #FF3399}
.navi {  visibility: visible; z-index: 1; height: 30px; top: 520px; clip:       rect(   )}
.subnavi {
	visibility: hidden;
	z-index: 2;
	height: 30px;
	top: 555px;
	clip: rect();
	position: absolute;
	overflow: hidden;
}
.key {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #663300;
	visibility: hidden;
	left: 10px;
	top: 10px;
	width: 500px;
	position: absolute;
}
*/
