/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.NaviSegelnAktiv{
	font-family: Verdana,  Tahoma,  Arial,  Helvetica,  Sans-serif;
 	font-size: 20px;
 	color: rgb(255,255,255);
 	text-decoration: none ;
 	background-color: rgb(0,204,255)
}

.NormalerText{
	font-size: 23px;
 	color: rgb(0,0,0);
 	font-weight: normal;
 	font-style: normal;
 	text-align: left;
 	background-color: rgb(255,255,255);
 	background-image: none;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

.Navi{
	font-family: Verdana,  Tahoma,  Arial,  Helvetica,  Sans-serif;
 	font-size: 20px;
 	color: rgb(255,255,255);
 	text-decoration: none ;
 	text-indent: 0px;
 	background-color: rgb(0,51,153);
 	border: 1px solid rgb(0,0,0);
 	margin: 8px;
 	display: block
}

.NaviSegeln{
	font-family: Verdana,  Tahoma,  Arial,  Helvetica,  Sans-serif;
 	font-size: 20px;
 	color: rgb(255,255,255);
 	text-decoration: none ;
 	background-color: rgb(0,102,255)
}