/* CSS Document */

/* Definition des Bereichs Veranstalung unter #main .s2 */
#tab_veranstaltung table {
width:100%;
height:auto;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
color:#666666;
border:none;
margin-top:10px;
margin-bottom:20px;
border-collapse:collapse;
}
#tab_veranstaltung .links_veranstaltung {
width:140px;
margin-left:20;
}				
#tab_veranstaltung .rechts_veranstaltung {
width:258px;
text-align:left;
padding-left:5px;
}				
#tab_veranstaltung tr {
height:18px;
}
#tab_veranstaltung td {
padding:4px;
vertical-align:top;
text-align:left;
}			
#tab_veranstaltung h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
text-decoration:none;
color:#7c7c00;
margin:5px 0 15px 0;
}
#tab_veranstaltung a {
color:#666666;
text-decoration:none;
}
#tab_veranstaltung a:hover {
color:#666666;
text-decoration:underline;
}
#abgesagt {
	color:#990000;
	font-size:16px;
	font-weight:bold;
	font-stretch:expanded;
	margin-left:50px;
	text-transform: uppercase;
	letter-spacing: 7px;
}

/* In event_header werden eingestellt: 
    - Bild, je nach Breite
	- span mit der Bildangabe mit class bildangabe
	NICHT ENTHALTEN SIND: H1 Überschrift und p Beschreibungstext
*/
#event_header_280 {
width:280px;
higth:auto;
float:left;
margin:0 10px 5px 0;
}


#event_header_180 {
width:180px;
higth:auto;
float:left;
margin:0 5px 5px 0;
}


