body {
	margin: 0px;
	background-image: url(../images/hintergrund_allgemein.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.ueberschrift_weiß {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.ueberschrift_schwarz {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.text_schwarz {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

img {
  border: 0px;
}

th {
  text-align: left;
}

a {
	font-size: 12px;
	font-weight: normal;
	color: #2E364D;
	text-decoration:none;
}

a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #2E364D;
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
li {
  padding: 3px;
  margin: 0px;
}
ul ul {
  list-style-image: url(../images/pfeil_menue.jpg); 
  padding-left: 25px;
}
hr {
 border: 0px;
 border-top: 1px solid #CCCCCC;
 height: 1px;
}
