body { color: black; font-family: arial; background-color: #ffffcc; background-image: url(images/hg_2.gif); }

p {}

td {text-align: justify;}

a:link {color: #0000ff; font-weight: normal; text-decoration: none;}
a:visited {color: #0000ff; font-weight: normal; text-decoration: none;}
a:hover {color: #EF2F24; font-weight: normal; text-decoration: none;
border-color: #EF2F24;
border-bottom-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
border-style: dotted; }
a:active {color: #0000ff; font-weight: normal; text-decoration: none;}

.TextLila { color: #61307a; }
.TextBlau { color: navy; }
.TextRot { color: #c00; }
.TextGruen { color: #060; }
.newsDatum {color: #61307A; font-size: 80%; }
.newsHeader {font-size: 120%; }
.newsText { font-size: 90%; line-height: 140%; text-align: left; }



.fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

td#bild a:link {color: #0000ff; font-weight: normal; text-decoration: none;}
td#bild a:visited {color: #0000ff; font-weight: normal; text-decoration: none;}
td#bild a:hover {color: #EF2F24; font-weight: normal; text-decoration: none;}
td#bild a:active {color: #0000ff; font-weight: normal; text-decoration: none;}
