* {
	margin: 0;
	padding: 0;
}
body {
	background: transparent url("../design/header_bg.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: #E6EAF0;
/* commented backslash hack v2 \*/
	overflow: hidden;
/* end hack */
}

* html #head,
* html #foot {
	overflow: hidden;
	position: static;
	top: 0;
	height: 100%;
}
/*-------------------------------------  HEADER  ----------------*/

#header {
	background: transparent url("../design/header.jpg") center no-repeat;
	height: 150px;
	position: fixed;
	left: 0; top: 0;
	width: 100%;
	text-align: center;
	z-index:200;
}

* html #header {
	background: transparent url("../design/header.jpg") center no-repeat;
	left: 0;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 150px;
	z-index:100;
}

/*-------------------------------------  CONTENT  ----------------*/
#content {
	background: #E8EBF4;
	position: absolute;
	top: 180px;
	left: 10px;
	bottom: 20px;
	right: 10px;
	width: 98%;
	border-right: 1px solid #AAB5CA;
	border-left: 1px solid #DADFE9;
	border-top: 1px solid #DADFE9;
	border-bottom: 1px solid #AAB5CA; /* commented backslash hack v2 \*/
	overflow: auto; /* end hack */
	z-index: 1;
}

* html #content {
	background: #E8EBF4;
	position: absolute;
	top: 180px; left: 20px;
	margin-right: 20px;
	height: expression(document.body.
clientHeight - 200 + "px");
	width: 96%;
}

/*-------------------------------------  FOOTER  ----------------*/
#footer {
	background: white;
	position: fixed;
	min-height: 20px;
	height: 20px;
	width: 100%;
	right: 0;
	bottom: 0px;
	z-index: 200;
}

#footer p {
	background: transparent;
	color: Navy;
	font-size: 70%;
	padding: 1px 1px 1px 1px;
	text-align: center;
}
* html #footer {
	height: 50px;
	position: absolute;
	left: 0; bottom: 0px;
	top: expression(document.body.
clientHeight - 20 + "px");
	width: 100%;
	z-index: 100;
}
/*-------------------------------------  SPIEGEL ----------------*/

#spiegel {
	position: absolute;
	padding: 10px 10px 20px 10px;
	left: 23%;
	right: 0px;
	top: 0px;
	right: 0;
}

* html #spiegel {
	width: 76%;
}
#spiegel1 {
	position: absolute;
	padding: 10px 10px 20px 10px;
	left: 5%;
	right: 0px;
	top: 0px;
	right: 0;
}

* html #spiegel1 {
	width: 85%;
}
#divmitte, #divrechts, #divlinks {
	width: 32%;
	margin: 1.0%;
	padding-left: 10px;
}
#divlinks {
	clear: both;
	float: left;
}
#divrechts {
	width: 30%;
	float: right;
	border-left: 1px dotted silver;
}
#divmitte {
	float: left;
	border-left: 1px dotted silver;
}

/*-------------------------------------  BILD1 ----------------*/
#bild1 {
	border: none;
	position: absolute;
	top: 10px;
	right: 3%;
	padding: 5px 0px 5px 5px;
	vertical-align: middle;
	text-align: center;
	max-width: 25%;
	width: 25%;
	z-index: 200;
	border-right: 1px solid Silver;
	border-bottom: 1px solid Silver;
	border-left: 1px solid #E6EAF0;
	border-top: 1px solid #E6EAF0;
	background-color: transparent;
}
#bild1 .peinr {
	font-size: 70%;
	background-color: transparent;
	color: gray;
	margin-left: 3px;
}
#bild1 .pbild {
	font-size: 70%;
	background-color: transparent;
	color: #004001;
}
#bild1 .medium {
	font-size: 72%;
	background-color: transparent;
	color: #590000;
	margin: 1px 1px 5px 0px;
}

/*-------------------------------------  TEXTFORMATIERUNGEN ----------------*/
a {
	background: transparent;
	color: #770077;
	text-decoration: underline;
}

a:visited {
	background: transparent;
	color: #930595;
}

a:hover {
	background: transparent;
	color: #770077;
	font-weight: normal;
}

a.aktiv {
	background: transparent;
	color: #770077;
	cursor: default;
	font-weight: normal;
}

h1 {
	background: transparent;
	color: #113E7F;
	font-size: 150%;
	line-height: 160%;
	font-weight: normal;
	padding: 5px 0 5px 0px;
	text-align: left;
}

