
/*----------------News Kurzinfo-------------------------*/
.clearer {
  display: none;
  }
.news-latest-date {
  padding-left:10px;
  font-size: 11px;
  font-weight: normal;
}

.news-list-morelink {
  padding-top:10px;
  padding-bottom:10px;
  font-weight: bold;
 }

.news-latest-item h3 {
  padding-left:10px;
  border-style:none;
  font-size: 11px;
  font-weight: bold;
  }

.news-latest-item a { 
   color:#000000; 
   text-decoration: none; 
   font-size: 11px;
   font-weight: normal; 
   }

.news-latest-item a:hover { 
   text-decoration: underline; 
   }
   
.news-latest-container {    
  background: transparent url(../images/bg_grey.jpg);
  border:0px solid #FF6600;
  width: 200px;
  }

.news-latest-container h2 {
  color:black;
  font-weight:bold;
  border-style:none none solid none;
  border-width:1px;
  border-color:#FF6600;
  background: transparent url(../images/bg_grey.jpg);
  width: 200px;
  }
  
.news-latest-item { 
  border-style:none none solid none;
  border-width:0px;
  border-color:#FF6600;
  margin:3px;
  background: transparent url(../images/bg_grey.jpg);
  width: 200px;
  }
  
div.news-latest-gotoarchive {
  background: transparent url(../images/bg_grey.jpg);
  border-style:none none solid none;
  border-width:1px;
  border-color:#10327C;
  color: #000000;
  margin:3px;
  padding:3px;
  width: 200px;
  }
  
.news-latest-gotoarchive a {
   color: #000000; 
   text-decoration: none; 
   font-size: 11px;
   font-weight: normal; 
   } 
   
.news-latest-gotoarchive a:hover {   
   color: #000000;
   text-decoration: underline; 
   } 
   
.news-latest-gotoarchive a:visited {   
    
   color: #000000; 
   }    
.news-latest-gotoarchive a:link {   
   
   color: #000000; 
   }    
      

/*---------------News Detailseite-----------------------*/
 
.news-single-item {
 background: transparent url(../images/bg_grey.jpg);
 border-style:none none none none;
}
.news-single-item h2 {
	display:none;
}
.news-single-timedata {
	padding-top:5px;
}
.news-single-item .bodytext {
	margin-right:5px;
}
.news-single-author {
	display:none;
}
.news-single-item hr.clearer {
	display:none;
}
.news-single-backlink {
	padding-top:10px;
	padding-bottom:10px;
	font-weight: bold;
}
/*---------------News Archiv----------------------------*/
 
.news-list-container {
 width:630px;
}
.news-list-item {
	 background: transparent url(../images/bg_grey.jpg);
         border-style:none none none none;
}
.news-list-date {
	color:rgb(0,0,0);
	background: transparent;
}
.news-list-item h3 {
	background: transparent url(../images/bg_grey.jpg);
}
.news-list-item a {
	color:rgb(0,0,0);
}
.news-list-container .news-list-item h3 a {
	color:rgb(0,0,0);
}
.news-list-container {
	background: transparent url(../images/bg_grey.jpg);
	border-style:none none solid none;
        border-width:0px;
        border-color:#000000;
        background-color:#FFFFFF; 
}

.news-list-container h3 {
       border-bottom:1px solid #FF6600;
       margin-bottom:5px;
       margin-top:5px;
       margin-right:10px;
       padding:3px;
       font-size: 11px;
       font-weight: bold;
}

.news-list-container h3 a{
       font-size: 11px;
       font-weight: bold;
}
.news-list-category {
	display:none;
}

