/* CSS Document 
   colorsceme homepage
*/

#centerarea a, 
#centerarea a:visited, 
#centerarea a:hover
{
 color: #000000;
 text-decoration: none;
}

#centerarea h1 a, 
#centerarea h1 a:visited, 
#centerarea h2 a, 
#centerarea h2 a:visited, 
#centerarea h3 a, 
#centerarea h3 a:visited, 
#centerarea div.breadcrumb a, 
#centerarea div.breadcrumb a:visited
{
	color: #0A7DBE;
}

#centerarea a.weiter, 
#centerarea a.weiter:visited, 
#centerarea a.weiter:hover
{
 color: #F8692B;
 font-weight: bold;
}

/* blue box */

#centerarea div.blue h1 a, 
#centerarea div.blue h2 a, 
#centerarea div.blue h3 a
{
	color: #00AAFF;
}

#centerarea div.blue a, 
#centerarea div.blue a:visited, 
#centerarea div.blue a:hover
{
	color: #FFFFFF;
}

#centerarea div.blue a.weiter, 
#centerarea div.blue a.weiter:visited, 
#centerarea div.blue a.weiter:hover
{
 color: #00AAFF;
 font-weight: bold;
}

div.breadcrumb
{
	margin-bottom: 10px;
	border-bottom: 1px solid #0A7DBE;
}

