

.eventindex {
	clear:both;
	border-bottom: 1px solid rgb( 172, 172, 172 );
    padding-top: 5px;
	padding-bottom: 10px;
	overflow:auto;
}

.eventwelcome {
	font-weight:bold;
	font-size:14px;
	color:#333333;
	padding-top:10px;
	padding-bottom:15px;
	border-bottom: 1px solid rgb( 172, 172, 172 );
}

.eventindex .title {
	font-size:1em;
	font-weight:bold;
	background-image: url(/Content.Node/images/arrow.gif);
	background-repeat: no-repeat;
	margin: 0 !important;
	margin-top: 5px !important;
	margin-bottom: 5px !important;
	padding-left: 20px !important;
}

.eventindex .text {
	float:left;
	width:70%;
}
.eventindex .image {
	float:left;
	width:30%px;
	text-align:right;
}

.allgemeinerText {margin-top:15px;}
.headlinespace {margin-bottom:5px;}
.eventinnerdiv {margin-left:12px; width:590px;float:left;min-height:344px;}

.galleryimages {clear:both;}
.galleryimages .bild {float:left;width:84px;height:84px;border:1px solid #e0e0e0;padding:0px;margin:0px 10px 10px 0px; background-color:#f5f5f5;}
.galleryimages .bild:hover {background-color:#fbc5a0;}


/* IE 7 Fix */
*:first-child+html {width:796px;}

/* IE 6 Fix */
* html {width:796px;}
* html .eventindex {overflow-y:visible;min-height:200px;}

