/****************************************************************************************************/
/***																								*/ 	
/***				INFOBOX																			*/
/***																								*/
/****************************************************************************************************/
/* Infoboxcontainer /ok*/
.infobox {
	width: 180px;
	overflow: hidden;
	margin: 0 10px 0 10px;
	background-color: #FFFFFF;
}
/* Infoboxüberschrift  /ok*/
.infoboxueber {
	font-size: 0.75em; font-weight: bold;
	padding:5px;
	text-transform: uppercase;
}
/* Bild  /ok*/
.infoboxbild {
   text-align: center;
}
/* Text /ok*/
.infoboxcontent {
	font-size: 0.7em; 
	font-weight: normal;
	padding:5px;

}
/* Link im Text*/
.infoboxcontent a {
	text-decoration: underline;
	color: #6E357C;
}
/* mehr link */
.infoboxlink {
	text-decoration: underline;
	color: #6E357C;
}



/****************************************************************************************************/
/* Infoboxen auf der Indexseite */

/* Infoboxüberschrift  /ok*/
.infoboxueber_index {
	font-size: 1em; font-weight: bold;
	padding: 5px;
}
/* Bild  /ok*/
.infoboxbild_index {
   text-align: center;
}
/* Text /ok*/
.infoboxcontent_index {
	font-size: 0.9em; 
	font-weight: normal;
	padding: 5px;
	color: black;
}
/* Link */
.infoboxcontent_index a {
	text-decoration: underline;
	color: #E5571D;
}

/****************************************************************************************************/
/* Newsbox 																							*/
/*                                                                                                  */
/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/

/* Newsboxcontainer  */
.newsbox {
	width: 180px;
	overflow: hidden;
	margin: 0 10px 0 10px;
	background-color: #FFFFFF;
}
/* Newsboxüberschrift  */
.newsueber {
	font-size: 0.8em; font-weight: bold;
	padding:5px;
	text-transform: uppercase;
}
/* Bild  /ok*/
.newsboxbild {
   text-align: center;
}
/* Text /ok*/
.newsboxcontent {
	font-size: 0.7em; 
	font-weight: normal;
	padding:5px;

}
/* Link */
.newsboxcontent a {
	text-decoration: underline;
}

/*--------------------------------------------------------------------------------------------------*/
/* Newsboxdatum  */
.newsboxdatum {
   font-size: 0.75em; 
   color: gray; 
   text-decoration: none;
}

/* mehr link */
.newsboxlink {
	text-decoration: underline;
	color: #6E357C;
}
