/* Adresse */
.adresse
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
	line-height:14px
}

/* Body */
body
{
	margin-top:5px;
}

/* News Titel */
.news_titel
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#bc5e23;
	font-weight:bold;
	text-decoration:none;
	line-height:16px
}

/* News Text */
.news_text
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
	line-height:16px
}

/* Normal Titel */
.titel
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#bc5e23;
	font-weight:bold;
	text-decoration:none;
	line-height:20px
}

/* Normal Text */
.text
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
	line-height:16px
}

/* Text in Unternavigation */
.unav
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	line-height:16px
}

/* Links in Navigation */
a.nav:link, a.nav:visited, a.nav:active
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	line-height:16px
}
a.nav:hover
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#bc5e23;
	font-weight:bold;
	text-decoration:none;
	line-height:16px
}

/* Links in Unternavigation */
a.unav:link, a.unav:visited, a.unav:active
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#bc5e23;
	font-weight:normal;
	text-decoration:none;
	line-height:16px
}

a.unav:hover
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	line-height:16px
}

/* Links */
a:link, a:visited, a:active
{
	color:#bc5e23;
	text-decoration:none;
}

a:hover
{
	color:#000000;
	text-decoration:none;
}

