* {
	margin: 0;
	padding: 0;
}
body {
	background: #3E6E32 url("../design/hg.jpg") repeat-x left bottom;
	color: #161616;
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	width: 100%;
	height: 100%;
	text-align: center;
	scrollbar-base-color: #3E6E32; 
/* commented backslash hack v2 \*/
	overflow: auto;
/* end hack */
	
}
* html body {
	bottom: 0;
	margin:0;
	height: 100%;
	width: 100%;
	scrollbar-base-color: #3E6E32;
	/* commented backslash hack v2 \*/
	overflow: hidden;
	/* end hack */	
	
}/*-------------------------------------  HEADER  ----------------*/
#header {
	background: transparent url(../design/header.jpg) no-repeat center;
	height: 210px;
	position: fixed;
	left: 5%; top: 0;
	width:90%;
	text-align: center;
	z-index:200;
}
#head {
  margin-left: 50%;
  margin-top: 150px;
}
/*-------------------------------------  CONTENT  ----------------*/
#contentfirst {
	position: fixed;
	background: transparent url("../design/body.jpg") no-repeat;
	top: 10%; left: 10%; bottom: 0%; right: 10%;
	width: 90%;
	height: 600px;
	min-width: 850px;
	min-height: 90%;
	z-index: 1;
}
*html #contentfirst {
	position: absolute;
	top: 10%; left: 10%;
	background-image: url(../design/body.jpg);
	background-repeat: no-repeat;
	height: 600px;
	width: 850px;
}
#content {
	background: #CCCCCC;
	position: fixed;
	top: 210px; left: 8%; bottom: 20px; right: 8%;
	width: 82%;
	overflow: auto;
	z-index: 1;
}
*html #content {
	overflow: auto;
	height: expression(document.body.
	clientHeight - 240 + "px");
	/* commented backslash hack v2 \*/
	/* end hack */	
}

/*-------------------------------------  SPIEGEL ----------------*/

#spiegelfirst {
	position: absolute;
	top: 158px;
	left: 622px;
	width: 213px;
}
#spiegel {
	margin-top: 10px;
	margin-left: 24%;
	margin-bottom: 10px;
	width: 72%;
	padding: 5px;
	z-index: 100;
}

/*-------------------------------------  TEXTFORMATIERUNGEN ----------------*/
a {
	background: transparent;
	color: Navy;
	text-decoration: underline;
}

a:visited {
	background: transparent;
	color: #4A4A4A;
}

a:hover {
	background: transparent;
	color: Red;
	font-weight: normal;
}

a.aktiv {
	background: transparent;
	color: #B22222;
	cursor: default;
	font-weight: normal;
}

h1 {
	background: transparent;
	color: #8B0000;
	font-size: 150%;
	line-height: 160%;
	font-weight: normal;
	padding: 5px 0 5px 0px;
	text-align: left;
}

h2 {
	background: transparent;
	color: #845402;
	font-size: 130%;
	line-height: 170%;
	font-weight: normal;
	padding: 5px 10px 5px 10px;
	text-align: right;
}

h3 {
	background: transparent;
	color: #8B0000;
	font-size: 110%;
	line-height: 160%;
	font-weight: normal;
	padding: 5px 0 3px 10px;
	text-align: left;
}

h4 {
	background: transparent;
	color: #5A5A5A;
	font-size: 95%;
	line-height: 110%;
	font-weight: bold;
	padding: 10px 0 2px 0px;
	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-right: 1px solid #E89700;
	border-left: 1px solid #FFDB97;
	border-top: 1px solid #FFDB97;
	border-bottom: 1px solid #E89700;*/
	border: 0px solid white;
	margin: 5px;
}
img a{
	border: 0px solid white;
   padding: 0 0 0 0;
}
ul {
   padding-left: 20px;
	color: #2E2E2E;
	font-size: 100%;
	line-height: 120%;
	background: transparent;
}
li {
   text-align: left;
	font-size: 75%;
	line-height: 110%;
	list-style: disc;
   padding: 2px 0 0 2px;
	
	
}
p {
	font-size: 75%;
	line-height: 110%;
	text-align: justify;
	margin: 1px 10px 2px 0;
}

