

#PE_home .PE_news {
    padding: 10px 30px 10px 10px;
    width: 600px;
    height: auto;
    background: transparent url('../../images/IS/home/home-news-bg.png') repeat-y top left;
    position: relative;
}

#PE_home .PE_news_top {
    background: transparent url('../../images/IS/home/home-news-bg-top.png') no-repeat top left;
    width: 626px;
    height: 19px;
    position: relative;
}

#PE_home .PE_news_bottom {
    background: transparent url('../../images/IS/home/home-news-bg-bottom.png') no-repeat top left;
    width: 626px;
    height: 21px;
    position: relative;
    margin-bottom: 20px;
}

#PE_home .PE_news dl {
    clear: both;
    font-size: 11px;
    line-height: 12px;
    padding-left: 60px;
}

#PE_home .PE_news dl dd img {
    float: right;
    height: 55px;
    margin-top: -10px;
    margin-left: 10px;
    /* Solange Bilder skaliert werden */
    display: none;
}

#PE_home .PE_news dl dt {
    padding-top: 6px;
}

#PE_home .PE_news dl dd {
    width: 520px;
    color: #eee;
    padding-bottom: 6px;
}

#PE_home .PE_news dl dd a {
    color: #eee;
    text-decoration: none;
}

#PE_home .PE_news dl dt, #PE_home .PE_news dl dt a {
    color: #6ecb19;
    text-decoration: none;
}

div#PE_homeNews {
    text-align: left;
    margin: 0;
    margin-top: 40px;
    padding-left: 120px;
    background: url(../../images/BG_homeNews.png) left 4px no-repeat;
}

div#PE_homeNews dl {
    clear: left;
		color: #666;
    border-top: 1px dashed #666;
    padding-top: 8px;
    margin: 0 0 8px 0;
}

div#PE_homeNews dl:first-child {
    border: none;
		padding-top: 0;
}

div#PE_homeNews dl dt {
    width: 90px;
    float: left;
		font-weight: bold;
}
div#PE_homeNews dl dd {
	margin-left: 90px;
}

div#PE_homeNews dl dd p {
    margin: 0;
}

div#PE_homeNews dl dd a {
    color: #666;
    text-decoration: none;
}

div#PE_homeNews ul {
    list-style: none;
    margin: 0;
    margin-bottom: 12px;
}

div#PE_homeNews ul li {
    border-top: 1px dashed #1b1b1b;
    padding-top: 8px;
    margin-bottom: 8px;
}

div#PE_homeNews ul li:first-child {
    border: none;
}

div#PE_homeNews ul li p {
    margin: 0;
}

div#PE_homeNews ul li a {
    color: #1b1b1b;
    text-decoration: none;
}

