#navigation
{
	border: 0px solid black;
}



#navigation ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navigation ul li
{
	padding: 0px 5px 10px 10px;
}

#navigation a
{
font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	line-height: normal; 
	letter-spacing:1px;
	background: transparent;
	vertical-align:bottom;
	text-decoration: none;
}





#navigation a:link
{
	color: Teal;
	text-decoration: none;
}

#navigation a:visited
{
	color: Teal;
	text-decoration: none;
}

#navigation a:focus
{
	color: lime;
	text-decoration: none;
}

#navigation a:hover
{
	color: lime;
	text-decoration: none;
}

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



.anschrift
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13pt;
	color: white;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 1px;
	text-decoration: none;
	padding: 50px;
}

.inhalt
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
	color: black;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 1px;
	text-decoration: none;
}

#active
{
	color: lime;
	text-decoration: underline;
}
