p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #4F76AF;
}

.linie {
	color: #4F76AF;
	border: 1px solid #4F76AF;
}
.rahmen {
	color: #4F76AF;
	border: 1px solid #4F76AF;
	margin: 2px;

}
hr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #4F76AF;
	border-right-color: #4F76AF;
	border-bottom-color: #4F76AF;
	border-left-color: #4F76AF;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.klein {
	font-size: 8pt;
}
body {
	background-attachment: fixed;
	background-image: url(bilder/back.jpg);
}
#navAlpha ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 120px;
	
	}

#navAlpha ul li {
	position: relative;
	line-height: 23px;
	}
		
	
#navAlpha ul li a {
	display: block;
	text-decoration: none;
	color: #0046b4;
	background-image: url(bilder/navi/button.gif);
	background-repeat: no-repeat;
	padding: 5px;
	font: 12px arial, helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	text-indent: 0px;
	line-height: 23px;
	}
#navAlpha ul li a:hover {
	display: block;
	text-decoration: none;
	color: #000;
	background-image: url(bilder/navi/buttono.gif);
	background-repeat: no-repeat;
	padding: 5px;
	font: 12px arial, helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	line-height: 23px;
	}

#navAlpha ul li .unternavi a{
  text-indent: 6px;
 text-align: left;
  color: #1157c5;
  font-weight: normal;
  font: 11px;
  padding: 3px;
  background: #fff;
 }
 #navAlpha ul li .unternavi a:hover{
  text-indent: 6px;
 text-align: left;
  color: #3f3f3f;
  font-weight: normal;
  font: 11px;
  padding: 3px;
  background: #fff;
 }
 #navAlpha ul li .highlight   {
	background-image: url(bilder/navi/buttono.gif);
}

#navAlpha ul li .unternavi a .highlight {
	background: #E6F6FE;

}
.rot {
	font-weight: bold;
	color: #FF0000;
}
