/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	scrollbar-base-color: #212842 ;
	scrollbar-face-color : white ; 
	scrollbar-shadow-color : #A5AAAD ; 
	scrollbar-highlight-color : #A5AAAD ; 
	scrollbar-3dlight-color : white ; 
	scrollbar-darkshadow-color : white ;  
	scrollbar-track-color : white ; 
	scrollbar-arrow-color : #A5AAAD ; 
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	text-align: justify;
}

.TextListe { font-family: Arial; font-size: 10px}
.TextListe1 { font-family: Arial; font-size: 11px}
.TextListe2 { font-family: Arial; font-size: 12px}
.TextListe3 { font-family: Arial; font-size: 14px}
.TextListe4 { font-family: Arial; font-size: 16px}
.TextListe5 { font-family: Vladimir Script; font-size: 24pt}
.TextListe6 { font-family: Arial; font-size: 2px}
a:link { font-weight:normal; color:#000000; text-decoration:underline }
a:visited { font-weight:normal; color:#000000; text-decoration:underline }
a:hover { font-weight:normal; color:#CE0808; text-decoration:underline }
a:active { font-weight:normal; color:#FF0000; text-decoration:underline }
a:focus { font-weight:normal; color:#E00000; text-decoration:underline }

}