/* ***** CSS - ALLGEMEIN ***** */

body
{
	scrollbar-arrow-color : #8D2F31;
	scrollbar-track-color: #F2E7CE;
	scrollbar-darkshadow-color: #8D2F31;
	scrollbar-face-color: #F2E7CE;
	scrollbar-3dlight-color: #F2E7CE;
	scrollbar-highlight-color: #F2E7CE;
	scrollbar-shadow-color: #F2E7CE;
	background-color: #F2E7CE;
	
	background-color: #F2E7CE;
	background-image:url(pic/hg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	background-attachment: fixed;
}

body, table
{
	font-family: Arial, Helvetica, sans serif;
	font-size: 13px;
	color: #8D2F31;
}
input, textarea
{
	font-family: Arial, Helvetica, sans serif;
	font-size: 13px;
	color: #000;
}

a, a:visited
{
	font-family: Arial, Helvetica, sans serif;
	font-size: 14px;
	color: #8D2F31;
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;
}
a:active, a:hover
{
	color: #8D2F31;
	text-decoration: none;
}

h1
{
	text-align: center;
	margin: 40px 0px 30px 0px;
	background-position: center center;
	background-repeat: no-repeat;
	height: 50px;
}
h1 span
{
	display: none;
}
h1.produktgalerie
{ background-image: url(pic/ueberschrift_produktgalerie.gif); }
h1.produktanfrage
{ background-image: url(pic/ueberschrift_produktanfrage.gif); }
h1.empfehlung
{ background-image: url(pic/ueberschrift_empfehlung.gif); }
h1.sammelleidenschaft
{ background-image: url(pic/ueberschrift_sammelleidenschaft.gif); }
h1.firmenvorstellung
{ background-image: url(pic/ueberschrift_firmenvorstellung.gif); }
h1.kontakt
{ background-image: url(pic/ueberschrift_kontakt.gif); }
h1.impressum
{ background-image: url(pic/ueberschrift_impressum.gif); }
h1.willkommen
{
	background-image: url(pic/ueberschrift_willkommen.gif);
	background-position: left center;
	margin: 10px 0px 0px 0px;
}


/* ***** CSS - STARTSEITE ***** */

p.starttext
{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}

a.startlink, a.startlink:visited
{
	font-family : Times New Roman, Times, serif;
	font-size : 18px;
	color : #8D2F31;
	text-decoration : underline;
	font-weight:  bold;
	font-style: italic;
}
a.startlink:active, a.startlink:hover
{
	color : #8D2F31;
	text-decoration : none;
}

div.gunter
{
	background-image: url(pic/stuebelmacher_gunter-flath.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	display: block;
	width: 520px;
	height: 361px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}



/* ***** CSS - FIRMA ***** */

img.bildrand
{
	margin: 5px;
}



/* ***** CSS - KONTAKTFORMULARE ***** */

fieldset
{
	width: 550px;
    border: 0px;
	background-color: #DAB199;
	margin: 0 auto;
}
legend
{	
	display: none;
}
.stopfloat
{
  display: block;
  float: none;
  clear: both;
  height: 1px;
  font-size: 0px;
  line-height: 0px;
}

.sternchen /* Pflichtfeld-Sternchen */
{
	color: #1D6D37;
}
.hinweis
{
	font-size: 0.9em;
	margin: 10px 0;
}
.bold
{
	font-weight: bold;
}
p.empfehl
{
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
	font-size: 14px;
	padding-top: 15px;
}
p.empfehlung_standardtext
{
	margin: 10px 0px 10px 140px;
	border: 1px solid #999;
	background-color: #eee;
	width: 380px;
	padding: 10px;
}

p.formular
{
	margin: 0.6em;
}
label.bezeichnung
{
	font-weight: bold;
	float: left;
	width: 120px;
	text-align: left;
	
	display: block; /* damit auch die alten IEs das padding anwenden */
	font-weight: bold;
	margin-right: 10px;
}
label.bezeichnung_mittel
{
	font-weight: bold;
	float: left;
	width: 180px;
	text-align: left;
	
	display: block; /* damit auch die alten IEs das padding anwenden */
	font-weight: bold;
	margin-right: 10px;
}
label.bezeichnung_gross
{
	font-weight: bold;
	float: left;
	width: 250px;
	text-align: left;
	
	display: block; /* damit auch die alten IEs das padding anwenden */
	font-weight: bold;
	margin-right: 10px;
}

.eingabefeld
{
	background-color: #fff;
	border: 1px solid #999;
	padding: 2px;
    float: left;
    width: 250px;
	height: 20px;
}
.eingabefeldklein
{
	background-color: #fff;
	border: 1px solid #999;
	padding: 2px;
	width: 60px;
}

.button
{
	background-color: #8D2F31;
	border: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	padding: 1px 4px;
	margin: 10px 0 0 20px;
	float: left;
}

textarea.textbox
{
	background-color: #fff;
	border: 1px solid #999;
	height: 120px;
	width: 400px;
}

.feldsf /* feld, das versteckt wird, als Bot-Schutz */
{
	display: none;
}
.imgsf /* img als Bot-Schutz */
{
	text-align: center;
	vertical-align: text-bottom;
	border: 1px solid #999;
}

.errorfeld,
textarea.errorfeld /* fehlerhafte Felder in Formularen */
{
	border: 1px solid #1D6D37;
}

.errortext
{
	color: #1D6D37;
	font-weight: bold;
}
