@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------*/
/*                                                NEWS  */
/*------------------------------------------------------*/
#newslist{margin-top:30px; padding:0;}

.newsentry{}
.newsentry h2{
		font-size:22px;
		font-weight:800;
		position:relative;
		border-bottom:none;
		}
	.newsentry table td{
		font-size:14px;
	}
	.newsentry h3{
		font-size:18px;
	}
.newscontent{
	color:#333;
	line-height:120%;
	clear:both;
	min-height:160px;
}
.newscontent p{
	font-size:15px;
	text-align:justify;
	margin-bottom:10px;
}
.newscontent li{
	font-size:15px;
	text-align:justify;
	margin-bottom:10px;
}

.newscontent h4{
	font-size:15px;
	font-weight:900;
	text-align:justify;
	margin-bottom:10px;
}

.newscontent img.klinke{
	float:left;
	margin-right:8px;
}
.newsdate{
	font-size:12px;
	color:#333;
	position:absolute;
	right:0px;
	top:2px;
}

body #newslist .newsentry .newscontent ul{
	margin:5px 0 15px 0;
	zoom: 100%;
	display: table;
}
body #newslist .newsentry .newscontent li{
	padding:3px 0 3px 0;
	margin:0 0 0 17px;
	line-height:120%;
}
.zitat{
	font-style:italic;
}
div.logos{
	margin-bottom:10px;
}


/*------------------------------------------------------*/
/*                                          PAGINATION  */
/*------------------------------------------------------*/
.paginationstyle{
	margin-bottom:20px;
	background-color:#fff;
	border-top:1px solid silver;
	border-bottom:1px solid silver;
}
.paginationstyle a{
	color:#000;
	padding:0 3px;
	text-decoration:none;
}
.paginationstyle a.selected, .paginationstyle a:hover{
	color:#000;
	background-color:#ccc;
}
#gallerypaginate{
	margin-bottom:0;
}

