/* CSS-Definitionsdatei, die SiteStyle-Stylesheets enthält */


BODY, TD, TH, OL, UL, DIV, P, SPAN
{
	font-family 		: arial, verdana, sans-serif;
	font-size 			: 13px;
	font-weight 		: normal;
	text-decoration 	: none;
	color 				: #494949;
} 

.top
{
	color 				: #FFFFFF;
	text-decoration		: none;
	display				: block;
	cursor				: pointer;
}

a { 
	color				: #0C3C92;
	text-decoration		: underline;
	font-weight			: normal; 
}
a:hover {
    color				: #0F920C;
}

h2 {
	font-size 			: 15px;
	font-weight 		: bold;
}

h3 {
	font-size 			: 13px;
	font-weight 		: bold;
} 
h4 {
	font-size 			: 12px;
	font-weight 		: bold;
} 

h6 {
	font-size 			: 10px;
	font-weight 		: normal;
	font-style			: italic;
}

.news_teaser {
	font-size 			: 10px;
	font-weight 		: normal;
	font-style			: italic;
}

.news {
	width				: 100%;
	border-top			: 6px solid #0C3C92;
	border-bottom		: 6px solid #0C3C92;
}

.news h2 {
	font-size 			: 12px;
	color				: #0C3C92;
}