/* popup */
body{
	height: 100%;
}

#gallery_back{
	position: absolute;
	top: 0px;
	left: 0px; 
	width: 100%;
	height: 100%;
	filter:alpha(opacity=80);
	opacity: 0.8;
	background: black;
	z-index: 1000;	
}

#gallery_img_container{
	position: absolute;
	top: 50px;
	left: 50%;
	width: 700px;
	margin-left: -355px;
	background: white;	
	z-index: 1001;	
	padding: 5px;
	min-height: 200px;
}

#gallery_full_image{
	margin-bottom: 10px;	
	cursor: pointer;
	display: none;
}

#gallery_loader_box{
	text-align: center;
	width: 100%;	
	margin-top: 70px;
}

/*content 1*/
#galerie_container{
	margin-top: 20px;	
}

.event_item_left, .event_item_right{
	float:left;
	width: 530px;
	background:#F1EEEA;
	border: 1px solid #38843F;
	margin-right: 10px;
	margin-bottom: 10px;
}

.event_item_right{
	margin-right: 0px;
}

.event_item_left img, .event_item_right img{
	float:left;	
	margin: 5px;
	width: 110px;
	border: none;
}

.event_item_left .text, .event_item_right .text{
	float:left;	
	margin-top: 5px;
	width: 400px;
	margin-bottom: 5px;
	margin-left: 5px;
	display: inline;
}

.event_item_left .name, .event_item_right .name{
	color: #38843F;	
	margin-bottom: 2px;
}

.event_item_left .erstellt, .event_item_right .erstellt{
	color: #666;	
	font-size: 10px;
	margin-top: 10px;
}

/*content 2*/
#bilder_container{
	background:#F1EEEA;
	padding: 6px;
	padding-bottom: 0px;
	float:left;
}

#bilder_container #top{
	border-bottom: 1px solid #38843F;
	padding-bottom: 2px;
	height: 13px;
}

#bilder_container #top a{
	text-decoration: none;
	color: #38843F;
}

#bilder_container #top a:hover{
	text-decoration: underline;
}

#bilder_container #top #erstellt{
	float:right;
}

#bilder_container #top #zurueck{
	float:right;
	margin-right: 135px;
}

#bilder_container #top #titel{
	float:left;
}

#bilder_container #content{
	margin-top: 10px;	
}

.galerie_img_left, .galerie_img{
	width: 124px;
	float:left;
	margin-bottom: 10px;
	cursor: pointer;
	filter:alpha(opacity=90);
	opacity: 0.9;
	display:block;
}

.galerie_img_left:hover, .galerie_img:hover{
	filter:alpha(opacity=100);
	opacity: 1;
}

.galerie_img{
	margin-left: 10px;	
}
/*text*/
h2.aktuelles{
	color: #38843F;	
}
