/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

BODY {
	font-size: x-small
}

.TextObject {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: x-small;
 	font-weight: normal;
 	font-style: normal
}

P {
	font-size: x-small;
 	vertical-align: baseline;
 	text-decoration: none 
}

LI {
	list-style-type: none;
 	text-align: left;
 	text-indent: 0pt;
 	margin: 0pt;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

.Orte {
	font-size: x-small;
 	list-style-type: none;
 	list-style-image: none;
 	text-indent: 0pt;
 	margin: 0pt;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

.TextNavBar {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: xx-small;
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

A:hover {
	color: rgb(0,51,255);
 	text-decoration: none 
}
