/****************************************************

	CSS Level 1
	
	Zusaetzliche Angaben fuer
	schwarze Eingangsseiten

****************************************************/


/******* Import Data *******************************/

@import url(basic.css);


/******* Overrides *********************************/

body, table, td, th, p {
	color:
		white;
	text-align:
		center;
}

body {
	background-color:
		black;
	background-image:
		url(../grafik/rapport/vorsatzdunkel125x095.gif);
}


/******* Additions: Links **************************/

a, a:visited {
	color:
		white;
}
a, a:visited {
	text-decoration:
		none;
}
a:hover {
	color:
		white;
	background-color:
		red;
}
a:active {
	color:
		black;
	background-color:
		red;
}

/* With img */

a img, a:visited img {
	border:
		1px solid black;
}
a:hover img, a:active img {
	border:
		1px solid red;
}


/****************************************************
	EOF
****************************************************/