h2 {
	background: transparent;
	color: #11417F;
	font-size: 130%;
	line-height: 140%;
	font-weight: normal;
	padding: 5px 10px 5px 10px;
	text-align: center;
}

h3 {
	background: transparent;
	color: #4C4C4C;
	font-size: 110%;
	line-height: 120%;
	font-weight: normal;
	padding: 5px 0 3px 10px;
	text-align: left;
}

h4 {
	background: transparent;
	color: #666666;
	font-size: 95%;
	line-height: 110%;
	font-weight: bold;
	padding: 10px 0 2px 10px;
	text-align: center;
}
h5 {
	background: transparent;
	color: #A9A9A9;
	font-size: 80%;
	line-height: 100%;
	font-weight: bold;
	margin-top: 5px;
	padding: 3px 0 3px 10px;
}

img {
	border: 0 none;
	margin: 10px;
}
img a{
	border: 0 none;
	padding: 0 0 0 0;
}
ul {
	color: #2E2E2E;
	font-size: 100%;
	line-height: 120%;
	background: transparent;
}
li {
	font-size: 80%;
	line-height: 120%;
	list-style: disc outside;
	/*	padding: 0 0 0 10px;
	marker-offset: 10px;*/
}
p {
	font-size: 80%;
	line-height: 120%;
	text-align: left;
	margin: 1px 10px 2px 0;
}
* html p {
	font-size: 80%;
	line-height: 120%;
	text-align: left;
}
.invis, hr {
	display: none;
}
blockquote {
	padding: 0 0 0 30px;
}

.medium {
	color: #191970;
	font-size: 85%;
	line-height: 120%;
	text-align: center;
	margin: 5px;
	background: transparent;
}
.medleft{
	color: #930595;
	font-size: 85%;
	line-height: 120%;
	text-align: left;
	margin: 5px;
	background: transparent;
}
.pcenter {
	background: transparent;
	color: #3A3A3A;
	font-size: 85%;
	padding: 3px 0 0 0px;
	text-align: center;
}
.peinr{
	background: transparent;
	color: #4C4C4C;
	font-size: 85%;
	padding: 1px 0 0 20px;
	text-align: left;
}
.pleft {
	background: transparent;
	color: #272727;
	font-size: 80%;
	line-height: 120%;
	padding: 1px 15px 0 15px;
	text-align: justify;
}
.pright {
	background: transparent;
	color: #383838;
	font-size: 80%;
	padding: 3px 20px 0 20px;
	text-align: right;
}
.smaller {
	background: transparent;
	color: #3C0000;
	font-size: 70%;
	text-align: center;
}
.small {
	background: transparent;
	color: #3C0000;
	font-size: 75%;
}
.zeile1 .small {
	background-color : transparent;
	color: #FFD04C;
	font-size: 90%;
}
.clearall {
	clear: both;
	text-align: center;
	font-size: 80%;
	color: #708090;
	margin:0;
	padding: 0;
}
/*___________________________  MENUES ________________________________________*/
#menue {
	clear: both;
	position: absolute;
	top: 185px; margin-left: 20px;
	padding-left:0;
	background: transparent url("../design/menue_hg.jpg");
	width: 22%;
/* commented backslash hack v2 \*/
	height: 60%;
/* end hack */
	padding-top: 10px;
	z-index: 200;
}

#topmenue {
	position: absolute;
	top: 155px;
	left:3%;
	width: 60%;
	background: transparent;
	height: 20px;
	padding-left: 0px;
	text-align: center;
	z-index: 200;
}

li a {
	font-size: 90%;
	line-height: 130%;
	padding: 0px 0px 0px 0px;
	text-align: center;
	border: 0px solid gray;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
}

/* #menue a {
	text-align: center;
	padding: 1px 3px 1px 3px;
}*/

li a:visited {
	text-decoration: none;
}

li a:hover {
	background-color: #E6EAF0;
	color: #930595;
	text-decoration: none;
}
li a.aktiv {
	cursor: default;
	background-color: silver;
	color: #930595;
	border-right: 1px solid #930595;
	border-left: 1px solid #D908DA;
	border-top: 1px solid #D908DA;
	border-bottom: 1px solid #930595;
	font-weight: normal;
	text-decoration: none;
}
#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: transparent;
	color: black;
	text-decoration: none;
	font-weight: normal;
}

