/****************************************************************************************
Links
*****************************************************************************************/
/* Normaler Link (default): grau hover => underline */
a 
{
color: #404040;
text-decoration: none;
}
a:hover 
{
text-decoration: underline;
}

/****************************************************************************************
Überschriften auf Seiten
*****************************************************************************************/
/* Überschriften */
.artikeluschrift 
{
font-size: 15px;
font-family: arial, helvetica, serif;
color: #585555;
text-decoration: none;
font-weight: bold;
margin-top: 0px;
margin-bottom: 10px;
}


/****************************************************************************************
Text
*****************************************************************************************/
/* Standard-Text (default) */
body, p, td, th, div, ol, ul, br, table
{
font-size: 11px;
font-family: verdana, arial, helvetica, serif;
color: #585555;
}
/* Fließtext */
.text 
{
line-height: 14px;
}

/* Bildunterschriften bei Bildern in Tabelle */
.bilduschrift
{
font-size: 10px;
font-family: verdana, arial, helvetica, serif;
color: #585555;
line-height: 12px;
font-style: italic;
}

/****************************************************************************************
Copyright
*****************************************************************************************/
/* Copyright */
.copy
{
	font-size: 9px;
	font-family: verdana, arial, helvetica, serif;
	color: gray;
}

/* Copyright Link (default): hellblau hover => underline */
.clink 
{
	color: #9cc9d6;
	text-decoration: none;
}
a:hover 
{
text-decoration: underline;
}