.invis, hr {
	display: none;
}
blockquote {
	padding: 0 0 0 30px;
}
.high {
	background-color: transparent;
	color: #D98D00;
	font-weight: bold;
}
.medium {
	color: #484848;
	font-size: 85%;
	line-height: 120%;
	text-align:left;
	margin: 5px;
	background: transparent;
}
.medleft{
	color: #6C381E;
	font-size: 85%;
	font-style: italic;
	line-height: 120%;
	text-align: left;
	margin: 5px;
	background: transparent;
}
.prgfunktion {
	color: #006400;
	font-size: 85%;
	font-style: italic;
	line-height: 120%;
	text-align: left;
	margin: 5px;
	margin-top: 10px;
	font-weight: bold;
	background: transparent;
}
.pcenter {
	background: transparent;
	color: #483302;
	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: Black;
	font-size: 80%;
	line-height: 120%;
	padding: 1px 15px 0 15px;
	text-align: justify;
}
.pright {
	background: transparent;
	color: #383838;
	font-size: 80%;
	padding: 3px 5px 0 20px;
	text-align: right;
}
.smaller {
	background: transparent;
	color: #3C0000;
	font-size: 70%;
	text-align: center;
}
.small {
	background: transparent;
	color: #6C381E;
	font-size: 75%;
}
.zeile1 .small {
	background-color : transparent;
	color: #FFD04C;
	font-size: 90%;
}
.clearall {
	clear: both;
	text-align: center;
	color: Black;
	margin:0;
	padding: 0;
}
.clearleft {
	clear: left;
	text-align: left;
	margin-left: 20px;
	font-weight: bold;
	color: Black;
	padding: 0;
}
/*___________________________  MENUES ________________________________________*/

li a {
	padding: 0px 0px 0px 0px;
	text-align: left;
	border: 0px solid gray;
	text-decoration: none;
	font-weight: normal;
}

li a:visited {
	text-decoration: none;
}

li a:hover {
	background-color: #DCDCDC;
	color: Black;
	font-weight: normal;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
/* ______________________________MENUE _______________________________*/

#menue {
   position: absolute;
   background: #BABABC;
	width: 16%;
	left: 9%;
	height: auto;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 0px;
	top: 220px;
	float: left;
	z-index: 100;
}
*html #menue {
	position: absolute;
  	margin-left: 1%;
	width: 20%;
}
.nav li {
	list-style: none;
	text-align: left;
	padding: 3px 3px 3px 2px;
	border-bottom: 1px solid White;
	margin-top: 2px;
	color: navy;
	width: 90%;
}
#menue li {
	list-style: none;
	text-align: left;
	padding: 3px 3px 3px 2px;
	border-bottom: 1px solid White;
	margin-top: 2px;
	color: navy;
	width: 90%;
}

#menue.nav1 li#nav1 a,
#menue.nav2 li#nav2 a,
#menue.nav3 li#nav3 a,
#menue.nav31 li#nav31 a,
#menue.nav32 li#nav32 a,
#menue.nav33 li#nav33 a,
#menue.nav5 li#nav5 a,
#menue.nav6 li#nav6 a,
#menue.nav7 li#nav7 a,
#menue.nav8 li#nav8 a,
#menue.nav9 li#nav9 a,
#menue.nav11 li#nav11 a,#menue.nav12 li#nav12 a,
#menue.nav10 li#nav10 a {
  background-color: #DCDCDC;
  color: black;
  padding: 0 5px 0 5px;
}
/* ---------------------------- PRODUKTE ----------------------------*/
.uns{
 	height: auto;
	padding: 5px 5px 5px 10px;
	border-right: 1px solid #006400;
	border-bottom: 1px solid #006400;
	border-left: 1px solid #006400;
	border-top: 1px solid #006400;
	background-color: transparent;
	color: Black;
	
}
table {
	width: 100%;
	height: auto;
	font-size: 70%;
	padding: 0px 0px 0 0px;
	border: 1px solid #A9A9A9;
	background-color: transparent;
	color: Black;
}
table a {
	text-align: left;
}
table img {
	padding: 0px;
	margin: 0px;
	}
