/* latest news (home page) */
#addon_News_latest {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#addon_News_latest h4 {
	margin-bottom: 0px;
}	

#addon_News_latest ul {
	width: 630px;
}

#addon_News_latest li {
	background: url(/mediathek/defaultImages/ruler_arrow_short.gif) no-repeat 0px bottom;
	background-color: #f2f7fb;
	margin-bottom: 20px;
 	padding: 5px 20px 5px 20px !important; 
 	padding: 22px 20px 10px 20px;
	position: relative;
	left: -18px;
	top: -2px;
	border: 1px solid #a5cee2;
}

#addon_News_latest h3 a {
	color: #d83b0c;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	display: block;
	padding-bottom: 5px;
}

#addon_News_latest ul li a {
	color: #231a12;
	text-decoration: none;
}

#addon_News_latest ul li a:hover {
	text-decoration: none;
}

#addon_News_latest ul li a:hover .moreSpan {
	text-decoration: underline;
}

#addon_News_latest p {
/* 	float: left; */
	clear: both;
	display: block;
	color: #231a12;
	padding-bottom: 10px;
}

.addon_News_latest_date {
	display: block;
	color: #231a12;
	padding-bottom: 5px;
	margin: 4px 0 0 0;
}

#addon_News_latest .teaserimg {
	display: block;
	float: left;
	margin: 5px 10px 15px 0px;
}

#addon_News_latest .more {
	color: #64add1;
}

#addon_News_latest ul li a:hover .moreArrow {
	text-decoration: none;
}

#addon_News_latest .moreArrow {
	position: relative;
	top: -4px;
	margin-left: 2px;
}

/* news list (archive) */
#addon_News_list {
	list-style-type: none;
}

#addon_News_list li {
	background: url(/mediathek/defaultImages/ruler_arrow_short.gif) no-repeat 0px bottom;
	background-color: #f2f7fb;
	margin-bottom: 20px;
 	padding: 5px 20px 5px 20px !important; 
 	padding: 22px 20px 10px 20px;
	position: relative;
	left: -18px;
	top: -2px;
	border: 1px solid #a5cee2;
}

#addon_News_list a {
	text-decoration: none;
}

#addon_News_list a:hover {
	text-decoration: underline;
}

#addon_News_list .teaserimg {
	display: block;
	float: left;
	margin: 5px 10px 15px 0px;
}

#addon_News_list h3 a {
	color: #d83b0c;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	display: block;
	padding-bottom: 5px;
}

#addon_News_list h3 a {
	color: #231a12;
	font-weight: bold;
}

#addon_News_list p {
	/* 	float: left; */
	clear: both;
	display: block;
	color: #231a12;
	padding-bottom: 10px;
}

#addon_News_list p a {
	color: #231a12;
}

#addon_News_list p a:hover {
	text-decoration: none;
}


#addon_News_list h3 {
	padding: 5px 0px 5px 0px;
	font-size: 14px;
	width: 400px;
}

#addon_News_list a .addon_News_more {
	color: #2745AB;
}

#addon_News_list img {
	float: left;
}

#addon_News_list .more {
	color: #64add1;
}

#addon_News_list ul li a:hover {
	text-decoration: none;
}

#addon_News_list a.more:hover .moreSpan {
	text-decoration: underline;
}

#addon_News_list ul li a:hover .moreArrow {
	text-decoration: none;
}

#addon_News_list .moreArrow {
	position: relative;
	top: -4px;
	margin-left: 2px;
}

#teaserPic {
/* 	float: right; */
}

#newsDiv {
/* 	padding-top: 30px; */
}

#newsDiv h1 {
	margin-bottom: 5px;
}

#newsDiv .back {
	display: block;
	font-weight: bold;
	text-decoration: underline;
	padding-top: 15px;
	color: #64add1;
}

#newsDiv .newsEntry_content {
	position: relative;
	left: -10px;
	width: 585px;
	background-color: #f2f7fb;
	border: 1px solid #a5cee2;
	padding: 10px 35px 10px 10px;
}

#newsDiv .newsEntry_content ul {
  list-style-type: square;
}

#newsDiv .newsEntry_content li {
  margin-left: 15px;
}

#newsDiv .newsEntry_date {
	display: block;
	padding-bottom: 10px;
}