/*===================================================================
File:			CSS Stylesheet www.berliner-dombau-verein.de
svn:			## $Id: links.dbv.css 306 2009-05-28 14:30:36Z Ulrich $ ##
Author:			Ulrich Athmer
Date:			2008-04-28

Colors:			rot	#E42518
===================================================================*/
a:link, a:visited, a:active
{
	font-family: arial,helvetica,sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #3D3937;	/*color: #E42518;*/
	text-decoration: underline;
}

a:hover
{
	font-family: arial,helvetica,sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #E42518;
	text-decoration: underline;
}

a.small_light:link, a.small_light:visited, a.small_light:active
{
	font-family: arial,helvetica,sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: #0B2A5C;
	text-decoration: underline;
}

a.small_light:hover
{
	font-family: arial,helvetica,sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: #0B2A5C;
	text-decoration: underline;
}

a.text:link, a.text:visited, a.text:active
{
	font-family: arial,verdana,sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #E42518;
	text-decoration: none;
}

a.text:hover
{
	font-family: arial,verdana,sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #E42518;
	text-decoration: underline;
}

a.news:link, a.news:visited
{
	font-family: verdana,helvetica,sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color: #2B2F7A;
	background-position: top left;
	background-repeat : no-repeat;
	text-decoration: none;
}

a.news:hover
{
	font-family: verdana,helvetica,sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color: #2B2F7A;
	background-position: top left;
	background-repeat : no-repeat;
	text-decoration: underline;
}

