* {
margin: 0;
padding: 0;
}

body {
margin: 0px 0px 0px 0px;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1.0em;
background-color: #fff;
color: #000;
}

p, li, th, td {
font-size: 0.8em;
}

/* Die Farbangabe im |#wrapper| sorgt dafuer, dass im Contentbereich
eine durchgaengige Hintergrundfarbe inkl. rechter |border| angezeigt 
wird, auch wenn das Menue laenger als der Text ist ... */
#wrapper {
background-color: #fff;
color: #000;
height: 1%;/* Buggy IE needs this */
border-top: 1px solid #fff;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
}
/* Wenn man sicher ist, dasz der Text IMMER laenger als das Menue
oder die Farbe dieselbe wie der Hintergrund ist, kann man diesen Div
komplett streichen. Die |border|s kann man dann bei Bedarf den 
anderen |div|s zuweisen ... */

/* ---- */
#header {
	height: 60px;
	background-color: #abffab;
	color: #000;
	text-align: center;
	vertical-align: middle;
}
#header h1 {
	font-size: 1.5em;
	padding: 10px;
	vertical-align: middle;
}
/* ---- */
#leftmenue {
float: left;
left: 10%;
width: 200px;
margin-top: 10px;
padding-bottom: 10px;
background-color: #abffab;
color: #fff;
}
#leftmenue ul li {
list-style-type: none;
}
#leftmenue a {
display: block;
text-decoration: none;
width: 194px;
margin: 2px 0;
padding: 1px 0 2px 5px;
font-size: 0.9em;
font-weight: bold;
background-color: #abffab;
color: #000;
border-top: 1px solid #009900;
border-right: 1px solid #abffab;
border-bottom: 1px solid #abffab;
}
#leftmenue a.active {
border-top: 1px solid #FFFF00;
border-right: 1px solid #FFFF00;
border-bottom: 1px solid #FFFF00;
background-color: #86ff86;
color: #000;
}
#leftmenue a:hover {
background-color: #86ff86;
color: #000;
}
/* ---- */
#content {
	background-color: #ffffff;
	color: #000;
	border-left: 200px solid #abffab;
	background-attachment: scroll;
	background-image: url(images/kurve.gif);
	background-repeat: no-repeat;
	background-position: 200px 0px;
}
/* ---- */
div>#content {
	background-color: #ffffff;
	color: #000;
	border-left: 200px solid #abffab;
	background-attachment: scroll;
	background-image: url(images/kurve.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#content h1,
#content h2,
#content h3 {
padding: 20px 50px 10px 60px;
background-color: transparent;
color: #666;
}
#content h1 {
font-size: 1.0em;
letter-spacing: 1pt;
padding: 30px 50px 20px 60px;
}
#content h2 {
font-size: 0.9em;
}
#content h3 {
font-size: 0.9em;
}
#content ul {
font-size: 0.8em;
line-height: 1.5em;
padding: 5px 50px 15px 60px;
}
#content fieldset ul {
font-size: 1.0em;
line-height: 1.5em;
padding: 5px 50px 15px 60px;
}

#content p {
line-height: 1.5em;
padding: 5px 50px 15px 60px;
}
#content table {
	line-height: 1.5em;
	padding: 0 50px 15px 60px;
}

#content th {
	border: 0px solid #000;
	color: #000;
	background-color: #86ff86;
}
#content p.topper {
padding: 10px 0 30px 40px;
clear:both
}
#content a {
text-decoration: none;
background-color: transparent;
color: #3300FF;
border-bottom: 1px solid #900;
}
#content a:hover {
background-color: transparent;
color: #060;
border-bottom: 1px solid #060;
}
ul.normal {
line-height: 1.5em;
padding: 5px 50px 15px 75px;
}
div.infobox {
float:left;
margin:1em;
border:1px solid #009900;
padding-left:0px;
padding-right:0px;
padding-bottom:5px;
}
ul.infobox{
margin-left:1.2em;
font-size:0.9em;
}
.infotitle {
background:#86ff86;
color:#000;
text-align:center;
}
.detail {
float:left;
padding-left:5px;
}
#detailtab
{
position:relative;
top:1em;
left:10%;
right:10%;
width:80%;
}
#detailtab table
{
border:thin solid #86ff86;
border-collapse:collapse;
}
#detailtab td
{
padding:0.2em;
border-bottom:thin dashed #86ff86;
border-top:thin dashed #86ff86;
}
.dunkler
{
background-color:#abffab;
}
.bestelllink
{
text-align:right;
padding-right:5px; 
}
/* ---- */
#rahmenlos table {
	line-height: 1.5em;
	padding: 0 50px 15px 60px;
}
#rahmenlos td {
	border: 0px solid #000;
}
#rahmenlos th {
	border: 0px solid #000;
	color: #fff;
	background-color: #86ff86;
}
form {
padding:0.1em;
 line-height: 1.5em;
}

   label,
   select,
   input[type=checkbox],
   input[type=radio],
   input[type=button],
   input[type=submit] {
   cursor: pointer;
   }

fieldset {width: 90%;
			 margin: 1.5em;
			 display: block;
			 font-size: 0.80em; 
			 border: 1px solid #009900;
			 background: #abffab;
			 padding: 0.5em;
			}
			
	* html fieldset {padding: 5px;}
	
legend {background: #86ff86;
		   padding: 4px;
		   border: 1px solid #009900;
		   border-right-width: 2px;
		   border-bottom-width: 2px;
		   margin-bottom: 4px;
		   font-weight: bold;
		   }
label.left
{
    float            : left;
    text-align       : right;
/*  die naechsten zwei sind beliebig anpassbar,
    um in das jeweilige Gestaltungsraster (Sie 
    verwenden doch ein Gestaltungsraster, oder?) 
    zu passen. Bei Aenderungen aber nicht 
    vergessen, die margins bei input.right 
    entsprechend anzupassen: */
    width            : 10em;
    margin-right    : .3em;
}

/*  positioniert die Text- und 
    Auswahlboxen rechts daneben: */

input[type=text],
select
{
    float            : left;
}

/*  dann werden alle checkboxen und radiobuttons,
    die mit der Klasse "right" versehen wurden,
    um den errechneten linken Abstand der input
    und select-Elemente (s.o.) nach rechts
    verschoben: */

input.right
{
    float                    :    left;
    width                    :    auto;
    clear                    :    both;
    margin-left             :    8.0em;
    margin-right            :    .3em;

} 
form br { /* Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; /* das floating der labels und inputs aufheben */
}

input#submit { /* den Submit-Button */
  float: none;
  width: auto;
}
form fieldset ul {
padding:1.5em;
}

form fieldset p,li {
font-size:1em;
}

.error {
border: 1px solid #FF3333;
padding-left:1em;
}
/* ---- */
.breaker {
clear: both;
}
#footer {
	height: 40px;
	background-color: #abffab;
	color: #000;
	border-top: 1px solid #abffab;
	text-align: center;
}
#footer p {
padding: 8px 15px;
}
#footer a {
background-color: transparent;
color: #000;
border: 0 none;
}
#footer a:hover {
background-color: transparent;
color: #FFFF00;
}

/* ---- */
#main .invis, hr {
display: none;
}
.re {text-align:right;}
.fett {
	font-weight: bold;
}
.mwst {
	font-size: 0.7em;
	font-weight: normal;
}