body
{
	color: black;
	background-color: #f3f3f3;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 12px;
}
p  { color: #000000; font-style: normal; font-weight: normal; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular ; text-align: left; line-height: 14px; }
td { color: #000000; font-style: normal; font-weight: normal; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular ; }
th { color: #000000; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-style: normal; font-weight: bold; }
h1 { color: #000000; font-style: normal; font-weight: bold; font-size: 18px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular ; text-align: left; }
h2 { color: #b0b0b0; font-style: normal; font-weight: bold; font-size: 14px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular ; text-align: left; }
h3 { color: #63addc; font-style: normal; font-weight: bold; font-size: 14px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular ; text-align: left; }
h4 { color: #000000; font-style: normal; font-weight: lighter; font-size: 11px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular ; text-align: left; vertical-align: top; margin-top: 0px; margin-bottom: 0pt; padding: 4px; height: 0px }
a  { color: #8e8e8e; font-size: 12px; font-weight: bold; text-decoration: none }
a:link { color: #63addc; text-decoration: none }
a:visited { color: #63addc; text-decoration: none }
a:hover { color: #3e89cd }
li { color: #000000; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-style: normal; font-weight: normal; line-height: 14px; text-align: left; }

form
{
	margin: 0px;
	padding: 0px;
}
label
{
	font-weight: bold;
}

.required { color: red; font-weight: bold; vertical-align: super; }
.checkbox { margin-right: 5px; }
.textfield { font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular ; line-height: 14px; margin: 3px 5px; padding: 1px; }
.submitcell { padding: 2px 5px; }
.box { width: 600px; border: solid 1px #ccc; } /* entfällt zugunsten #artikeldarstellung */

/* Suchformular für Artikel */
#suchformular
{
	width: 405px;
	border: solid 1px #ccc;
	margin: 0px;
	padding: 0px;
}
#suchformular .suchfeldbezeichner
{
	width: 130px;
	float: left;
	margin: 0px;
	text-align: right;
	padding-right: 10px;
	padding-top: 8px;
}
#suchformular .suchfeld
{
	width: auto;
	margin-left: 150px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding: 4px;
}
#suchformular .zeile0 { background-color: #fff; } /* Zeile mit gerader Nummer */
#suchformular .zeile1 { background-color: #ccc; } /* Zeile mit ungerader Nummer */


/* Artikeldarstellung bei Suche nach Nummer*/
#artikeldarstellung
{
	width: 605px;
	border: solid 1px #ccc;
	margin: 0px;
	padding: 0px;
}
#artikeldaten
{
	width: 280px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#artikelbild
{
	width: auto;
	margin-left: 280px;
	text-align: center;
}
#artikeldaten .datenbezeichner
{
	width: 140px;
	float: left;
	text-align: left;
	margin: 0px;
	padding: 2px;
}
#artikeldaten .datenwert
{
	width: 120px;
	margin-left: 150px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding: 2px;
}
#artikeldaten .zeile0 { background-color: #fff; } /* Zeile mit gerader Nummer */
#artikeldaten .zeile1 { background-color: #ccc; } /* Zeile mit ungerader Nummer */


/* Darstellung der Kategorien */
#kategorien table
{
	border-collapse: collapse;
	border-spacing: 1px;
	width: 700px;
	background-color: white;
	margin-bottom: 10px;
}
#kategorien th
{
	text-align: left;
	vertical-align: middle;
	background-color: #ccc;
	padding: 3px;
	border-right: 1px white solid;
}
#kategorien td
{
	text-align: left;
	vertical-align: top;
	padding: 3px;
	border-right: 1px #ccc solid;
}
#kategorien .letzte-spalte { border-right: 0px !important; }

/* Artikelliste bei Kategoriensuche */
#artikelliste table
{
	border-collapse: collapse;
	border-spacing: 1px;
	width: 700px;
}
#artikelliste th
{
	text-align: center;
	vertical-align: middle;
	background-color: #ccc;
	padding: 3px;
	border-right: 1px white solid;
}
#artikelliste td
{
	text-align: center;
	vertical-align: middle;
	padding: 3px;
}
#artikelliste .bezeichnung
{
	text-align: left;
	float: left;
}
#artikelliste .pdf
{
	text-align: right;
}
#artikelliste .letzte-spalte { border-right: 0px !important; }
#artikelliste .erste-zeile0
{
	background-color: #fff;
	border-bottom: 1px solid #ccc;
} /* Zeile ohne Hervorhebung (weiss) */
#artikelliste .zweite-zeile0
{
	background-color: #fff;
	border-right: 1px solid #ccc;
} /* Zeile ohne Hervorhebung (weiss) */
#artikelliste .zweite-zeile-letzte-spalte0 { background-color: #fff; }
#artikelliste .erste-zeile1
{
	background-color: #ccc;
	border-bottom: 1px solid #fff;
} /* Zeile mit Hervorhebung (grau) */
#artikelliste .zweite-zeile1
{
	background-color: #ccc;
	border-right: 1px solid #fff;
} /* Zeile mit Hervorhebung (grau) */
#artikelliste .zweite-zeile-letzte-spalte1 { background-color: #ccc; }


/*Management-Interface*/
.manage_table { border-left: 1px solid #ccc; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; }
.manage_multilang { line-height: 20px; }
.manage_click { color: #63addc; font-weight: bold; cursor: pointer; }
#manage_preview { background-color: #fff; margin: 2px; padding: 5px; border: solid 1px black; }

/*Kontaktformular*/
#name_fehlt { font-weight: bold; color: red; margin-bottom: 5px; margin-left: 5px; display: none; }
#email_fehlt { color: red; font-weight: bold; display: none; margin-bottom: 5px; margin-left: 5px; }
#email_falsch { color: red; font-weight: bold; display: none; margin-bottom: 5px; margin-left: 5px; }
#adresse_fehlt { color: red; font-weight: bold; display: none; margin-bottom: 5px; margin-left: 5px; }

