* {
	margin: 0;
	padding: 0;
}
body {
	background: #64B4D7 url("../design/x_header_hg.jpg") repeat-x;
	color: #161616;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 100.01%;
	width: 100%;
	z-index: 1;
}
* html, 
* html body {
	bottom: 0;
	height: 100%;
	width: 100%;
	scrollbar-base-color: #64B4D7; 
/* commented backslash hack v2 \*/
  overflow: hidden;
/* end hack */
}

/*-------------------------------------  HEADER  ----------------*/
#header {
	background: transparent url("../design/x_header.jpg") no-repeat;
	height: 165px;
	position: fixed;
	left: 0; top: 0;
	width: 100%;
	text-align: center;
	z-index:200;
}
* html #header {	
	background: transparent url(../design/x_header.jpg) no-repeat;
	left: 0;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 165px;
	text-align: right;
  padding-top: 20px;
  padding-right: 30px;
  font-size: 80%;
  font-weight: bold;
  color: navy;
  z-index:100;
}
* html #head,
* html #foot {
	overflow: hidden;
	position: static;
	top: 0;
	height: 100%;
}
/*-------------------------------------  CONTENT  ----------------*/
#content {
	background: White url("../design/x_content.jpg") fixed repeat;
	position: absolute;
	top: 165px; left: 0px; bottom: 20px; right: 0px;
	width: 100%;
/* commented backslash hack v2 \*/
overflow: auto;
/* end hack */
	z-index: 1;
}
* html #content {
	background: White url("../design/x_content.jpg") fixed repeat;

/* commented backslash hack v2 \*/
	position: absolute;
	top: 165px; left: 0px; 
	margin-right: 10px;
	height: expression(document.body.
	clientHeight - 185 + "px");
  width: 100%;
/* end hack */
}
/*-------------------------------------  FOOTER  ----------------*/
#footer {
	background: White url("../design/x_content.jpg") center;
	position: fixed;
	bottom: 0px;
	left: 0;  
	width: 100%;
	height: 18px;
	padding-top: 3px;
	border-top : 1px solid #489CE4;
	text-align: center;
  font-size: 80%;
  z-index: 200;
}
* html #footer {
/* commented backslash hack v2 \*/
	position: absolute;
	left: 0;
	height: 18px;
	top: expression(document.body.
	clientHeight - 20 + "px");
/* end hack */	
	z-index: 200;
}
/*-------------------------------------  SPIEGEL ----------------*/

#spiegel {
/*	background-color: #F0F8FF;*/
	background: transparent url("../design/hintergrund.jpg");
	position: absolute;
	left: 170px;
	right: 20px;
	top: 5px;
	padding: 10px;
/*	border-top: 2px solid white;
	border-left: 2px solid white;
	border-right: 2px solid gray;
	border-bottom: 2px solid gray;*/
	margin-bottom: 5px;

}
* html #spiegel {
	width: 80%;
	height: 90%;
}

#menue {
	position: absolute;
	top: 175px; margin-left: 10px;
	padding-left:0;
	background: transparent url("../design/menue_hg.jpg");
	width: 140px;
/* commented backslash hack v2 \*/
	height: 60%;
/* end hack */
	padding-top: 10px;
	z-index: 200;
}
#topmenue {
	position: absolute;
	top: 142px; 
	left:21%;
	background: transparent url("../design/hintergrund.jpg");
	width: 72%;
	height: 20px;
	padding-left: 20px;
	z-index: 200;
}
/*-------------------------------------  TEXTFORMATIERUNGEN ----------------*/
a {
	background: transparent;
	border-bottom:  1px solid;
	color: #1C2746;
	text-decoration: none;
}

a:visited {
	background: transparent;
	color: #4A4A4A;
}

a:hover,
a.aktiv {
	background: transparent;
	border-bottom: 1px solid;
	color: #AA0000;
}

