@charset "iso-8859-1";
/* BODY */
body {	
	color: #000000;
	background: #d4cdbe;

	/* scrollbar*/
	scrollbar-face-color:#f2eee6;
	scrollbar-arrow-color:#d4cdbe;
	scrollbar-track-color:#e0d9ca;
	scrollbar-highlight-color:#d4cdbe;
	scrollbar-shadow-color:#d4cdbe;
}

/* GENERAL STYLES */
img {	
	border: 3px;
	border-color:#000000;
}

/* HEADLINES */
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	margin: 0px;
	padding: 0px;
	line-height: 140%;
}
h1 {
	font-size: 12pt;
	letter-spacing: 2pt;
	font-weight: bolder;
}
h2 {
	font-size: 10pt;
	letter-spacing: 1pt;
	font-weight: bolder;
}
h3 {
	font-size: 8pt;
	font-weight: bold;
}

/* Fleisstext für Inhalte im iframe */
.fliesstext {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	line-height: 12pt;
	background-color: #d4cdbe;
}

.fliesstext a, .fliesstext a:visited {
	color: #802F14;
	text-decoration: none;	
}

.fliesstext a:hover{
	color: #E75626;
	text-decoration: none;
	
}
#fleisstext_aktiv {
	color: #E75626;
	text-decoration: none;
}

/* Fliesstext Kursiv dünn */
.zitat {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 8pt;
	line-height: 12pt;
}

/* Fliesstext Anfangsbuchstabe */
.anfangsb {
	color: #110c01;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18pt;
	line-height: 16pt;
}



/* TEST STYLES */
/*
td {
	border: solid 1px #000000;
}
*/
