/* CSS Document */

/*Navigation*/
a.navileft:visited, a.navileft:link
{
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	line-height: 150%;
	text-decoration: none;
}

a.navileft:hover, a.navileft:active
{
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #C37200;
	line-height: 150%;
	text-decoration: none;
}

a.navileft_2:visited, a.navileft_2:link
{
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #C37200;
	line-height: 150%;
	text-decoration: none;
}

/*Link Termine*/
a.navitermin:visited, a.navitermin:link
{
	font-size: 11px; 
	font-family: Verdana; 
	color: #666; 
	text-decoration: underline;
}

a.navitermin:hover 
{
	font-size: 11px; 
	font-family: Verdana; 
	color: #666; 
	text-decoration: underline;
}

.content
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	line-height: 150%;
}

a, a:link, a:visited,
{
	font-size: 12px;
	font-family: Verdana;
	font-weight: bold; 
	color: #333;
	text-decoration: underline;
}

a:hover 
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}