a.aktiv {
	color: #AA0000;
	cursor: default;
	font-weight: normal;
	background: transparent;
}
p {
	line-height: 120%;
	font-size: 70%;
	color: #303030;
	background-color: transparent;
}
li {
	list-style: none;
	font-size: 75%;
}
li.liste {
	font-size: 75%;
	line-height: 130%;
	list-style: disc inside;
	padding-left: 10px;
	color: #3B6B96;
}
ul.liste {
  margin: 5px;
}
h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #0D3C68;
	font-size: 135%;
	line-height: 180%;
	font-style : normal;
	font-weight : bold;
	text-align : left;
	text-indent : 1px;
	vertical-align : baseline;
	background-color: transparent;
}
h2{
	font-family: "MS Sans Serif", "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 120%;
	color : #0D3C68;
	line-height: 150%;
	font-style : normal;
	font-weight : normal;
	text-align : left;
	text-indent : 1px;
	vertical-align : baseline;
	background-color: transparent;
}
h3{
	font-family: "MS Sans Serif", "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color : #3B6B96;
	line-height: 150%;
	font-style : normal;
	font-weight : bold;
	text-align : left;
	text-indent : 1px;
	vertical-align : baseline;
	background-color: transparent;
}

h4{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 120%;
	color : #2E5373;
	text-align : left;
	text-indent : 1px;
	vertical-align : baseline;
}

.small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 65%;
	line-height: 110%;
	background-color: transparent;
	color: navy;
	margin-bottom : 0px;
	margin-top :0px;
}
blockquote {
	padding: 5px 0 3px 30px;
}
.invis {
	display: none;
}
.clearall {
  clear: both;
  }
.pweiss {
	background-color: transparent;
	color: #EEE8AA;
	font-size: 95%;
	line-height: 110%;
	padding: 8px 0 3px 5px;
	text-align: left;

}
.center {
	font-family: "MS Sans Serif", "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 95%;
	line-height: 150%;
	color : #3B6B96; 
	background-color: transparent;
	text-align: center;
	font-weight: bold;
}
.pcenter {
	background-color: transparent;
	color: #484848;
	font-size: 85%;
	line-height: 100%;
	padding: 3px 0 0 0px;
	text-align: center;
}

.peinr{
	background-color: transparent;
	color: #012036;
	font-size: 72%;
	line-height: 120%;
	padding: 3px 0 0 30px;
	text-align: left;
}
.pleft {
	background-color: transparent;
	color: black;
	font-size: 80%;
	line-height: 120%;
	padding: 3px 0 3px 5px;
	text-align: left;
}
.pright {
	background-color: transparent;
	color: #383838;
	font-size: 75%;
	line-height: 95%;
	padding: 3px 10px 0 0px;
	text-align: right;
}
.phigh {
	background-color: transparent;
	color: red;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}
.medium {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 110%;
	color : #01213F; background-color: transparent;
	text-align: justify;
}
.medium1 {
	font-family: "MS Sans Serif", "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 110%;
	line-height: 180%;
	color : #3B6B96; 
	background-color: transparent;
	text-align: center;
}
.medium2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color : #014485; background-color: transparent;
}
.big {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	background-color: transparent;
	color: #4F0000;
	text-align: center;
}

.xbig {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 120%;
	display: block;
	letter-spacing: 0.2pt;
}
.xbigblau {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 120%;
	display: block;
	letter-spacing: 0.2pt;
	background-color: transparent;
	color: #074D8A;
}
.expanded {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 120%;
	letter-spacing: 1px;
}

.justified {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 75%;
	line-height: 105%;
	background-color: transparent;
	color: #012950;
}

.backlink {
	font-size: 70%;
	line-height: 130%;
	text-align: center;
	border-right: 1px solid #729BC7;
	border-bottom: 1px solid #729BC7;
	border-left: 1px solid #EAEAEA;
	border-top: 1px solid #EAEAEA;
	background-color: #DFE9F4;
	padding: 2px 0 2px 0;
	width: 180px;
	float: right;
}
a img {
  text-decoration: none;
  border: 0px solid white;
/*  border: none;*/
}
img {border: 0;margin: 3px;}
/*___________________________  MENUES ________________________________________*/

#menue li a,#topmenue li a {
/*	font-size: 90%;
	line-height: 120%;*/
	padding: 0px 0px 0px 0px;
	text-align: center;
	border: 0px solid gray;
	text-decoration: none;
	font-weight: normal;
}