td {
	text-align: left;
	vertical-align: top;
	width: auto;
}
.spli {
	width: 20%;
}
.spmitte {
	width: 17%;
}
.spre {
	width: 63%;
}
table .highlight {
	width: 100%;
	font-size: 90%;
	text-align: center;
	background-color: transparent;
	color: #E89700;
	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: #FFFFE0;
/*	border-left: 1px solid #8FBC8F;
	border-top: 1px solid #8FBC8F;
	border-right: 1px solid #8FBC8F;
	border-bottom: 1px solid #8FBC8F;*/
	height: 22px;
	text-align: center;
}
.summe, .summe1 {
	font-size: 100%;
	padding: 0px 0px 0 3px;
	border-top: 1px solid #8FBC8F;
	border-bottom: 3px double #8FBC8F;
	text-align: right;
}
.summe1 {
	font-size: 100%;
	padding: 0px 0px 0 3px;
	border-top: 1px solid #8FBC8F;
	border-bottom: 1px solid #8FBC8F;
	text-align: right;
}
.table {
	width: 100%;
	height: auto;
	font-size: 80%;
	padding: 0px 0px 0 0px;
	border: 1px solid #A9A9A9;
	background-color: transparent;
	color: Black;
}
.table a {
	text-align: left;
}
.table img {
	padding: 0px;
	margin: 0px;
	}
/*------------------------------BESTELLFORMULAR ____________________________*/
select {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 75%;
	line-height: 100%;
	text-align: center;
	border: 1px solid #8FBC8F;
}
input {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 75%;
	line-height: 100%;
	text-align: center;
}
.inputdaten {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 100%;
	line-height: 110%;
	text-align: left;
	background-color: transparent;
	color: #292929;
	border: 1px solid #006400;
}
.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 #8FBC8F;
	border-bottom: 1px solid #8FBC8F;
	border-left: 1px solid #8FBC8F;
	border-top: 1px solid #8FBC8F;
	background-color: #FFFFE0;
}
.submit {
	text-align: center;
	border: 1px solid #006400;
	border-right: 2px;
	border-bottom: 2px;
	background-color: #DCDCDC;
	color: #2F4F4F;
	padding: 1px 0 0 0;
/*	margin: 5px 5px 5px 5px;*/
}
.button, .button1, .button2 {
	font-size: 80%;
	line-height: 110%;
	text-align: center;
	border: 1px solid #006400;
	background-color: #DCDCDC;
	width: 120px;
}
.button a, .button1 a, .button2 a {
	text-decoration : none;
	padding: 2px;
}
.button1 {
	padding: 2px;
	font-weight: normal;
	color: #E89700;
}
.button2 {
	padding: 2px;
	font-weight: bold;
	color: #E89700;
}
.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 #8FBC8F;
	border-bottom: 1px solid #8FBC8F;
	border-left: 1px solid #8FBC8F;
	border-top: 1px solid #8FBC8F;
	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 #8FBC8F;
	border-bottom: 1px solid #8FBC8F;
	border-left: 1px solid #8FBC8F;
	border-top: 1px solid #8FBC8F;
	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: 5px 5px;
}

.agb {
	background-color: transparent;
	color: #383838;
	font-size: 70%;
	padding: 1px 0px 5px 0px;
	text-align: left;
}
.unsichtbar {
	display: none;
}
.fusszeile {
	font-size: 65%;
	color: #FFFFF0;
	text-align: right;
}
.fusszeile a{
	color: white;
}

