/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

A:active {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: 13pt;
 	color: rgb(0,51,153);
 	font-weight: bold;
 	text-decoration: underline
}

A:link {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: 13pt;
 	color: rgb(0,51,153);
 	font-weight: bold;
 	text-decoration: underline
}

UL {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: 13pt;
 	color: rgb(0,0,0);
 	font-style: italic
}

H1 {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: 20pt;
 	color: rgb(0,51,153);
 	font-weight: bold;
 	font-style: italic;
 	text-decoration: none 
}

H2 {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: 20pt;
 	color: rgb(0,51,153);
 	font-weight: bold;
 	font-style: italic;
 	text-decoration: none 
}

P {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: 13pt;
 	color: rgb(0,0,0);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none ;
 	text-align: justify
}

H3 {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: 24px;
 	font-style: italic
}

A {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: 13pt;
 	color: rgb(0,51,153);
 	font-weight: bold;
 	text-decoration: underline
}

H4 {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: large;
 	color: rgb(0,51,153);
 	font-weight: bold;
 	font-style: italic;
 	text-decoration: none 
}

H5 {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: medium;
 	color: rgb(0,51,153);
 	font-weight: bold;
 	font-style: italic;
 	text-decoration: none 
}

H6 {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: medium;
 	color: rgb(0,51,153);
 	font-weight: bold;
 	font-style: italic;
 	text-decoration: none 
}

A:hover {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: 13pt;
 	color: rgb(0,51,153);
 	font-weight: bold;
 	text-decoration: underline
}