#menue li a:visited,#topmenue li a:visited {
	text-decoration: none;
}

#menue li a:hover,#topmenue li a:hover {
	background-color: #48A2D6;
	color: #FFFFF0;
	text-decoration: none;
}
#menue li a.aktiv,#topmenue li a.aktiv {
	cursor: default;
	border-bottom: 1px solid #7AC0E0;
	border-left: 3px solid #7AC0E0;
	color: #48A2D6;
	text-decoration: none;
}

.nav li {
	list-style: none;
	text-align: left;
	padding: 5px 3px 5px 5px;
	border-bottom: 1px solid #7AC0E0;
	border-left: 3px solid #7AC0E0;
	color: #48A2D6;
	width: 90%;
	font-size: 70%;
	margin-left: 5px;
}

#menue.nav1 li#nav1,
#menue.nav2 li#nav2,
#menue.nav3 li#nav3,
#menue.nav4 li#nav4,
#menue.nav5 li#nav5,
#menue.nav6 li#nav6,
#menue.nav7 li#nav7,
#menue.nav8 li#nav8,
#menue.nav9 li#nav9,
#menue.nav10 li#nav10,
#menue.nav11 li#nav11,
#menue.nav12 li#nav12,
#menue.nav13 li#nav13, {
	border-bottom: 1px solid #B20000;
	border-left: 3px solid #B20000;
	padding: 5px 3px 5px 5px;
}

#menue.topnav6 li#topnav6,
#menue.topnav7 li#topnav7,
#menue.topnav8 li#topnav8,
#menue.topnav9 li#topnav9 {
	border-bottom: 1px solid #B20000;
	border-left: 3px solid #B20000;
	padding: 5px 3px 5px 5px;
}
.topnav li {
	list-style: none;
	border-left: 3px solid #7AC0E0;
	text-align: left;
	padding: 2px 5px 1px 5px;
	color: Navy;
	margin-left: 5px;
	margin-top: 2px;
	float: left;
	font-size: 70%;
}

#topmenue.topnav1 li#topnav1,
#topmenue.topnav2 li#topnav2,
#topmenue.topnav3 li#topnav3,
#topmenue.topnav4 li#topnav4,
#topmenue.topnav5 li#topnav5,
#topmenue.topnav6 li#topnav6,
#topmenue.topnav7 li#topnav7,
#topmenue.topnav8 li#topnav8,
#topmenue.topnav9 li#topnav9 {
	border-left: 3px solid #B20000;
	border-bottom: 1px solid #B20000;
	padding: 2px 5px 1px 5px;
	float: left;
}

/* ---------------------------- PRODUKTE ----------------------------*/

table {
	width: 90%;
	height: auto;
	font-size: 70%;
	margin: 2%;
	margin-left: 5%;
	padding: 0px;
	background-color: transparent;
	color: Black;
}
table a {
	text-align: left;
	font-size: 95%;
}
td {
  border: 1px solid #DCDCDC;
  vertical-align: top;
  padding: 5px;
  }

table li {
	font-size: 95%;
	line-height: 120%;
	list-style: disc outside;
	padding: 0 0 0 15px;
}

.buttonzelle {
	font-size: 100%;
	line-height: 130%;
	padding: 0px 0px 0 3px;
	border: 1px solid;
	background-color: #FFFFE0;
	height: 22px;
	text-align: center;
}

