html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
	padding: 0;
	text-rendering:optimizeSpeed;
	font-family:Arial, Sans Serif,Microsoft Sans Serif, Tahoma;
	font-size:15px;
	font-weight:bold;

	text-rendering:optimizeSpeed;
	
}
body {
	background-color:#FFFFFF ;/*#9F8644*/
	overflow: hidden;	/* Scrollbalken im Fenster unterbinden */
	 text-rendering:optimizeSpeed;
}

#oben {
	position: absolute;
	top: 0;			/* Abstand zum oberen Fensterrand */
	left: 1px;		/* Abstand zum linken Fensterrand */
	right: 0;		/* Abstand zum rechten Fensterrand */
	height: 113px;
	width:100%;
	padding:0;
	overflow: hidden;	/* Scrollbalken unterbinden */
}

#mitte {
	position: absolute;
	top: 116px;		/* Abstand zum oberen Fensterrand */
	left: 0px;		/* Abstand zum linken Fensterrand  mit Vertkaltext und Bildleiste */
	bottom: 0;/*23px;*/		/* Abstand zum unteren Fensterrand */
	right: 0px;		/* Abstand zum rechten Fensterrand */
/*outline: none;*/
	overflow: auto;		/* Scrollbalken, falls notwendig */
}
* html #mitte {
	top: -27px;
	left: 2px;
	width: 100%;
	height: 712px;
	border-top-width: 116px;	/* = Kopfzeilenhoehe */
	border-left-width: 0px;	/* = Spaltenbreite links */
	border-bottom-width: 0px;	/* = Fusszeilenhoehe */
	border-right: 0px;	/* = Spaltenbreite rechts */
	border-style: solid;
}
#unten {
	position: absolute;
	left: 0px;		/* Abstand zum linken Fensterrand */
	bottom: 0;		/* Abstand zum unteren Fensterrand */
	right: 0;		/* Abstand zum rechten Fensterrand */
	height: 0px;		/* Blockhöhe */
	overflow: hidden;	/* Scrollbalken unterbinden */
}
* html #unten {
	width: 100%;
	height: 0px;
}

h3 { font-size:16px;
}
h4 { font-size:14px;
}
img {
  border:none;
	vertical-align: bottom;
	outline:none;
}

#kopf {
	margin: auto;
	height: 113px;
	width:900px;
	padding:0;
	overflow: hidden;	/* Scrollbalken unterbinden */
	background: url(Titel.png) no-repeat;
	background-position:420px 2px;
	z-index:100;*/
}

#inhalt {
	margin: auto;
	width:876px;
	padding: 5px 10px 5px 10px;
	background-color:#FFFFFF;
}
#horzTrenner {
	background:#006600;
	height:3px;
	width:900px;
}

/*************** Hauptmenü *************/
#hauptmenue
{
	position:relative;
	top:85px;
	left:0px;
	width:900px;
	height:22px;
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
	list-style-type:none;
  border-top:3px solid #006600;
  border-bottom:3px solid #006600;
}

#hauptmenue li {
float:left;
margin:0px;
padding:0px;
}
#hauptmenue a {
float:left;
display:block;
padding: 2px 12px 0px 10px;
font-size:15px;
font-weight:bold;
text-align:left;
outline: none;
color:#505050;
height:20px;
}
#hauptmenue a.taba {
	color:#000000;
	background-color:#77CC77;

}

#hauptmenue a.tabn:hover {
  color:#CCFFCC;
	background-color:#006600;
}
a {
	text-decoration: none;
	outline:none;
/*	display: block;*/
	margin:0;
	color:#505050;
}

a:hover {
	color:#CCFFCC;
	background-color:#006600;
}

.kartonPreise
{
	float:left;
	width:840px;
	margin-right:10px;
	margin-bottom:5px;
	padding-bottom:6px;
  border-bottom:3px solid #006600;
}
input {
	font-weight:bold;
	font-size:15px;
	
}
textarea {
	font-weight:bold;
	font-size:15px;
	font-family:Arial, Sans Serif,Microsoft Sans Serif, Tahoma;
}

