body{
	font-size:11px; 
	color:#808080;
	font-family:verdana,Helvetica,Arial;
   /* background:#F5F1E6;   Hintergrundfarbe der gesamten Seite */
}


/* Textbreiten bei mit/ohne Grafik und Detaillink wenn breiter als wie 270px gewünscht ist*/
.ev_text_link_grafik{width:400px ! important;} /*mit Grafik und Detaillink, voreingestellt 270px*/
.ev_text_link{width:500px ! important;}/* nur mit Detaillink, voreingestellt 370px*/
.ev_text_grafik{width:500px;}/* nur mit Detaillink, voreingestellt 380px*/
.ev_text{width:600px;}/* nur Text, voreingestellt width: auto*/



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

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

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

/* Anzeige der Termine (Kästen) */
.bg_terminanzeige{
	background:#fffde7; /* Hintergrundfarbe */
	border:1px solid #3A53B1; /* 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 #E5E2D8; /* Rahmen */
	background:#3A53B1;  /* Hintergrundfarbe */
	
	padding-top:3px; /* Innere Abstände Schrift-Rand */
	text-align:center; /* Schrift zentriert */
	float:left; /* links neben dem Seitennummern */
}

.eintragen{
	color:#fff;  /* 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 #3A53B1; /* gesamter Rahmen */
	background:#F5F1E6;      /* gesamter Hintergrund */
	padding:5px;             /* innerer Abstand Inhalt - Rahmen */
	margin-bottom:10px;	     /* äußerer Abstand zur Umgebung */
	color:#808080;			 /* Schriftfarbe der Beschriftungen */
}     

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

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

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

.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:#F5F1E6;border:1px solid #3A53B1;padding:0;}

.suche_ort select{height:20px}

.suche_kategorie select{height:20px}

.suche_datum_von input{width:60px;margin:0 3px 0 5px}

.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:#3A53B1;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 #3A53B1; /* Kästchenrahmen */
	text-align:center;     /* Ausrichtung der Zahlen */
	margin:0 3px 10px 0; /* äußerer Abstand zur Umgebung */
	background:#F5F1E6; /* Hintergrundfarbe */
}

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

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

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

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

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

/* Folgeseite */
/* gesamter Container */
.fs_termincontainer {
	width:723px;      /* Gesamtbreite */
	background-color:#fffde7;   /* Hintergrundfarbe */
	border:1px solid #3A53B1;    /* 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:#3A53B1;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:#3A53B1;text-decoration:none;}
