@CHARSET "UTF-8";



/* Newsletter */
#newsletter iframe{
	margin-top: 50px;
}

/* Veranstaltungen */

#veranstaltungen h1{
	margin-bottom:0px;
}

.event {
	background: url(/images/layout/event-background.png) no-repeat;
	width: 80px;
	padding: 5px 10px;
	height: 160px;
	color: #4c4031;
	text-align: left;
	overflow:visible;
	position: relative;
	float: left;
}

.event .image_container{
	position: absolute;
	width: 120px;
	height: 173px;
	border: 4px solid #4c4031;
	overflow: hidden;
}

#content .event .image_container img{
	border:0;
	margin: 0;
}


.event .image_container a{
	display: block;
	width: 100%;
	height: 100%;	
}

.event .date {
	font-weight: bold;
	color: #fff;	
}

.event-left {
	margin: 25px 30px 0px 0px;
}

.event-left .image_container{
	right: -128px;
	top: -5px;
}

.event-right {
	margin: 25px 20px 0px 150px;
}

.event-right .image_container {
	left: -128px;
	top: -5px;
}

/* Jubyq */

#juby-q {
	font-size: 1em;	
}

#juby-q h2 {
	font-size: 1em;	
}

/* Kontakt Impressum*/
div#kontakt, div#impressum {
	line-height: 1.3em;
}

div#impressum ul{
	list-style: none;
	padding:0;
	margin: 0px 20px 10px 0;
}

.startlayer {position:absolute;width:110%;height:115%;top:-95px;left:-10%;background:#000;opacity:0.75;padding:20px;text-align:center;}



