* {
 margin: 0;
 padding: 0;
}

html {}
body {
	color: #000;
	font-size: 0.75em;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
}

a { color: #cc0066; text-decoration: underline; }
a:hover { text-decoration: none; }

td {
	font-size: 0.75em;
}

h1, h2, h3, h4, h5, p { padding-bottom: 10px; }
h1 { font-size: 125%; font-weight: bold; }
h2 { font-size: 120%; font-weight: bold; }
h3 { font-size: 115%; font-weight: bold; }
h4 { font-size: 110%; font-weight: bold; }
h5 { font-size: 100%; font-weight: bold; }

ul { margin: 0; padding: 0 0 0 20px; }
li { margin: 0; padding: 0 0 5px 0; }

img#logo_top { width: 196px; height: 78px; border: 0; }
img#logo_bottom { width: 196px; height: 25px; border: 0; }

div#copyright a { color: #000; text-decoration: none; }
div#copyright a:hover { color: #000; text-decoration: underline; }

img.bild_links { margin: 0 10px 10px 0; }
img.bild_rechts { margin: 0 0 10px 10px; }

.clr { clear: both; }
.unsichtbar { display: none; }

/* NEWS */
div.news { margin-bottom: 10px; }
div.news_datum {}
div.news_text { color: #d40066; }
