
/* ------------------------------------------- */
/* Allgemeine, serverweite Angaben             */
/* ------------------------------------------- */

body,td {
	font-family:Arial,Helvetica,sans-serif;
	font-size:10pt;
}

body.wb {
	margin-top:10px;
	margin-left:10px;
}

a:link {
	color:#003399;
	text-decoration:underline;
}

a:active {
	color:#003399;
	text-decoration:underline;
}

a:visited {
	color:#003399;
	text-decoration:underline;
}

a:hover {
	color:#FF0000;
	text-decoration:underline;
}

/* ------------------------------------------- */
/* Ueberschriften                              */
/* ------------------------------------------- */

h1 {
	font-family:Arial,Helvetica,sans-serif;
	font-size:14pt;
	color:#FE5A02;
}

h2 {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12pt;
	font-weight:bold;
	color:#FE5A02;

}

h3 {
	font-family:Arial,Helvetica,sans-serif;
	font-size:11pt;
	color:#FE5A02;
}



/* ------------------------------------------- */
/* Seite 1 - Startseite                        */
/* ------------------------------------------- */

.seite1rubrik {
	font-family:Arial,Helvetica,sans-serif;
	font-size:10pt;
	font-weight:bold;
	color:#FF9900;	
}

.seite1link {
	font-family:Arial,Helvetica,sans-serif;
	font-size:10pt;
	font-weight:bold;
	color:#6699CC;	
}

/* --------------------------------------------- */
/* 'TopEvent' - Auflistung d. Top-Veranstaltung  */
/* --------------------------------------------- */

/* Tabelle allgemein */
.topevent_table {
}

/* Text allgemein */
/* z.Zt. nicht verwendet */
.topevent {
	font-family:Arial,Helvetica,sans-serif;
	font-size:10pt;
	color:#000000;
}

/* Thumbnail */                     
.topevent_thumb {
        // margin-right:10px;
}

/* Wert: Datum */
.topevent_date {
	font-weight:italic;
	font-size:8pt;
}

/* Wert: Zeit */
.topevent_time {
	font-weight:italic;
	font-size:8pt;
}

/* Wert: Ueberschrift / Headline */
.topevent_headline {
	font-weight:bold;
}

/* Wert: Inhalt / Notizen */
.topevent_content {
	font-size:10pt;
}

/* Wert: Veranstaltungsort */
.topevent_location {
	font-weight:italic;
	font-size:8pt;
}

/* Wert: Info / URL - Link */
.topevent_linkurl {
	color:#0000FF;
	text-decoration:none;
}

/* Wert: Email - Link */
.topevent_linkurl {
	color:#0000FF;
	text-decoration:none;
}
