body {
	scrollbar-base-color: #4AA14A; /*
	scrollbar-3dlight-color: #69B1FF;
	scrollbar-highlight-color: #5289CC;
	scrollbar-face-color: #5289CC;
	scrollbar-shadow-color: #5289CC;
	scrollbar-darkShadow-color: #365B85;

	scrollbar-3dlight-color: #003366;
	scrollbar-highlight-color: #4493CF;
	scrollbar-face-color: #4493CF;
	scrollbar-shadow-color: #4493CF;
	scrollbar-darkShadow-color: #003366;
*/
	scrollbar-track-color: #DDDDDD;
	scrollbar-arrow-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* Subnavigation */
div#navPad	{ margin-left:141px; width:158px; }
.opaque {
	opacity: .7;
	filter: alpha(opacity=70);
}
.subnav {
	width: 158px; height: 18px;
	font: normal bold 12px arial,sans-serif; color: #ffffff;
	vertical-align: middle; text-align: right; padding-right: 16px;
	cursor: pointer;
}
.subnavover {
	width: 158px; height: 18px;
	font: normal bold 12px arial,sans-serif;
	vertical-align: middle; text-align: right; padding-right: 16px;
	cursor: pointer;
}
.subnavpick {
	width: 158px; height: 18px;
	font: normal bold 12px arial,sans-serif;
	vertical-align: middle; text-align: right; padding-right: 16px;
}
a.snav:link			{ color:#fff; font-weight:bold; text-decoration:none; }
a.snav:visited	{ color:#fff; font-weight:bold; text-decoration:none; }
a.snavover			{ font-weight:bold; text-decoration:none; }

/* Spezielles Listen-Format wegen des Scheiss-IE */
OL, UL {
	font-size: 12px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}
OL {
	margin-left: -17px;
	list-style-type: decimal-leading-zero;
}
* html OL {
	margin-left: 28px;
}
UL {
	margin-left: -26px;
	list-style-type: disc;
}
* html UL {
	margin-left: 16px;
}

/* SOUP */
/* Umgebogene Tags, die in der SOUP benutzt werden. ALSO NICHT BENUTZEN ODER EXTRA-KLASSEN ERSTELLEN ! */
U { /* Text auf Farbe setzen. Textunterstreichung wird hier zentral unterdückt. Bei verschiedenen Farben wird der Farbwert in den Seiten gesetzt, sonst hier zentral. */
	text-decoration: none;
	color: #006E1E;
}
S { /* Mit  STG + H <s>-Tag schreiben, der hier zur Headline umgebogen wird. */
	text-decoration: none;
	font-family: arial,helvetica;
	font-size:125%;
}

/* Left side of page */
.header_left {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
	text-align:center;
	margin-top: 0px;
	margin-bottom: 12px;
}
td.left {
	height: 100%;
	background-color: #4AA14A;
	background-image: url(/pic/bg_left.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.left_img {
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: center;
}

/* Right side of page */
.header {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #006E1E;
	margin-top: 0px;
	margin-bottom: 12px;
}
p {
	margin: 0px;
}
.txt {
	font-size: 12px;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 0px;
}
table.bottom_img {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-align:center;
	margin-top: 10px;
	margin-bottom: 0px;
}
hr {
	color: #006E1E;
	background-color: #006E1E;
	text-align: left;
	margin-left: 0;
	border: 0px none;
	height: 1px;
}

/* Partenaires et Liens */
table.link_liste {
	width: 100%;
	border-top: 1px solid #4AA14A;
	border-right: 1px solid #4AA14A;
	border-left: 1px solid #4AA14A;
/*	
	border: 1px solid #F0CD79;
	background: #FCF9F0;
*/
}
td.link_category {
	height: 22px;
	background: url(/pic/partners_list_head.jpg) #F0CD79;
	border-bottom: 1px solid #4AA14A;
	font-family: arial,helvetica;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
}
td.link_descript {
	background: #EDFFD9;
	border-bottom: 1px solid #4AA14A;
	font-size: 12px;
	color: #006E1E;
	padding: 5px;
}
td.link_nodata {
	font-family:arial,helvetica; 
	font-size:13px; 
	color:#CCA44E; 
	border: 1px solid #F0CD79; 
	background:#FCF9F0;
	padding-left:5px; padding-right:5px;
}
a:link { color:#006E1E; }
a:visited { color:#006E1E; }
a:hover { color:#009E2B; }
a:active { color:#009E2B; }
