/* Wird im News-Archiv verwendet */
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

a:active {
	color:#FFFFFF;
	text-decoration: underline;
}

a:hover  {
	color: #FF9900;
	text-decoration: underline;
}

.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	font-size : 10pt;
}

h1 {
  font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: bold;
	font-variant: small-caps;
	color: #c72ec7;
	padding-bottom: 23px;
}

.news { 
  font-family: Georgia, "Times New Roman", Times, serif;
	font-size : 10pt;
  color: #ffffff;
}

/* Wird im News-Anzeigebereich und im Archiv verwendet */
.head {
  font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-variant: small-caps;
	color: #006ab3;
  font-weight: bold;
}
    
.datum { 
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10pt;
	color: #006ab3;
}

img.news {
	float: right;
	width: 300px;
  margin-left: 2ex;
  margin-bottom: 1ex;
  border: 4px double #006ab3;
}

/* Wird nur im News-Anzeigebereich verwendet */
A.kompass:link {
  color: #c72ec7;
  text-decoration: none;
}

A.kompass:active {
  color: #c72ec7;
  text-decoration: none;
}

A.kompass:visited {
  color: #c72ec7;
  text-decoration: none;
}

A.kompass:hover {
  color: #c72ec7;
  text-decoration: underline;
}

hr {
	color: #FFFFFF;
	height: 1px;
}
