/* DATEI: index.css  style-sheet */

/* DEFINITION LINKS NICHT UNTERSTRICHEN*/
a:link {
	font-family:Arial,Helvetica,sans-serif;
	color:#4A4A4A;
	font-size:11pt;
	font-weight:bold;
	text-decoration:none;
	font-stretch : narrower;
}
a:visited {
	font-family:Arial,Helvetica,sans-serif;
	color:#4A4A4A;
	font-size:11pt;
	font-weight:bold;
	text-decoration:none;
	font-stretch : narrower;
}
a:active {
	font-family:Arial,Helvetica,sans-serif;
	color:#4A4A4A;
	font-size:11pt;
	font-weight:bold;
	text-decoration:none;
	font-stretch : narrower;
}
a:hover {
	font-family:Arial,Helvetica,sans-serif;
	color:#ED7D0F;
	font-size:11pt;
	font-weight:bolder;
	text-decoration:none;
}

.aktiv {
	font-family:Arial,Helvetica,sans-serif;
	color:#4A4A4A;
	font-size:11pt;
	font-weight:bolder;
	text-decoration:none;
}

/* GRUNDEINSTELLUNGEN fuer Textelemente */
div,p,pre,td,th,nobr,i  { font-family:Arial,Helvetica,sans-serif; font-size:9pt; line-height: 13pt; color:#000000;}

BODY {
	margin : 0 0 0 0;
	background-color : #EDEDED;
	}
	

@page { size:landscape; }
	
.scroll {
	margin : 0 0 0 0;
	background-color : #000000;
	scrollbar-face-color: #C4C7D3;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #4A4A4A;
	scrollbar-darkshadow-color: #4A4A4A;
	scrollbar-shadow-color: #838589;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #FFFFFF;
	}
	
.line9 { line-height: 9pt }
.link1 { font-size:9pt; }
