.boxContent {
 clear:both;
}

/* ----- news (single) ----- */

.boxNews {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.boxHeadlineNews {
  padding:0px;
  margin:0px;
  width:100%;
}

.boxHeadlineNews h2 {
 font-size: 16px;
 width:100%;
 margin:0px;
 font-weight:bold;
	float: left;
}

.boxHeadlineNewsRight {
	font-size: 12px;
 margin-bottom:10px;
 margin-top:0px;
}

.newsImg {
	float: right;
	margin: 0 0 15px 15px;
 border:3px solid #282ba4;
}

.boxNews .boxContent {
	padding-bottom: 20px;
}

.boxNewsFoot {
	clear: both;
}

.boxNewsFootLeft, .boxNewsFootLeft2 {
	float: left;
}

.boxNewsFootRight {
	text-align: right;
}

.boxNewsFootRight a, .boxNewsFootRight2 a, .boxNewsFootLeft2 a {
	color: #3f3f3f !important;
}

.boxNewsFootRight2 {
	text-align: right;
}

/* ----- archive ----- */

.boxArchive {
	background-image: url(../images/boxes/mainBgBoxBottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.boxHeadlineArchive {
	height: 23px;
	background-image: url(../images/boxes/mainBgBoxTop.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.boxHeadlineArchive h2 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	height: 9px;
	padding: 6px 5px 6px 6px;
}

.boxArchive table {
	width: 100%;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding-bottom: 10px;
	padding-top: 5px;
}

.boxArchive thead {
	background-image: url(../images/boxes/tableTheadBg.gif);
	background-repeat: repeat-x;
	height: 22px;
}

.boxArchive th {
	text-align: left;
}

.boxArchive td {
	height: 21px;
	background: url(../images/boxes/tableTdBgLight.gif);
	background-repeat: repeat-x;
}

.boxArchive_DarkBG {
	background: url(../images/boxes/tableTdBgDark.gif) !important;
	background-repeat: repeat-x;
}
