/*  Allgemein  */
body { 
	background-color: #fff;
	margin: 0;
	padding: 0;
}
body, div, table, input, textarea { font: 13px 'Arial', sans-serif; color: #000; }
th, td { text-align: left; vertical-align: top; }
h1, h2, h3 { color: #97BE0D; }
h1 {
	font-size: 1.4em;
	margin: 0;
	margin-bottom: 30px;
}
h2 {
	font-size: 1.1em;
	margin: 0;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 15px;
}

img { border: 0; }
a, a:visited { color: #000; text-decoration: underline; }
a:hover { 
	color: #cc071e;
	text-decoration: none;
}

a,
a:visited,
a:hover,
a:active { outline: none ! important; }

.right { text-align: right; }

ul {
	margin-left: 0;
	padding-left: 0;
	margin-left: 17px;
	list-style-type: circle;
}

/* Dies und Das ... */
.stopfloat { clear: both; border: 0px; }

.printlogo { display: none; }

/*  Struktur  */

#footerarea .links a.aktiv {
	color: #000;
}

#content {
	line-height: 150%;
}

#footerarea {
	margin-top: 5px;
}

/* Produkte */
.produkt,
.verpackungen,
.adresse {
	border-bottom: 1px solid #d5d5d5;
	padding-bottom: 20px;
	margin-bottom: 25px;
}
.produktbild {
	float: left;
	width: 180px;
	padding-top: 25px;
}
.produktbeschreibung {
	margin-left: 200px;
	line-height: 150%;
}
.produktbeschreibung table tr.tr0 { background-color: #e5e5e5; }
.produktbeschreibung table tr.tr1 { background-color: #f5f5f5; }
.produktbeschreibung table td {
	padding: 2px 10px 2px 5px;
	border-bottom: 1px solid #fff;
}

/* Verpackungen */
.verpackungen {
	width: 520px;
}
.verpackungen img {
	float: left;
	margin-right: 45px;
}
.verpackungen table,
.verpackungen p {
	margin-top: 25px;
}
.verpackungen table th,
.verpackungen table td {
	padding-top: 3px;
	padding-bottom: 3px;
}
.verpackungen table th {
	font-weight: normal;
	font-style: italic;
	padding-right: 10px;
}

/* Adresse */
.adresse table {
	width: 500px;
}
.adresse table td {
	line-height: 150%;
}

/* Kontaktformular */
#kontaktformular {
	background-color: #f5f5f5;
	padding: 10px;
}

#kontaktformular label {
	width: 350px;
	display: block;
}

#kontaktformular input,
#kontaktformular textarea {
	display: block;
	width: 350px;
	border: 1px solid #d5d5d5;
	background-color: #fff;
	margin-bottom: 3px;
	position: relative;
}

#kontaktformular .invalid {
	border: 1px solid #cc071e;
}

/* Ueberwacher */
.ueberwacher td {
	vertical-align: middle;
	padding: 5px 0;
}

/* Liste AGBs *(
#abg ol li {
	list-style-type: lower-roman;
}

/* "Clearing" im 21. Jhdt. */
#footerarea .links:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}