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

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

/* Überschriften */
 h2 {
	margin:0 0 5px 0;padding:0;
	font-size:11px;  /* Schriftgröße */
    color:#285A34;   /* 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:#FBF5E3; /* Hintergrundfarbe */
    border:1px  solid #F1DFA3; /* 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:#FBF5E3;  /* Hintergrundfarbe */
  padding-top:3px; /* Innere Abstände Schrift-Rand */
  text-align:center; /* Schrift zentriert */
  float:left; /* links neben dem Seitennummern */
}

.eintragen{
  color:#285A34;  /* 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 */
}

/* Zum Ändern der Suche */  /* Nur ändern wenn es unbedingt sein muß, weil etwas kompliziert */
.suche{
border:1px solid #285A34; /* gesamter Rahmen */
background:#F3EBAB;      /* gesamter Hintergrund */
padding:5px;             /* innerer Abstand Inhalt - Rahmen */
margin-bottom:10px;}     /* äußerer Abstand zur Umgebung */

/* Text Veranstaltung suchen: */
.suche{background:#F3EBAB;width:555px;padding:5px;margin-bottom:0px; }

.suche_headline{color:#285A34 ! important}

.suche_ort {color:#285A34;float:left;width:100px}

.suche_kategorie {color:#285A34;float:left;width:150px}

.suche_datum {color:#285A34;float:left;width:140px;}

.suche_schluesselwoerter{color:#285A34;float:left;width:100px;}

.suche_ok{color:#285A34;float:right;width:30px}

.suche_kategorie {color:#285A34;float:left;width:150px}

.suche_schluesselwoerter_input{color:#285A34;width:100px;height:18px;}

.suche_tickets{color:#285A34;float:left;margin:0px 10px;width:40px;}

input, select{
  height:5px;font-size:10px;background-color:#F3EBAB;border:1px solid #285A34;padding:0;
}

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

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

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


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

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

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

/* Folgeseite */

/* gesamter Container */
.fs_termincontainer {
width:565px;      /* Gesamtbreite */
background-color:#F3EBAB;   /* Hintergrundfarbe */
border:1px solid #285A34;    /* 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:#285A34;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:#285A34;text-decoration:none ;
}

/*.grafik_text{float:left;width:460px;padding:3px;}  */
/*.trenner {border-bottom:1px dotted #F1DFA3} */


.normalgrüngroßfett  {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12pt;
	color: #285A34;
	font-weight: bold;

}
