body{
	font-size:11px; 
	color:black;
	font-family:Arial,Helvetica,Arial;
  /*   background:transparent;  Hintergrundfarbe der gesamten Seite */
}

/* Gesamtbreite der Ausgabe */
.termincontainer{width:550px}

/* Überschriften */
 h2 {
	margin:0 0 5px 0;padding:0;
	font-size:11px;  /* Schriftgröße */
	color:blxk;   /* Schriftfarbe */
	font-family:Helvetica,Arial;  /* Zeichenfont */
	font-weight:bold     /* Schriftart */
}

/* Darstellung der Grafik */
.imageborder_event{
	border:1;      /* Rahmen */
	float:left;    /* links umflossen */
	margin:5px 5px 3px 0px; /* äußere Abstände der Umgebung */
}

/* Anzeige der Termine (Kästen) */
.bg_terminanzeige{
	background:#FFFFFF; /* Hintergrundfarbe */
	border:1px solid #918F90; /* gesamter Rahmen */
	margin:0 0 10px 0;     /* Abstände im Uhrzeigersinn */
    
}

/* Button Veranstaltung eintragen */
.bt_eintragen{
	margin:5px 0; /* Abstände im Uhrzeigersinn */
	width:180px; /* Breite des Buttons */
	height:18px; /* Höhe des Buttons */
	border:1px solid #6078A4; /* Rahmen */
	background:#F3EBAB;  /* Hintergrundfarbe */
	padding-top:3px; /* Innere Abstände Schrift-Rand */
	text-align:center; /* Schrift zentriert */
	float:left; /* links neben dem Seitennummern */
}

.eintragen{
	color:black;  /* Schriftfarbe */
	font-weight:bold; /* Schriftart */
	text-decoration:none;  /* unterstrichen ja / nein */
}

/* Anzeige der Links Details und Tickets, die grafiken selbst liegen im Verzeichnis images */
.link_anzeige{
	float:left;  /* links neben dem Text */
	width:70px;   /* Breite des Bereiches */
	padding:15px 3px 3px 3px; /* Innere Abstände Grafiken - Rand */
}

/* Veranstaltung suchen; Nur ändern wenn es unbedingt sein muß, weil etwas kompliziert */
.suche{
	border:1px solid #918F90 /* gesamter Rahmen */
	background:#FFFFFF;      /* gesamter Hintergrund */
	padding:5px;             /* innerer Abstand Inhalt - Rahmen */
	margin-bottom:10px;	     /* äußerer Abstand zur Umgebung */
	color:black;			 /* Schriftfarbe der Beschriftungen */
}     

/* Texte Veranstaltung suchen: */
.suche_headline{
	color:black;      /* Schriftfarbe */ 
	font-weight:bold     /* Schriftart */ ! important
}

.suche_ort {float:left;width:100px}

.suche_kategorie {float:left;width:160px}

.suche_datum {float:left;width:140px;}

.suche_schluesselwoerter{float:left;width:100px;}

.suche_tickets{float:left;margin:2px 15px;width:20px;}

.suche_ok{}

/* Eingabefelder Suche */
input, select{float:left;height:15px;font-size:11px;background-color:#FFFFFF;border:1px solid #285A34;padding:0;}

.suche_ort select{height:20px}

.suche_kategorie select{height:20px}

.suche_datum_von input{width:60px;margin-right:3px}

.suche_datum_bis input{width:60px;}

.suche_schluesselwoerter input{margin:0px 2px;width:100px;}

.suche_tickets input{margin:0px 13px;width:15px;}

.suche_ok input{font-weight:bold;color:black;float:right;margin:2px 5px;width:40px;height:17px;}

/* Gestaltung der Blätterfunktion */
.blaettern{
	float:right; /* so lassen */
	width:15px;   /* Kästchengröße */
	border:1px solid #918F90; /* Kästchenrahmen */
	text-align:center;     /* Ausrichtung der Zahlen */
	margin:0 3px 10px 0; /* äußerer Abstand zur Umgebung */
	background:#FFFFFF; /* Hintergrundfarbe */
}

/* Darstellung der aktuellen Seite */
.seite_aktuell{
	text-decoration:none;  /* unterstrichen ja / nein */
	color:black;         /* Schriftfarbe */
	font-weight:bold;      /* Schriftart */
}

 /* Darstellung der nicht aktuellen Seite */
.seite_unaktuell{
	text-decoration:none;  /* unterstrichen ja / nein */
	color:black;        /* Schriftfarbe */
}

/* Darstellung Seite weiter blättern */
.listgo{
	text-decoration:none; /* unterstrichen ja / nein */
	color:black;       /* Schriftfarbe */
	font-weight:bold;    /* Schriftart */
}

/* Darstellung des Detaillink */
.link_detail {
	color:#918F90;/* Schriftfarbe */
	text-decoration:none /* Unterstrichen ja / nein */
}

/* Darstellung des www Link bzw. Homepage */
.link_www {
	color:#918F90;  /* Schriftfarbe */
	text-decoration:none   /* Unterstrichen ja / nein */
}

/* Folgeseite */
/* gesamter Container */
.fs_termincontainer {
	width:574px;      /* Gesamtbreite */
	background-color:#FFFFFF;   /* Hintergrundfarbe */
	border:1px solid #918F90;    /* Rahmenfarbe */
	padding:10px                 /* Innerer Abstand zum Rahmen */
}             

 /* Darstellung Bild */
.fs_image {
	float:left;   /* Bild links umflossen */
	width:200px;  /* Bereichsbreite für Bild */
	margin:0 5px 0 0   /* innere Abstände */
}

/* Darstellung Inhalt */
.fs_content {
	float:left;  /* Text links umflossen */
	width:350px      /* Bereichsbreite für Text */
}

/* Darstellung Link */
.fs_link {clear:both;width:100%;text-align:right; color:#918F90;text-decoration:none;padding-top:10px}

/* Darstellung zurück */
.fs_zurueck {width:100%;text-align:center;margin-top:25px}

/* Darstellung zurücklink */
.fs_linkzurueck {color:#C98E7E;text-decoration:non