.mapWrap {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: transparent url(../images/mapBg.jpg) repeat scroll 0 0;
	height: 166px;
}
.mapWrap img {
	margin-top: 5px;
}
#contentArticleWrap {
	padding-left: 10px;
	padding-top: 33px;
}
#contentArticleListWrap {
	padding-left: 10px;
	padding-top: 13px;
}
.submenu {
}
.submenu li {
	float: left; 
	background: url(../images/subMenuBorder.gif) no-repeat right bottom;	
}
.submenu li a {
	padding-bottom: 8px;
	padding-top: 8px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;	
	line-height: 31px;
}
.submenu li a:hover{
	background: url(../images/subMenuBgBorder.gif);
	text-decoration: none;
}
#submenuArticle {
	background: url(../images/subMenuBg.gif);
	width: 625px;
	height: 31px;	
	margin-top: 1px;
}
.listArticleWrap {
	border-top: 2px solid #D5D5D6;
	padding-left: 5px;
	padding-top: 13px;
}
.toArticleLink {
	color: #ED272A;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	border-bottom:2px solid #F7F7F7;
	
	line-height:30px;
	display: block;
}
.toArticleLink:hover {
	color: #000;

}
.articleDate {
	font-size: 11px;
	font-weight:bold;
	padding:2px 0 0;
}
.articleListBox {
	padding-bottom: 20px;
	min-height: 100px;
	height: auto !important;
	height: 100px;

}
.toArticleLink{

	margin:0;
	padding:0;

}
.articleText {
	color: #646668;
	display: block;
	margin-left: 110px;
}
.readWhole {
	color:#ED1C24;
	font-size:11px;
	padding-left: 10px;
}
.readWhole:hover {
	color: #000;
}
#articleTextWrap {
	padding-top: 15px;
	padding-bottom: 20px;
}
.articleListImg {
	float: left;
	margin-right: 10px;
	border-top: 4px solid #263c70;
}
.articleListImg:hover {
	border-top: 4px solid #ED1C24;
	
}
ol { 
list-style-type: decimal;
list-style-position: outside;
 }
 
ol li {
  margin-left: 20px; 
  padding-left: 5px;

}

/* ARCHIV */

.archive{
  margin-top: 1px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  width: 615px;
  background-color: #b3b3b3;
}
.archive span {
  padding-left: 5px;
}
.archive a {
  color: #fff;
}
.archive a:hover {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
.archive a.active {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
