/* Standard-CSS fuerr www.proebstl-holz.de */

/* Wichtige Farben
Dunkelgruen = #336633
Gruen       = #acd761
Grau        = #666666
*/
/* 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: 101%;
}

/*  HTML und Body werden mit CSS versorgt */
html, body {   color: #666666;  font-size: 0.92em; /* background-color: Blue; */   }

#top_bg{ background: url('../grafik/randrechts.png') repeat-x; }
#left_bg{ background: url('../grafik/gruen_horiz.jpg') repeat-y; }

/* 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. */

a:link { color: #666; text-decoration: underline;  font-size: 0.85em;  }
a:visited { color: #333; text-decoration: underline; font-size: 0.85em;}
a:hover { color: #336633; text-decoration: underline; font-size: 0.85em;}
a:active { color: #acd761; text-decoration: underline; font-size: 0.85em;}

strong { font-weight: bold; }

.c { clear: both; }
.center { text-align: center; }
.right { text-align: right; }
.top { vertical-align: top; }

img { border: 0; }

.kleiner { font-size: 0.7em; color: #666666; }
.kl { font-size: 9pt; text-align: left; line-height: 150%; color: #666666;}

h1 {
   font-size: 1.0em;
   color: #336633;
     margin-bottom: 5px;
     }

h2 {
   font-size: 0.85em;
   color: #336633;
   margin-bottom: 5px;
}

p, ul {
   font-size: 0.92em;
   line-height: 1.2em;
   color: #666666;
   /* margin: 10px 1px 5px 5px; */
}

/* ID -  Sektionsweite Formatieren kommen zum Schluss */
/* Eine ID darf auf einer Seite nur einmal verwendet werden. */

/* Header */
#header { border: 1px solid #ddd; }
#header p { font-size: 0.8em; }
/* ENDE Header */

/* koerdtsche css vorgaben*/
.allgemein {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
} 
.klein {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.gross {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
.fett {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
} 
.proebstlhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
}
.proebstlmittel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
}
.neu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
} 
.proebstltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
} 
