.standardschrift {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
}

#navi{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
margin-top: 1em;
margin-bottom: 0.5em;
}

#navi ul {
background-color: white;
text-align: center;
margin-left: 0;
padding-left: 0;
border-bottom: 1px solid gray
}

#navi li {
list-style-type: none;
padding: 0.25em 1em;
border-left: 1px solid gray;
display: inline
}

#navi li:first-child {
border: none;
}

a:visited {
	color: #000000;
	font-weight: normal;
	text-decoration:none;
}

a:link {
	color: #000000;
	font-weight: normal;
	text-decoration:none;
}

a:hover {
	color: #1A4590;
	font-weight: normal;
	text-decoration:none;
}

a.navi:visited {
	color: #000000;
	font-weight: normal;
	text-decoration:none;
}

a.navi:hover {
	color: #1A4590;
	font-weight: bold;
}