.nav li {
	list-style: none;
	text-align: left;
	padding: 3px 3px 3px 5px;
	border-bottom: 1px solid #D908DA;
	border-left: 3px solid #D908DA;
	color: #930595;
	width: 98%;
	font-size: 75%;
	margin-left: 5px;
	margin-bottom: 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 #930595;
	border-left: 3px solid #930595;
	padding: 3px 3px 3px 5px;
}

.topnav li {
	list-style: none;
	border-left: 3px solid #D908DA;
	text-align: center;
	padding: 2px 5px 1px 5px;
	color: Navy;
	margin-left: 5px;
	margin-top: 2px;
	float: left;
	font-size: 75%;
}

#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 #930595;
	border-bottom: 1px solid #930595;
	padding: 2px 5px 1px 5px;
	float: left;
}

/* ---------------------------- PRODUKTE ----------------------------*/

table {
	width: 100%;
	height: auto;
	font-size: 85%;
	padding: 0px 0px 0 0px;
	border-right: 1px solid Silver;
	border-bottom: 1px solid Silver;
	border-left: 1px solid #E6EAF0;
	border-top: 1px solid #E6EAF0;
	background-color: #EFF1F7;
	color: Black;
}
table a {
	text-align: left;
}
table img {
	padding: 0px;
	margin: 0px;
	border: none;
}

.sp0, .sp1, .sp2, .sp3, .sp5, .spbild, .spsumme {
	border-right: 1px solid #E6EAF0;
	border-bottom: 1px solid #E6EAF0;
	padding: 5px 3px 0 3px;
	vertical-align : top;
	text-align: left;
	font-size: 80%;
}
.sp0 {
	text-align: center;
	color: navy;
}
.sp1 {
	width: 39%;
	font-size: 90%;
}
.sp3 {
	width: 10%;
	font-size: 80%;
}

.sp5 {
	text-align: right;
	font-size: 80%;
}
.spsumme {
	text-align: right;
	font-size: 80%;
	border-bottom : #708090;
	color: #930595;
	background : #EFF1F7;
}
.spbild {
	text-align: center;
	padding: 0;
	vertical-align: bottom;
	font-size: 75%;
}
.zeile1 {
	background: #0A3375;
	color: #FFD04C;
	height: 20px;
	vertical-align: bottom;
	padding: 1px 3px 3px 3px;
	font-size: 80%;
	font-weight: normal;
}
.zeile2 {
	border-left: 1px solid Silver;
	border-top: 1px solid Silver;
	border-right: 1px solid #E6EAF0;
	border-bottom: 1px solid #E6EAF0;
	color: #590000;
	height: 20px;
	vertical-align: bottom;
	padding: 1px 3px 3px 3px;
	font-size: 75%;
}
.kopf {
	height: auto;
	font-size: 100%;
	padding: 5px 5px 0 30px;
}
table .spli {
	width: 25%;
	font-size: 85%;
	font-weight: bold;
	text-align: right;
	background-color: transparent;
	color: #4B3604;
	vertical-align: top;
	padding: 3px 10px 0 3px;
}
table .spre {
	width: 75%;
	font-size: 82%;
	font-weight: normal;
	text-align: left;
	background-color: transparent;
	vertical-align: top;
	padding: 2px 5px 0 5px;
}
table li {
	font-size: 95%;
	line-height: 120%;
	list-style: disc outside;
	padding: 0 0 0 15px;
	marker-offset: 15px;
}

