/* Styles für HWS */
/*******************************************************************/
h1 {
	font-family: Arial, Verdana;
	font-size: 24px;
	color: #696D70;
	font-weight:bolder;
}

h2 {
	font-family: Arial, Verdana;
	font-size: 14px;
	color: #696D70;
	font-weight:bolder;
	line-height:18px;
}
h3 {
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #696D70;
	font-weight:bold;
}
h4 {
	font-family: Arial, Verdana;
	font-size: 10px;
	color: #696D70;
	font-weight:bold;
}
h5 {
	font-family: Arial, Verdana;
	font-size: 9px;
	color: #696D70;
	font-weight:bold;
}
h6 {
	font-family: Arial, Verdana;
	font-size: 8px;
	color: #696D70;
	font-weight:bold;
}

p {
	font-family: Verdana;
	font-size: 10px;
	color: #3c3d3d;
	line-height: 14px;
}

div {
	font-family: Verdana;
	font-size: 10px;
	color: #3c3d3d;
	line-height: 14px;
}

pre {
	font-family: Verdana;
	font-size: 10px;
	color: #3c3d3d;
	line-height: 14px;
}
blockquote{
	padding:0px;
	margin-left: 15px;
	margin-right: 10px;
	margin-top: 0px; 
	margin-bottom: 0px;
}

a {
	font-family: Verdana;
	font-size: 9px;
	color: #868686;
	text-decoration:none;
}

a:hover {
	color: #0E399D;
	text-decoration:none;
}


.text{
	font-family: Verdana;
	font-size: 10px;
	color: #3c3d3d;
	line-height: 14px;
}

.text_grau{
	font-family: Verdana;
	font-size: 10px;
	color: #868686;
}

.text_klein{
	font-family: Verdana;
	font-size: 9px;
	color: #3c3d3d;
}

.text_klein_grau{
	font-family: Verdana;
	font-size: 9px;
	color: #868686;
}
.error {
	color:#FF0000;
}

a.news_img img { filter:alpha(opacity=60); -moz-opacity:0.6; opacity:0.6; -khtml-opacity:0.6; } 
a.news_img:hover img { filter:none; -moz-opacity:1.0; opacity:1.0; -khtml-opacity:1.0 } 
