/* Content */
/* Unterm Bild */

#content {
	float: left;
	width: 530px;
	padding-top: 0px;
	font-size: 100%;
	font-weight: normal;
	color: #000000;
}

#content b {
	font-size: 150%;
	font-weight: normal;
	color: #666666;
}
#content a {
	color: #1E50AF;
	text-decoration: none;
}
#content a:hover {
	color: #1E50AF;
	text-decoration: underline;
}


/* Seintenmitte  */
/*
#centerpage {
	height: 260px;
}
*/
#centerpagebot {
	width: 770px;
	margin: 0 auto;
	padding-top: 5px;
        height: 165px;
}
/* NewsContent Sidebar rechts oben*/

#news {
	float: right;
	width: 230px;
        height:270px;
	padding: 0px;
	background: #DBDDDE;
}

#newscontent {
	float: right;
	width: 230px;
	padding: 0px;
}
#newscontent h1 {
	font-size: 110%;
	margin: 0;
	padding: 2px 5px;
	color: #FFFFFF;
	background: #1E50AF;
}

#newscontent h2 {
        height: 120px;
	font-size: 12px;
	font-weight: normal;
        padding-left: 5px;
        padding-top: 2px;
	color: #000000;
	background: #DBDDDE;
}

/* Termine */
#newscontent h4 {
	font-size: 110%;
	margin: 0;
	padding: 2px 5px;
	color: #FFFFFF;
	background: #1E50AF;
}
#newscontent h5 {
        height: 140px;
	font-size: 85%;
	padding: 2px 5px;
	font-weight: normal;
	color: #000000;
	background: #FFF0BE;
}

#thumbnail { /* News-Bilder */
	margin-left : 10px;
	margin-right : 5px;
	margin-top : 5px;
	float : right;
}


#newscontent a {
	color: #FFFFFF;
	text-decoration: none;
}
/* Links aus den News */
#news a {
	color: #1E50AF;
	text-decoration: none;
}
#news a:hover {
	color: #1E50AF;
	text-decoration: underline;
}
#newstermine a {
	color: #1E50AF;
	text-decoration: none;
}
#newstermine a:hover {
	color: #1E50AF;
	text-decoration: underline;
}
/* Für News-Teaser Abstand zum Link mehr...*/
p.bodytext {
	margin-bottom: 0px;
	/*line-height: 1.8em;*/
}


