/* Standard-CSS fuer www.proebstl-holz.de */

/* Wichtige Farben
Dunkelgruen = #336633
Gruen       = #acd761
Grau        = #666666 Schriftfarbe
*/

/*  Bilder ohne Rand */
img { border: 0; }

/* alle Abstände auf 0 setzen */
html, body, /*div,*/ p, h1, h2, h3, /*ul, ol,*/ 
span, a, /* table, td,*/ form, img/*, li */{
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
}

/*  HTML und Body werden mit CSS versorgt */
html, body { color: #666666; font-size: 0.9em;  background-color: transparent;  }

.pree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 1.2em;
	line-height: 100%;
	letter-spacing: 0.01em;
	background-color: White;
	padding-left: 20px;
}

/* CLASS - Allgemein gültige Formatierungen werden gesetzt */
/* Einfach ausgedrückt ist eine Klasse (.class) allgemeiner zu handhaben. 
   Sie kann auf einer Seite mehrfach angewendet werden und beliebig oft vorkommen. */
link { color: #666666; text-decoration: none;  font-size: 0.8em;  }
a:link { color: #666666; text-decoration: underline;  font-size: 0.8em;  }
a:visited { color: #333333; text-decoration: underline; font-size: 0.8em;}
a:hover { color: #336633; text-decoration: underline; font-size: 0.8em;}
a:active { color: #acd761; text-decoration: underline; font-size: 0.8em;}

input{
	background-color: #ACD761;
}

.c { clear: both; }
.center { text-align: center; }
.right { text-align: right; }
.top { vertical-align: top; }


.kleiner { font-size: 0.7em; color: #666666; }
.kl { font-size: 9pt; text-align: left; line-height: 140%; color: #666666;}

/*  Ueberschriften */
h1 { font-size: 1.2em; color: #336633; margin-bottom: 5px; }
h2 {
	font-size: 1.05em;
	color: #336633;
	margin-bottom: 4px;
	margin-top: 3px;
}
h3 { font-size: 0.95em; color: #336633; margin-bottom: 3px; }
h4 { font-size: 0.85em; color: #336633; margin-bottom: 2px; }
h5 { font-size: 0.80em; color: #336633; margin-bottom: 0px;}
h6 { font-size: 0.75em; color: #336633; margin-bottom: 1px; }

/*  Absaetze und Listen */
p /*ul*/ {
   font-size: 0.88em;
   line-height: 1.2em;
   color: #666666;
   margin: 0px 1px 5px 0px;
   background-color: transparent;
}

/* ID - Sektionsweite Formatieren kommen zum Schluss */
/* Eine ID darf auf einer Seite nur einmal verwendet werden. */

/*  Hintergrundbild fuer Top-Frame und Left-Frame */
#top_bg{ background: url('../grafik/randrechts.png') repeat-x; }
#left_bg{ background: url('../grafik/gruen_horiz.jpg') repeat-y; }

/* Header mit Rahmen*/
#header { border: 1px solid #B5B5B5; }

.hbox {
	font-size: 0.85em;
	color: #336633;
	margin-bottom: 5px;
	border-bottom: thin solid #336633;
	background-color: #ffffff;
	margin-right: 500px;
	font-weight: bold;
	padding-bottom: 1px;
	padding-left: 2px;
	}

.proebstlhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #336633;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
}

.proebstlmittel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336633;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
}

