html  {
/* farbige Scrollbas */
	scrollbar-base-color:#366600;
  scrollbar-3d-light-color:#F04B23;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-darkshadow-color:#FFFFFF;
  scrollbar-face-color:#366600;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#000000;
  scrollbar-track-color:#F2FEE3;}

body 	{position:absolute;
	top:10px;
	left:20px;
	background-color:#FAFEF4;
	text-align:justify;


	}


table 	{width:800px;
	border-width:0;
	background-color:#366600;
	}

table.org 	{width:600px;
		border-width:0px;
		background-color:#F2FEE3;
		}



td	{padding:10px;
	vertical-align:top;
	border-width:0;
	}
td.text {background-color:#F2FEE3;}

.uber 	{font-family:sans-serif;
	font-size:18pt;

	font-weight:bold;
	}


.oben 	{font-family:sans-serif;
	color:#366600;
	font-size:12pt;
	}

.klein 	{font-family:sans-serif;
	color:#366600;
	font-size:10pt;
	text-align:justify;
	}

p.kleiner, span.kleiner {font-family:sans-serif;
	font-size:8pt;
	}


/*keine Rahmen um gelinkte Bilder */
a img {border:0; none;}

/* Links bei im Kopf: farbe immer '#fff' */

.kleiner a:visited {color:#fff;}
.kleiner a:link {color:#fff;}
.kleiner a:focus {color:#fff;}
.kleiner a:hover {color:#fff;}
.kleiner a:active {color:#fff;}




/* Links bei Organisationen */

.klein a:link {
	font-weight:bold;
	color:#366600;
	text-decoration:none;

	}

.klein a:visited {
	font-weight:bold;
	color:#366600;
	text-decoration:none;

	}

.klein a:focus {
	font-weight:bold;
	color:#366600;
	text-decoration:underline; }

.klein a:hover {
	font-weight:bold;
	color:#F04B23;

	text-decoration:underline; }

.klein a:active {
	font-weight:bold;
	color:#366600;
	text-decoration:none;
	}

img.inline { margin: 10px }

/* Buttongestaltung in Anlehnung http://www.web-toolbox.net, einiges ging nicht, daher selbst gefummelt */

.button{
	display:block;

border: 0px;
margin-top:0px;
margin-bottom:0px;
height: 26px;
width:  120px;
font-family:Tahoma,Arial,Helvetica,sans-serif;
font-size: 12px;
font-weight:bold;
color:#366600;
text-align: center;
vertical-align:middle;

padding-top: 6px;

background-image:url(../bilder/but.gif);
background-position:top center;
background-repeat:no-repeat;
text-decoration:none;
}

.button:visited {
color:#366600;
}

.button:hover {
color:#F04B23;

}

.button2{
	display:block;

border: 0px;
margin-top:0px;
margin-bottom:0px;
margin-left:20px;
height: 50px;
width:  100px;
font-family:Tahoma,Arial,Helvetica,sans-serif;
font-size: 11px;
font-weight:bold;
color:#366600;
text-align: center;
vertical-align:middle;

padding-top: 6px;

background-image:url(../bilder/but2.gif);
background-position:top center;
background-repeat:no-repeat;
text-decoration:none;
}

.button2:visited {
color:#366600;
}

.button2:hover {
color:#F04B23;
 font-size: 11px;
}

/* erster Buchstabe in P wird fett */
p:first-letter { font-weight:bold }