/* (c) Copyright 2014 dredesign.de, Samuel Drechsel */
/* www.dredesign.de */ 
/* Fulda, 16.06.2014 */ 


/* -- Allgemeines --- */

.blaetterfunktion {
	margin-top:10px;
	clear:right;
	padding:0 0 0 0 ;
}

.meldung_rot {
	border-top:4px solid red;
	padding:10px 10px 10px 10px;
	background-color:#ffe5e5; /*hellrot*/
	margin-top:15px;
	color:#000000;
}
 
.meldung_gruen {
	border-top:4px solid green;
	padding:10px 10px 10px 10px;
	background-color:#e5efe5; /*hellgr�n*/
	margin-top:15px;
	color:#000000;
} 

.meldung_orange {
	border-top:4px solid orange;
	padding:10px 10px 10px 10px;
	background-color:#ffe8bf; /*hellorange*/
	margin-top:15px;
	color:#000000;
} 

.meldung_gelb {
	border-top:4px solid yellow;
	padding:10px 10px 10px 10px;
	background-color:#ffffd9; /*hellgelb*/
	margin-top:15px;
	color:#000000;
} 

/* --- ToolTips --- */


#tooltip {
	position:absolute;
	z-index:99999;
	color:white;
	font-size:12px;
	line-height:20px;
	font-weight:normal;
	background-color:black;
	width:25%;
}

#tooltip .tipHeader {
	height:8px;
	background:url("../img/tipHeader.png") no-repeat;
}

#tooltip .tipBody {
	background:url("../img/tipBody.png");
	padding:0px 10px 0px 10px;
}

#tooltip .tipFooter {
	height:8px;
	background:url("../img/tipFooter.png") no-repeat;
}





/* --- Suche --- */

.suche_treffer_markierung {
	background-color:#FFFF99;
}




/* --- Ansprechpartner --- */

.termine_box_blaetterfunktion {
	margin:10px 0 0 0;
	color:#888888;
}





/* --- Bildergalerie --- */

#bilder_box1 {
	display:table;
	padding:0;
	margin-top:15px;
	color:#888888;
}


#bilder_box2 {
	background-color:#cff4ee;
	display:table;
	padding:20px 0 0 0;
	margin-top:0px;
}

#bilder_box2 img {
	margin:0;
	padding:0 5px 20px 20px;
}









.bilder_kategorie {
	background-color:#cff4ee; 
	display:table; 
	width:590px; 
	margin:0 0 20px 0;
	padding:0 0 0 0;
}

.bilder_kategorie_beschriftung {
	margin-top:10px;
}

.bilder_kategorie_beschriftung span {
	font-size:12px;
	color:#999999;
}

.bilder_kategorie img {
	float:left; 
	margin:0 15px 0 0;
}



/* --- Online-Bewerbung --- */

#bewerbung_formular_schritte{
	background-color:#004270;
	padding:10px;
	margin:0 0 25px 0;
}



/* --- Aktuelles --- */

.aktuelles_metadaten {
	padding:3px;
	margin:3px 0 10px 0;
	font-size:14px;
	text-align:right;
	clear:right;
	width:300px;
	float:right;
}

.aktuelles_bild {
	float:right;
	margin:0 0 10px 10px;
}

#overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.90);
	z-index: 9999999;
	cursor: pointer;
}
  
#overlaytext{
	position: absolute;
	text-align:center;
	top: 50%;
	left: 50%;
	color: white;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	z-index: 9999999;
}