/* CSS Document */
/* news css */
div#newscontainer {
	width:100%;
	margin:0px;
	padding:0px;
}
#center_col div.news {
	width:100%;
	margin:0px;
	padding:0px;
}
#center_col div.news a {
	color:#707070;
	text-decoration:underline;
	cursor:pointer,hand,default;
}
#center_col div.news a:hover {
	color:#FF0000;
}
#center_col div.news p, div.news span {
	margin-bottom:0px;
	line-height:13px;
}
#center_col div#newscontainer div.news h1.date {
	font-size:11px;
	margin:0px;
}
#center_col div.news div.teaser {
	font-size:11px;
	margin-bottom:2px;
	padding:0px;
}
#center_col div.news div.teaser p {
	margin:0px;
	padding:0px;
        line-height:22px;
}
#center_col div.news div.newsbody {
	display:none;
}
#center_col div.news div.newsbody div.newsheadline {
	font-style:italic;
	margin-bottom:12px;
	padding:0px;
}
#center_col div.news div.newsbody div.newsintro {
	margin-bottom:2px;
	padding:0px;
}
#center_col div.news div.newsbody p {
	margin:0px 0px 3px 0px;
        line-height:22px;
}
#center_col div.news div.newsbody h3 {
	font-size:13px;
        line-height:22px;
	margin:0px 0px 3px 0px;
}
#center_col div.news span.date {
	font-weight:bold;
	color:#000000;
	font-size:12px;
	display:block;
	margin:12px 0px 18px 0px;
}
#center_col div.news span.city {
	font-weight:bold;
	color:#707070;
	font-size:12px;
}
#center_col div.news h3 {
	margin:18px 0px 0px 0px;
}
#center_col div.news p.pressekontakt {
	margin:0px;
	padding:0px;
        line-height:15px;
}
hr.newstrenner {
	color:#CCCCCC;
	background-color:#CCCCCC;
	height:1px;
	width:100%;
	border:0px solid;
	display:block;
	clear:both;
	margin:0px;
	padding:0px;
}
/* toggle elements */
#center_col div.news a.newsHide {
	float:right;
	font-style:italic;
	text-decoration:underline;
	width:22px;
	height:20px;
	margin:1px 0px 4px 0px;
	overflow:hidden;
	padding:0px;
}
#center_col div.news a.newsShow {
	float:right;
	font-style:italic;
	text-decoration:underline;
	width:22px;
	height:20px;
	margin:1px 0px 4px 0px;
	overflow:hidden;
	padding:0px;
}
#center_col div.news a.newsHide img, #center_col div.news a.newsShow img {
	cursor:pointer !important;
	cursor:hand,default;
	width:22px;
	height:20px;
	border:0px;
}
#center_col div.news a.newsHide:hover, #center_col div.news a.newsShow:hover {
	cursor:pointer !important;
	cursor:hand,default;
	width:22px;
	height:20px;
	border:0px;
}

