/* (c) 2001 - 2006, EIKONA Medien GmbH, it.x informationssysteme gmbh, Mosaiq-Media GmbH, Alle Rechte vorbehalten. */


/* Allgemeine HTML-Elemente */
body				{ margin: 0; padding: 0; font-family: Verdana, sans-serif; font-size: 11px; font-weight: normal; color: #88703a; text-align: center; background-image: none; }
body *				{ text-align: left; }
h1 					{ display: none; }
h2 					{ margin: 0; padding: 0; font-size: 11px; font-weight: bold; }
h3 					{ margin: 0; padding: 0; font-size: 10px; font-weight: bold; }
ul, li 				{ }
img 				{ border: none; margin: 0;}

a:link				{ color: #000000; text-decoration: none; }
a:hover 			{ color: #000000; text-decoration: underline; }
a:active			{ color: #000000; text-decoration: none; }
a:visited 			{ color: #000000; text-decoration: none; }

table, tr, td 		{ font-size: 10px; vertical-align: top; }


/* Klassen für die HTML und Druck-Ansciht */
.html-sichtbar     { display: none; } 
.druck-sichtbar    { display: block; }

.absatz								{ margin-bottom: 15px; clear: both; }
.absatz-ueberschrift				{ font-size: 14px; font-weight: bold; margin-bottom: 7px; }
.absatz-text						{ }
.absatz-bild-links					{ float: left; padding-right: 10px; }
.absatz-bild-rechts					{ float: right; padding-left: 10px; }
.absatz-bild-unterschrift			{ color: #000000; text-align: center; background-color: #eef2eb; }

/* Veranstaltungen aus CSV-Liste*/
.veranstaltung-zeile				{ padding: 5px 0px; border-bottom: 1px solid #88703a; }
.veranstaltung-startdatum-ueberschrift{ width: 100px; font-weight: bold; vertical-align: top; }
.veranstaltung-uhrzeit-ueberschrift	{ width: 80px;  font-weight: bold; vertical-align: top; }
.veranstaltung-name-ueberschrift	{ width: 240px; font-weight: bold; vertical-align: top; }
.veranstaltung-ort-ueberschrift		{ width: 100px; font-weight: bold; vertical-align: top; }
.veranstaltung-startdatum			{ width: 100px; vertical-align: top; }
.veranstaltung-uhrzeit				{ width: 80px;  vertical-align: top; }
.veranstaltung-name					{ width: 240px; vertical-align: top; }
.veranstaltung-ort					{ width: 100px; vertical-align: top; }
.veranstaltung-veranstalter			{ width: 520px; }
.veranstaltung-startdatum-alt		{ width: 100px; vertical-align: top; color: #cccccc; }
.veranstaltung-uhrzeit-alt			{ width: 80px;  vertical-align: top; color: #cccccc; }
.veranstaltung-name-alt				{ width: 240px; vertical-align: top; color: #cccccc; }
.veranstaltung-ort-alt				{ width: 100px; vertical-align: top; color: #cccccc; }
.veranstaltung-veranstalter-alt		{ width: 520px; color: #cccccc; }
