/* CSS Document */

p{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	line-height: 18px;
	padding: 3px;
	text-decoration: none;
}
.bold {
	font-family: "Courier New";
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.navigation {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: auto;
	padding: 4px;#000000;
	;
}
	

.navigation:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
	display: block;
	padding: 4px;
	width: auto;
	background-color: #CCCCCC;
}

.überschrift {
      font-family:"Times New Roman", Times, serif;
	  font-size:16px;
	  font-weight:bold;
	  color:#000000;

}

.smallinfos {
      font-family:"Times New Roman", Times, serif;
	  font-size:12px;
	  font-style:normal;
	  font-weight:normalb;
	  color:#000000;
}	  
	  
