@charset "utf-8";
/* CSS Document */

h1 {
	color:#246183;
	font-weight:normal;
	font-style:italic;
	text-transform:uppercase;
	font-size:170%;
}
h1.tophead {
	padding-top:0;
}
/*Bildunterschrift*/
h5 {
	padding:0;
	color:#777;
}
/*Teaser Headline*/
h3 {
	padding-top:3px;
}
/*Teaser Datum*/
h4 {
	padding-bottom:1px;
}
.newsartikel h4 {
	font-size:100%;
	font-style:normal;
	font-weight:bold;
	padding:15px 0 2px 0;
}
.newsartikel h3 {
	font-size:100%;
	font-style:normal;
	font-weight:bold;
	padding:0px 0 2px 0;
}
.newsartikel p {
	padding:0px 0 10px 0;
}
.newsartikel a {
	color:#003549;
}
.newsartikel a img {
	border:none;
	padding-left:3px;
}
.content ul li {	
	list-style:url(li.gif);
}
.content ul li ul li {
	list-style:url(li.gif);
}
a {
	text-decoration:none;
	color:#333;
}

