body {
	scrollbar-base-color: #CF9A00; /*
	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;
}

/* 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: #663300;
}
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: #DCA401;
	background-image: url(/pic/bg_left.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.left_img {
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: center;
}

/* Right side of page */
.header {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #663300;
	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 {
	clear: both;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	text-align:center;
	margin-top: 10px;
	margin-bottom: 0px;
}
hr {
	color: #663300;
	background-color: #663300;
	text-align: left;
	margin-left: 0;
	height: 1px;
	border: 0px none;
}

/* Partenaires et Liens */
table.link_liste {
	width: 100%;
	border-top: 1px solid #DCA401;
	border-top: 1px solid #663300;
	border-right: 1px solid #663300;
	border-left: 1px solid #663300;
}
td.link_category {
	height: 22px;
	background: url(/pic/partners_list_head.jpg) #DCA401;
	border-bottom: 1px solid #663300;
	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: #FFFBED;
	border-bottom: 1px solid #663300;
	font-size: 12px;
	color:#663300;
	padding: 5px;
}
td.link_nodata {
	font-family:arial,helvetica; 
	font-size:13px; 
	color: #663300;
	border: 1px solid #663300; 
	background:#FFFBED;
	padding-left:5px; padding-right:5px;
}

a:link { color:#BF5F00; }
a:visited { color:#BF5F00; }
a:focus { color:#663300; }
a:hover { color:#663300; }
a:active { color:#663300; }

