body, td {
	color : #191970;
	background-color : White;
	font-size : 12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

table.linkbar {
	font-size : 12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	width : 100%;
}

td.linkbar {
	background-color : #FFCC00;
	width: 16%;
}

td.sep {
	background-color: White;
	width: 4px;
}

td.underline {
	background-color: #191970;
	height: 1px;
}

td.news {
	font-size: 9px;
}

td.title {
	font-size : 12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align : right;
	vertical-align : bottom;
}

p.address {
	font-size: 11px
}

a {
	color: #191970;
	text-decoration: none;
}

a:active {
	color: #DC143C;
}
a:hover {
	color: #DC143C;
}

a.titel {
	color: #191970;
	text-decoration: none;
}

a.news {
	color: #191970;
	text-decoration: none;
}

a.news:hover {
	color: #DC143C;
	text-decoration: underline;
}

a.mail {
	color: #191970;
	text-decoration: none;
}

a.mail:hover {
	text-decoration: underline;
}

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


