html {
	overflow:-moz-scrollbars-vertical;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.headline_startseite {
	font-size: 27px;
	color: #58585A;
}
.headline {
	font-size: 18px;
	color: #58585A;
}
.text_gross {
	font-size: 14px;
}
.text_mittel {
	font-size:10px;
}
.text_klein {
	font-size:9px;
}
.ueberschrift {
	font-weight:bold;
}
.hinweis_rot {
	font-size: 10px;
	color: #AA0000;
}
h1 {
	font-size: 14px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
h3 {
	font-size: 12px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

/* **********
*** Links ***
********** */
/* *** Standartlink *** */
a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover, a:active {
	color: #000000;
	text-decoration: underline;
}

/* *** Sitelink *** */
a.sitelink {
	font-size:10px;
	text-decoration: underline;
}
a:link.sitelink, a:visited.sitelink {
	font-size:10px;
	text-decoration: underline;
}
a:hover.sitelink, a:active.sitelink {
	font-size:10px;
	text-decoration: underline;
}

/* *** Detaillink *** */
a.detaillink {
	font-size:9px;
	text-decoration: underline;
}
a:link.detaillink, a:visited.detaillink {
	font-size:9px;
	text-decoration: underline;
}
a:hover.detaillink, a:active.detaillink {
	font-size:9px;
	text-decoration: underline;
}

/* *** Link bei der Suche *** */
a.suchlink {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a:link.suchlink, a:visited.suchlink {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a:hover.suchlink, a:active.suchlink {
	font-size: 12px;
	font-weight: bold;
	color: #8DC3B4;
	text-decoration: underline;
}

/* **********
*** Suche ***
********** */
.suchfeld {
	font-size: 12px;
	width: 90px;
	border: solid 1px #000000;
}
.suchbutton {
	width: 17px;
	height: 17px;
	background-color: #8DC3B4;
	border: solid 1px #000000;
}

/* **************
*** Formulare ***
************** */
.formfeld {
	width: 300px;
	font-size: 12px;
	border: solid 1px #000000;
}
.formbutton {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #8DC3B4;
	border: solid 1px #000000;
}

/* **********
*** PopUp ***
********** */
.popup_seitentext {
	font-size: 10px;
}
.produkt_beschreibung {
	padding: 5px 5px 5px 5px;
}
.produkt_beschreibung_gruen {
	color: #579987;
	padding: 5px 5px 5px 5px;
}
