/* CSS Document 
   colorsceme homepage
*/

/* category colors */

div.subnav
{
	border-right: 2px solid #FFFF00;
}

div.breadcrumb
{
	margin-bottom: 10px;
	border-bottom: 1px solid #FFFF00;
}

/* link styles */

#centerarea a, 
#centerarea a:visited, 
#centerarea a:hover
{
 color: #000000;
 text-decoration: none;
}

#centerarea h1 a, 
#centerarea h2 a, 
#centerarea h3 a,
#centerarea div.breadcrumb a, 
#centerarea div.breadcrumb a:visited
{
	color: #001A85;
}

#centerarea a.weiter, 
#centerarea a.weiter:visited, 
#centerarea a.weiter:hover
{
 color: #001A85;
 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;
}

#centerarea .maintextbody a, 
#centerarea .maintextbody a:link,
#centerarea .maintextbody a:visited, 
#centerarea span.maintextbody a, 
#centerarea span.maintextbody a:link, 
#centerarea span.maintextbody a:visited
{
	color: #2E2E2E;
	font-size: 13px;
	text-decoration: underline;
}

#centerarea .maintextbody a:hover,
#centerarea span.maintextbody a:hover
{
	color: #001A85;
}

.weblinks a, 
.weblinks a:link, 
.weblinks a:visited, 
.weblinks a:hover
{
	text-decoration: none;
	color: #000000;
}
