body{
	font-size:11px; /*allgemeine Schriftgröße*/
	color:black;    /* alggemeine Schriftfarbe */
	font-family: verdana,Helvetica,Arial; /* allgemeiner Zeichenfont */
    background:#F6F6F2;  /* Hintergrundfarbe der gesamten Seite */
}

/* Gesamtbreite der Ausgabe */
.termincontainer{width:565px;margin:10px 0 0 10px}


/* Überschriften */
 h2 {
	margin:0 0 5px 0;padding:0;
	font-size:11px;  /* Schriftgröße */
    color:#FF7300;   /* 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:#FCF7DA; /* 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:20px; /* Höhe des Buttons */
	border:1px solid #6078A4; /* Rahmen */
	background:#FF7300;  /* Hintergrundfarbe */
	padding-top:5px; /* 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 */
}


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

/* Text Veranstaltung suchen: */
.suche_headline{color:#000 ! important}  /* Schriftfarbe */

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

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

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

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

.suche_schluesselwoerter_input{width:100px;height:18px;}

.suche_ok{float:right;width:30px;padding:0 10px 0 0}

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


/* Gestaltung der Blätterfunktion */
.blaettern{
float:right; /* so lassen */
width:15px;   /* Kästchengröße */
border:1px solid #6078A4; /* 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:#FF7300;         /* Schriftfarbe */
	font-weight:bold;      /* Schriftart */
}

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

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




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

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


/* Folgeseite */

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

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

