/* DATEI: crash1.css */
	

body
{
	font-family: Arial, sans-serif;
	background-color: #000000;               
	/* background-image: url(images/PAPER12L.JPG); */
	background-repeat: repeat;
	color: #FFFFFF;
	margin-top:10px; margin-bottom:10px
	
	/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
	/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
}

table
{
	table bordercolorlight: rgb(153,204,153);
	table bordercolordark: rgb(153,204,153); 
        background-color: #000000
}


	

h1 { font-size:22pt; color: #FFFFFF; font-weight: bold }

	/* Headline-Überschrift, weiss */

h2 { font-size:18pt; color: #FFFFFF;font-weight: bold }

	/* Beitragsüberschrift, weiss */

h3 { font-size:16pt; color: #FFFFFF;font-weight: bold }
        /* Absatzüberschrift, weiss */

tab1 {
	font-size:14pt;
	color: #FFFFFF;
	font-weight: bold;
	font: Arial, sans-serif;
}	

a:link { color:rgb(255,85,0); text-decoration:none; ; background-color: #000000}
a:visited { color:#FF9933; text-decoration:none; ; background-color: #000000}
a:active { color:#CCCCCC; text-decoration:none; ; background-color: #000000}

	/* a:link = Verweise zu noch nicht besuchten Seiten */
	/* a:visited = Verweise zu bereits besuchten Seiten */
	/* a:active = Verweise, die gerade angeklickt werden */

	/* Farbcodes:  */
	/* #000000 = schwarz */
	/* #CCCCCC = hellgrau */
    /* #FF5500 = orange  rgb(255,85,0)*/ 
	/* #FF9933 = dklorange */
           
	/* text-decoration = Textstil */
	/* underline = unterstrichen, Default-Wert */
	/* none = nicht unterstrichen */

 
/* eigene Auszeichnungen */
.text_weiss fett{
	color: #FFFFFF;
	font: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.text_weiss {
	color: #FFFFFF;
	font: Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	}
.text_grau { color: #CCCCCC; background-color: #000000 }
.unterstrichen {  font-weight: lighter; text-decoration: underline; color: #FFFFFF}

.text_weiss_tabelle {
	color: #FFFFFF;
	background-color: #000000;
	font-size: 16px;
}
.weiss_tabelle_überschrift {
	color: #FFFFFF;
	background-color: #000000;
	font-size: 18px;
}
.text_orange {
color: rgb(255,85,0); 
}
