@charset "utf-8";
/* CSS Document */



.news-zum-thema {
  margin: 0 auto;
  width:750px;
  padding: 0;
  font-family:Verdana, Geneva, sans-serif;
  font-size:12px;
  color:#000;
}

.news-zum-thema a{
text-decoration:none;
}

.news-zum-thema h1{
  font-size:18px;
  color:#000;	
  margin:5px 0 3px;
}

.news-zum-thema h1 small{
  font-size:12px;
}

.news-zum-thema h1 a{
color:#3891cf;
}


.news-zum-thema li {
  float:left;
  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
  width:50%;	
  list-style:none;
  margin: 0 0 10px;
  padding:5px;
}


.news-zum-thema li:first-child {
  border-right: 2px dotted #000;
}

.news-zum-thema li:hover{
background:url(/startseite_neu/news_hover.png) repeat;	
}

.news-zum-thema li img {
  float:left;
  margin-right:15px;
  
}
/*
.news-zum-thema li a.info_pic img {
  width:100%;
}
*/
.news-zum-thema h2
{
font-family:Arial, Helvetica, Tahoma;
font-size:16px;
color:#3891cf;
margin:4px 0 0;
}

.news-zum-thema p.date{
margin:0 0 5px;
padding:0;
font-size:10px;
  color:#FF0000;

}

.news-zum-thema p.teaser{
margin:0 0 5px;
padding:0;
text-decoration:none;
  color:#000;

}

.more-link {
  color: #333;
  font-weight: bold;
  white-space: nowrap;
}


@font-face { /* for IE */
	font-family:'RaphaelIcons';
    src:url('raphaelicons-webfont.eot');
    font-weight: normal;
    font-style: normal;
}


@font-face { /* for non-IE */
	font-family:'RaphaelIcons';
    src:url(http://:/) format("No-IE-404"), url('raphaelicons-webfont.woff') format('woff'), url('raphaelicons-webfont.ttf') format('truetype'), url('raphaelicons-webfont.svg#webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icon {
	text-transform:none !important;
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    font-family: 'RaphaelIcons';
    font-size: 1.1em;
    position: relative;
    top: 0.15em;
}

hr.full {
	width:750px;
	margin:0 auto;
}