/****************************************************************************************************/
/***																								*/ 	
/***				INFOBOX																			*/
/***																								*/
/****************************************************************************************************/
/* Infoboxcontainer /ok*/
.infobox {
	font-size: 11px;
	width:170px;
	overflow:hidden;
	background:#fff;
	margin:0 0 10px 0;	
}
/* Infoboxüberschrift  /ok*/
.infoboxueber {
	padding:4px;
	background:#0066cc;
	margin:0;
	color:#fff;
	font-weight:bold;
}

/* Bild  /ok*/
.infoboxbild {
   text-align: center;
   padding:0;
   margin:0 auto;
   border: 1px solid #b7d8f9;
   /*border-top:none;*/
}
/* Text /ok*/
.infoboxcontent {
   padding: 4px;
   border: 1px solid #b7d8f9;
   margin-top: 1px;
   color:#0066cc;
}
/* Link im Text*/
.infoboxcontent a:link, .infoboxcontent a:visited {
	color: #0066cc;
	text-decoration:underline;
}
.infoboxcontent a:hover, .infoboxcontent a:active {
	color: #000;
	text-decoration:underline;
}
/* mehr link */
a.infoboxlink:link, a.infoboxlink:visited{
	color: #0066cc;
	font-weight:bold;
	text-decoration:none;
}
a.infoboxlink:hover, a.infoboxlink:active{
	color: #0642a4;
	font-weight:bold;
	text-decoration:none;
}

a.infoboxlink img {border:none;}


.infobox ul{
	
}
.infobox ul li{
    list-style-image: url(../../images/anstr_infobox.gif);
	margin:0 0 0 15px; 
	padding-left:0px;
	line-height:11px;
}
/****************************************************************************************************/
/* 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:170px;
	overflow:hidden;
	margin:0 0 10px 0;	
}
/* Newsboxüberschrift  */
.newsboxueber {
	padding:6px 8px;
	background:#bdbdbd;
	margin:0;
	text-align:center;
}
.newsboxueber h5{
	color:#fff;
	margin:0;
	padding:0;
}
/* Bild  /ok*/
.newsboxbild {
   text-align: center;
   padding:0;
   margin:0 auto;
}
/* Text /ok*/
.newsboxcontent {
	padding:5px 8px;
	margin:0;

}
/* Link im Text*/
.newsboxcontent a:link, .newsboxcontent a:visited {
	text-decoration: underline;
	color: #0066cc;
	font-weight:bold;
}
.newsboxcontent a:hover, .newsboxcontent a:active {
	text-decoration: underline;
	color: #0642a4;
	font-weight:bold;
}

/* mehr link */
a.newsboxlink:link, a.newsboxlink:visited{
	text-decoration: underline;
	color: #0066cc;
}
a.newsboxlink:hover, a.newsboxlink:active{
	text-decoration: underline;
	color: #0642a4;
}
/* Newsboxdatum  */
.newsboxdatum {
   font-weight: bold; 
}

.newsbox2container{
	float: left; 
	width: 260px; 
	height:140px; 
	border: 1px solid #b7d8f9; 
	padding:5px 2px 2px;
	overflow:hidden;
	color:#0053c5;
	font-size:11px;
}