table .highlight {
	width: 100%;
	font-size: 90%;
	text-align: center;
	background-color: transparent;
	color: #930595;
	vertical-align: top;
	padding: 8px 0px 8px 0;
}
.buttonzelle {
	font-size: 100%;
	line-height: 130%;
	padding: 0px 0px 0 3px;
	border: 1px solid;
	background-color: #E6EAF0;
	/*	border-left: 1px solid Silver;
	border-top: 1px solid Silver;
	border-right: 1px solid #E6EAF0;
	border-bottom: 1px solid #E6EAF0;*/
	height: 22px;
	text-align: center;
}
.summe, .summe1 {
	font-size: 100%;
	padding: 0px 0px 0 3px;
	border-top: 1px solid #E6EAF0;
	border-bottom: 3px double #E6EAF0;
	text-align: right;
}
.summe1 {
	font-size: 100%;
	padding: 0px 0px 0 3px;
	border-top: 1px solid #E6EAF0;
	border-bottom: 1px solid #E6EAF0;
	text-align: right;
}
.linktable {
	width: 100%;
	height: auto;
	font-size: 95%;
	padding: 0px 0px 0 0px;
	border-right: 1px solid Silver;
	border-bottom: 1px solid Silver;
	border-left: 1px solid #E6EAF0;
	border-top: 1px solid #E6EAF0;
	background-color: #EFF1F7;
	display: inline;
	color: Black;
}
.linktable td {
	border-left: 1px solid #E6EAF0;
	border-top: 1px solid #E6EAF0;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}
.linktable .zeile1 {
	font-size: 100%;
}
.linktable a, .linktable a:hover, .linktable a:visited {
	font-weight: bold;
}
.linktable a:hover {
	color: #770077;
}
/*------------------------------BESTELLFORMULAR ____________________________*/
select {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 75%;
	line-height: 100%;
	text-align: center;
	border-right: 1px solid Silver;
	border-bottom: 1px solid Silver;
	border-left: 1px solid #E6EAF0;
	border-top: 1px solid #E6EAF0;
}
input {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 75%;
	line-height: 100%;
	text-align: center;
	border-right: 1px solid Silver;
	border-bottom: 1px solid Silver;
	border-left: 1px solid #E6EAF0;
	border-top: 1px solid #E6EAF0;
}
.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: #E6EAF0;
	color: #292929;
}
.inputstk {
	font-size: 100%;
	border-right: 1px solid #930595;
	border-left: 1px solid #D908DA;
	border-top: 1px solid #D908DA;
	border-bottom: 1px solid #930595;
	background-color: #E6EAF0;
}
.submit {
	text-align: center;
	border-right: 1px solid #930595;
	border-left: 1px solid #D908DA;
	border-top: 1px solid #D908DA;
	border-bottom: 1px solid #930595;
	background-color: #E6EAF0;
	color: #930595;
	padding: 1px 0 0 0;
	/*	margin: 5px 10px 5px 10px;*/
}
.button, .button1, .button2 {
	font-size: 80%;
	line-height: 120%;
	text-align: center;
	border-right: 1px solid #930595;
	border-bottom: 1px solid #930595;
	border-left: 1px solid white;
	border-top: 1px solid white;
	background-color: #E6EAF0;
	width: 120px;
}
.button a, .button1 a, .button2 a {
	text-decoration : none;
	padding: 2px;
}
.button1 {
	padding: 2px;
	font-weight: normal;
	color: #930595;
}
.button2 {
	padding: 2px;
	font-weight: bold;
	color: #930595;
}
.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;
	border-right: 1px solid Gray;
	border-bottom: 1px solid Gray;
	border-left: 1px solid Silver;
	border-top: 1px solid Silver;
	background-color: #EFF1F7;
	color: Black;
}
.warenk {
	width: 80%;
	height: auto;
	font-size: 85%;
	padding: 0px 0px 0 0;
	margin-left: 15%;
	border-right: 1px solid Gray;
	border-bottom: 1px solid Gray;
	border-left: 1px solid Silver;
	border-top: 1px solid Silver;
	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: 0px;
}
.agb {
	background-color: transparent;
	color: #383838;
	font-size: 70%;
	padding: 1px 0px 5px 0px;
	text-align: left;
}
.unsichtbar {
	display: none;
}
.fusszeile {
	font-size: 70%;
	color: #3A3A3A;
	text-align: center;
}
.warengruppe {
	width: 31%;
	background: white;
	color: black;
	float: left;
	margin: 1%;
	font-size: 75%;
	border-right: 1px solid silver;
	border-left: 1px solid #DCDCDC;
	border-top: 1px solid #DCDCDC;
	border-bottom: 1px solid silver;
	text-align: center;
	padding: 3px;
	height: 180px;
}
.warengruppe a, .warengruppe p, .warengruppe .pright {
	clear: all;
	font-size: 100%;
	text-align: center;
}
.warengruppe .pright {
	text-align: right;
	line-height: 120%;
	color: #305778;
}
#search_field_top {
	position: absolute;
	top: 20px;
	right: 25px;
	font-size: 75%;
	background: white;
	z-index: 250;
}
#divmitte img, #divrechts img, #divlinks img {
	padding: 0;
	margin-left:0;
	margin-right:0;
}

