body {
	background-color: #000000;
	margin: 0px;
	font-family: Georgia, Times New Roman, Times;
	color: #daa520;
	font-size: 12px;
	}

/* Scrollbar-Formatierung nur IE > 5.x */
body {
	scrollbar-arrow-color: #eb9c05;
	scrollbar-face-color: #000000;
	scrollbar-shadow-color: #eb9c05;
	scrollbar-darkshadow-color: #000000;
	scrollbar-highlight-color: #eb9c05;
	scrollbar-track-color: #000000;
	scrollbar-3dlight-color: #000000;
	}

td, th {
	font-size: 12px;
	font-family: Georgia, Times New Roman, Times;
	color: #daa520;
	}

th {
	font-weight: bold;
	}

ul, ol {
	margin-left: 5px;
	}

li {
	list-style-image:url(img/bullet.jpg);
	margin-left: 2px;
	}

hr {
	border-top: 1px solid #915600;
	border-bottom: none;
	color: #915600;
	width: 80%;
	margin-left: 10%;
	}

input, option, select, textarea {
	font-family: Times New Roman, Times;
	font-size: 12px;
	color: #000000;
	background: #fafad2;
	}

h1 {font-size: 110%;}

h2 {font-size: 105%;}

small {font-size: 11px;}

a:link {color: #ffb019;}
a:active {color: #ffc42d;}
a:visited {color: #eb9c05;}
a:hover {color: #ffc437;}


/* KLASSEN */

/* Allgemeine Formatierung P-Tags */
p, p.Seperate, p.Indent, p.indSeperate,
p.Highlight, p.indHighlight, p.indHighlightSeperate {
	margin-right: 20px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	font-family: Georgia, Times New Roman, Times;
	color: #daa520;
	font-size: 12px;
	}

/* Formatierung hervorgehobener P-Tags */
p.Highlight, p.indHighlight, p.indHighlightSeperate {
	background-color: #5f2400;
	border-top: 1px solid #692e00;
	border-left: 2px solid #692e00;
	border-right: 2px solid #915600;
	}

/* P-Tags mit einfacher Einrückung */
p.Indent, p.indHighlight, p.indSeperate {
	margin-left: 10px;
	}

/* P-Tags mit unterem Abschlußrahmen */
p.indSeperate, p.indHighlightSeperate, p.Seperate {
	border-bottom: 1px solid #915600;
	}

/* Check- u. Radioboxen */
.ckbRad {
	border-style:none;
	height:14px;
	width:14px;
	margin-top:12px;
	margin-right:12px;
	color: #000;
	}

/* Check- u. Radioboxen im Verband nacheinander stehend */
.ckbRadMulti {
	border-style:none;
	height:14px;
	width:14px;
	margin-top:5px;
	margin-left:8px;
	margin-right:2px;
	color: #000;
	}

/* Linke Tabelle mit gefadetem Hintergrund */
.mBorderL {
	background-image:url(img/mbg_l.jpg);
	background-repeat:repeat-y;
	}

/* Rechte Tabelle mit gefadetem Hintergrund */
.mBorderR {
	background-image:url(img/mbg_r.jpg);
	background-repeat:repeat-y;
	}

/* Titel-Tabelle im Iframe */
.ifTitel {
	background-image:url(img/bg_iftop.jpg);
	background-repeat:no-repeat;
	}

