/*Single-Ansicht Config*/

#info-tabelle {
	background-color: #f3f3f3;
}
.news-image {
	float: left;
	margin: 10px;
}
.news-image img {
	width: 100px;
	height: 100px;
    margin-left: -10px;
    margin-top: -20px;
}
.news-header {
	float: left;
}

.news-header h1 {
	font-size: 1.2em;
}
.news-header h2 {
	font-size: 1em;
	text-decoration: serif;
}
.news-veranstaltungsinfos {
	clear: both
}

.cl-right{
	display: none;
}

/*Listen/Latest-Ansicht Config*/

span.news-list-morelink{
	display: none;
}

table {
	margin-top: 0px;
}
table p {
	padding: 0px;
}

.spalte1 {
	text-align: right;
	font-weight: bold;
}
#zurueck-button {
	border: 1px solid #a0a0a0;
	background-color: #f0f0f0;
	color: black;
	text-decoration: none;
	padding: 3px 5px;
	margin: 10px 253px 0px 200px;
}
#news-tabelle {
	background-color: #f1f1f1;
	border-collapse: collapse;
	line-height: 1.3em;
}
.s3-z1 {
    padding: 5px;
    vertical-align: top;
    width: 240px;
    
}
.s2-z1 {
    padding: 5px;
    vertical-align: top;
    width: 120px;
}
.s1-z1 {
    padding: 5px;
    vertical-align: top;
    width: 120px;
    font-weight: bold;
    overflow:hidden;
}

.begrenzer{
	width: 120px;
	height: 80px;
	overflow: hidden;
}

.news-list-container IMG{
	margin: 0;
}

#news-title {
	font-size: 14px;
	font-weight: bold;
}

.news-list-item{
	padding: 0px;
	margin-top: 2px;
	text-align: left;
}

#prev{
float: left;
}

#next{
float: right;
}

.news-list-container{
	text-align: center;
	
}
.news-latest-item {
	padding: 0px;
	margin-top: 2px;
}

.news-latest-morelink{
	font-size: 12px;
}

/*Pagebrowser Config*/

#pagebrowser{
	margin-top: 5px;
	height: 20px;
}

.news-list-browse {
    font-size: 13px;
}
.news-list-browse a{
    text-decoration: underline;
    color: #112ba8;
}