/*
* uebersicht
*/
#center_content {
    position: relative;
    background: none;
    border-top: solid 3px #999999;
    padding: 0px;
    background: url(../../../images/dots.gif) top left;
    width: 100%;
    padding-top: 20px;
}
.list {
    border-bottom: none;
    background: #fff;
    width:100%;
}
.list div {
    width: 100%;
    background: url(../../../images/doubleline_dots.gif) repeat-x bottom left !important;
    border-bottom: none;
}
.list h2 {
	margin: 15px 0px 15px 0px;
	height: 20px;
}
.list h2 img {
	border: none;
}
.list h4 {
    font-weight: normal;
    margin-bottom: 5px;
    font-size: 11px;
}
.list P {
    height: 15px;
}
.list a {
    font-size: 11px;
    font-weight: normal;
    color: #E20074;
/*    background: url(../../../images/icons/arrow_diag.gif) no-repeat bottom left;*/
    padding-left: 10px;
}
.list a:hover {
    color: #E20074;
/*	background: url(../../../images/icons/arrow_horiz.gif) no-repeat bottom left;*/
}
.list img {
    vertical-align: bottom;
}
.list div ul {
	clear: both;
	width: 580px;
}
.list div ul li {
	width: 280px;
	margin-right: 10px;
	padding-top: 10px;
	float: left;
}