/*------------------------------BESTELLFORMULAR ____________________________*/
select {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 75%;
	line-height: 100%;
	text-align: center;
	border: 1px solid #DCDCDC;
}
input {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 75%;
	line-height: 100%;
	text-align: center;
	border-right: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
	border-left: 1px solid #DCDCDC;
	border-top: 1px solid #DCDCDC;
}
.inputdaten {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 100%;
	line-height: 110%;
	text-align: left;
	background-color: transparent;
	color: #292929;
}
.inputsumme {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 80%;
	line-height: 100%;
	text-align: right;
	background-color: #FFFFE0;
	color: #292929;
}
.inputstk {
	font-size: 100%;
	border-right: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
	border-left: 1px solid #DCDCDC;
	border-top: 1px solid #DCDCDC;
	background-color: #FFFFE0;
}
.submit {
	text-align: center;
	border-right: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
	border-left: 1px solid #DCDCDC;
	border-top: 1px solid #DCDCDC;
	background-color: #FFFFE0;
	color: #DCDCDC;
	padding: 1px 0 0 0;
/*	margin: 5px 5px 5px 5px;*/
}
.button, .button1, .button2 {
	font-size: 85%;
	line-height: 120%;
	text-align: center;
	border-right: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
	border-left: 1px solid #DCDCDC;
	border-top: 1px solid #DCDCDC;
	background-color: #FFFFE0;
	width: 120px;
}
.button a, .button1 a, .button2 a {
	text-decoration : none;
	padding: 2px;
}
.button1 {
	padding: 2px;
	font-weight: normal;
	color: #DCDCDC;
}
.button2 {
	padding: 2px;
	font-weight: bold;
	color: #DCDCDC;
}
.seitenanfang {
	font-size: 70%;
	line-height: 120%;
	text-align: right;
	margin-right: 10px;

}
.formdaten {
	width: 98%;
	height: auto;
	font-size: 85%;
	padding: 0px 0px 0 0px;
	background-color: #FFFFF0;
	color: Black;
}

.warenk {
	width: 70%;
	height: auto;
	font-size: 85%;
	padding: 0px 0px 0 0;
	margin-left: 15%;
	border-right: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
	border-left: 1px solid #DCDCDC;
	border-top: 1px solid #DCDCDC;
	background-color: white;
	color: Black;
}
.bildre {
	border: none;
	float: right;
	margin: 10px 15px 5px 15px;
}
.bildli {
	border: none;
	float: left;
	margin: 10px 15px 5px 15px;
}
.bildlinks {
	border: none;
	float: left;
	margin-right: 15px;
}

.agb {
	background-color: transparent;
	color: #383838;
	font-size: 70%;
	padding: 1px 0px 5px 0px;
	text-align: left;
}
.unsichtbar {
	display: none;
}
.fusszeile {
	color: #191970;
	text-align: right;
	text-decoration: none;
	border-bottom: 0px;
}
.fusszeile a {
	text-decoration: none;
  border-bottom: 0px;
}
.warengruppe,.warengruppekl {
	width: 26%;
	/* commented backslash hack v2 \*/
  	width: 29%;
/* end hack */
	background: white;
	height: 322px;
	color: black;
	float: left;
	margin: 0.7%;
	font-size: 90%;
	border-right: 1px solid silver;
	border-left: 1px solid #DCDCDC;
	border-top: 1px solid #DCDCDC;
	border-bottom: 1px solid silver;
	padding: 8px;
}
.warengruppekl {
  width: 23%;
  height: auto;}
a .warengruppe, a .warengruppekl {
	clear: both;
	font-size: 100%;
	text-align: left;
	text-decoration: none;
  margin-left: 15px;
}
img.warengruppe,img.warengruppekl {
	text-align: center;
	text-decoration: none;
	float: left;
}
.warengruppe .pcenter,.warengruppekl .pcenter {
	text-align: center;
	font-size: 75%;
  line-height: 120%;
	color: #305778;
}
.warengruppe h3,.warengruppekl h3 {
  clear: both;
  text-align: left;
  margin-left: 5px;
}
.ohne {
	background: White;
	color: white;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 100.01%;
	width: 100%;
	padding: 10px;
	text-align: center;
	z-index: 1;
}
#search_field_top {
  position: absolute;
  top: 15px;
  right: 25px;
  float: right;
}
.kontakt {
	width: 43%;
/* commented backslash hack v2 \*/
	width: 45%;
  /* end hack */	
	background: white;
	color: black;
	float: left;
	margin: 2%;
	font-size: 90%;
	border-right: 1px solid silver;
	border-left: 1px solid #DCDCDC;
	border-top: 1px solid #DCDCDC;
	border-bottom: 1px solid silver;
	padding: 5px;
}

