/* Schriftart für Überschrift, Text und Link */
.ju_hessen_text, .ju_hessen_link, .ju_hessen_headline {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* Überschrift: Art, Größe und Farbe */
.ju_hessen_headline {
	font-weight: bold; /* fett */
	font-size: 10px; /* 10 Pixel groß */
	color: #000099; /* Schwarz */
}

/* Text: Größe 12 Pixel und Farbe Schwarz */
.ju_hessen_text {
	font-size: 10px;
	color: #000000;
	font-weight: normal;
}

/* Link allgemein: Größe 12 Pixel und Farbe Schwarz */
.ju_hessen_link a:link {
	font-size: 10px;
	color: #000099;
	text-decoration: none;
	text-align: right;
}

/* Link bereits besucht: Größe 12 Pixel und Farbe Schwarz */
.ju_hessen_link a:visited {
	font-size: 10px;
	color: #000099;
	text-decoration: none;
	text-align: right;
}

/* Link Maus darüber: Größe 12 Pixel und Farbe Rot */
.ju_hessen_link a:hover {
	font-size: 10px;
	color: #0000CC;
	text-decoration: none;
	text-align: right;
}

/* Link aktiv: Größe 12 Pixel und Farbe Schwarz */
.ju_hessen_link a:active {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	text-align: right;
}

/* Newscontainerdefinitionen - gewünschte Pixel- oder Prozentgröße eingeben z.B. width: 150px; oder width: 100%; */
.ju_hessen_container {
	width: 95%;
}

/* Newsblockdefinitionen */
.ju_hessen_block {
	width: 95%;
	border-bottom: 1px solid #000000;
	padding-bottom: 5px;
	margin-bottom: 5px;
	margin-left: 3px;
	margin-right: 3px;
	
}
