/* ========== TI-Layout ================= */
BODY { 
 /*background-color : #fcfcd3; */
 
}

HR{
	color : #F2BD79;
	color : black;	
	width: 100%;
}

/* Positionierung der gesamten Seite */
#main{
font-family:verdana,Arial, Helvetica, sans-serif;;
font-size:12px;
	position : relative;
}

/* Positionierung des Logos */
#logo{ }


/* Default-Font*/
.Text{
font-family:verdana,Arial, Helvetica, sans-serif;;
	font-size : 12px;		
	}

/* Links */
a:link {color: black; text-decoration : underline;    }
a:active{color: black;text-decoration : underline;font }
a:visited{color: black;text-decoration : underline;font}
a:hover{color: black; text-decoration : underline;font }



.text,body,table,th,td,tr,p,div,li,ul,ol,i
{
font-family:arial;
font-size:12px;
}

/* Breite der  Haupt-Tabelle */
.Haupttabelle{
	border : 0px solid;
	width : 90%;
}



.Kalenderueberschrift{
	font-size : -10px;
	font-weight : bold;
	margin-left:10;
}

.Datumsbereich{
	font-size : 12px;
	font-weight : normal;
}

.Region{
	font-size : 16px;
	font-weight : normal;
		font-weight : bolder;
		color: #FF0000;
}



.Regionbeschreibung{
	font-size : 12px;
	font-weight : normal;
	color: #FF0000;
}



/* wenn Kategorien mit eingeblendet werden*/
.Kategorie{
	font-size : 12px;
	font-weight : bolder;
	font-style : italic;
	}	


/* Basis-Einstellungen für die Liste der Veranstaltungen*/
#Veranstaltungsblock{

	font-size : 12px;
	position : relative;
	top : 0px;
 	left : -3px;
	}	
	
	
/* Veranstaltungsdaten */
.VeranstaltungsDatum{
  margin-left:-40px;
	/*font-size:8pt;*/
}	

.VeranstaltungsUhrzeit{
	font-size:12px;
	font-style: italic;
	
}	

.VeranstaltungsTitel{
margin-left:-15px;
 	left : 20px;
	font-size:13px;
	font-weight:bold;
}	


.VeranstaltungsUnterTitel{
 	left : 20px;
}	

.VeranstaltungsOrt{
 	left : 20px;
}

/*=========== Suchmaschine ==============*/

/* betrifft die Kategorien iinnerhalb der Suchmaschine*/
#Suchmaschine{
	font-size : 12px;
	font-weight : normal;
   width: 272px;
   /*height: 200px;*/
   border: 0px solid black;
	
	position : absolut;
	top : 0px;
/*	left:490px;*/
	right: auto;

}

.Suchmaschine{
	font-size : 12px;
	font-weight : normal;
/*	font-style : italic;*/
	vertical-align : middle;
   border: 0px solid black;	
}

/* Eingabefelder in der Suchmaschine */
.Form{
  /* background-color: #F2BD79;*/
}

.NeuerEintrag{
	font-size : 10px;
	text-align : center;
}

.Regionen{
	font-size : 12px;
	font-weight : normal;

}

.Kategorien{
	font-size : 12px;
	font-weight : normal;
/*	font-style : italic;*/
}


/*=== Detailseite ===*/


.DetailSeiteTableHeader{
	width : 80%;
}



.DetailSeiteTitel{
	font-size : 16px;
	font-weight : bolder;
}

.DetailSeiteUntertitel{
/*  	position : relative;
	top : 5px; */
	font-size : 12px;
	font-weight : bold;
}



#backbutton{
	
}

img.rand {border:2px outset black;} 

