/* CSS Document */

/* einsttellungen basics*/
* {
	margin: 0;
	padding: 0;
}
p,li, h1,h2,h3,h4 {
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
}
img {
	border: 0;
}
span.main {
	margin-left: 17px;
}

/* clearfix fuer alle browser */
.cf {
	clear: both;
}
.cf:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
/* IE-mac \*/
* html .cf {
	height: 1%;
}
/* clearfix end */

.left {
	float: left;
	padding-right: 0px;
	padding-left: 0px;
}
.right {
	float: right;
}


/* div. fonts */
.hl-rot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	margin-right: 20px;
	line-height: 32px;
	letter-spacing: 1px;
}
.fonts-weiss {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 17px;
	letter-spacing: 1px;
}
.fonts-weiss-bld {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 17px;
}
a:link {
	color: #fff;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}
a:visited {
	color: #fff;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}
a:hover {
	text-decoration: none;
	color: #E9251E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:active {
	color: #E9251E;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body {
	background-color: #000;
	color: #000; /* to be changed */
	margin-top: 13px;
	font: 12px normal Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

 /* styles for IE 5 Mac */
 #horizon {
	background-color: transparent;
	position: absolute;
	top: 20px;
	left: 20px;
 }
 /* following rules are invisible to IE 5 \*/
 #horizon {
   top: 50%;
   left: 0px;
   width: 100%;
   margin-top: -285px;
   text-align: center;
   min-width: 910px; 
 }
 /* end IE 5 hack */ 
 

#wrapper { /* box um alles */
	width:  912px;
	height: 570px;
	margin:   0px auto;
	text-align: left;
	position: relative;
	border: 1px solid #666;
}


#shp-left { /* inhalt auf linker seite */
	width: 682px;

}

#shp-right-o { /* inhalt auf rechter seite - glas-oben*/
	width: 230px;
}
#shp-right { /* inhalt auf rechter seite - glas*/
	width: 230px;
}


#flash { /* start */
	margin: 0;
	padding:0;
}


#h-menu { /*hauptmenue*/
	height: 103px;
	margin: 0;
	padding-left: 43px;
	width: 637px; /* hack */
	\width: 567px;
	w\idth: 637px;
	text-align: left;	
}

#h-menu ul {
	margin-top:     0;
	padding-top:   29px;
	padding-right: 20px;
	line-height:    0;
}
#h-menu ul li {
	list-style:none;
	display: inline;
	margin:       0; 
	padding:      0;
	line-height:  0;

}
#u-menu-prod { /*untermenue*/
	width: 90px;
	padding-left: 258px;
	list-style-type: none;
	list-style-image: none;
	display: inline;
	height: 53px;
}
#u-menu-prod2 { /*untermenue - bestellung*/
	width: 90px;
	padding-left: 483px;
	list-style-type: none;
	list-style-image: none;
	height: 53px;
}


#animation { /* bilder-animation*/
	height: 140px;
	margin: 0;
	padding:0;
	border: 0;
}


#content-txt { /* textrahmen*/
	padding-top:  20px;
	padding-left: 40px;

}
#txt { /* textinhalte*/
	padding-top:  0px;
	padding-left: 0px;

}

#content-pic { /* bildinhalte - rechts*/
	padding-top:  60px;
	padding-left:  0px;

}

