/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

BODY {
	background-color: rgb(255,255,255);
 	background-repeat: no-repeat;
 	background-attachment: fixed;
 	background-position: left
}

A:active {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: x-small;
 	color: rgb(102,102,102);
 	font-weight: bold;
 	text-decoration: none 
}

A:link {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: x-small;
 	color: rgb(102,102,102);
 	font-weight: bold;
 	vertical-align: baseline;
 	text-decoration: none 
}

UL {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: x-small;
 	color: rgb(102,102,102);
 	font-weight: normal;
 	font-style: normal;
 	vertical-align: baseline;
 	text-decoration: none ;
 	text-align: justify;
 	margin: 2pt 2pt 2pt 15pt
}

A:visited {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: x-small;
 	color: rgb(102,102,102);
 	font-weight: bold;
 	text-decoration: none 
}

P {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: x-small;
 	color: rgb(102,102,102);
 	font-weight: normal;
 	font-style: normal;
 	text-align: justify;
 	margin: 2pt
}

A {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: x-small;
 	color: rgb(102,102,102);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

A:hover {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: x-small;
 	color: rgb(102,102,102);
 	font-weight: bold;
 	text-decoration: none 
}