@charset "utf-8";
/* CSS Document */

/********* Aktuell *********/
.anaNewsTab {display: table;}
.anaNewsTabRow {display: table-row;}
.anaNewsTabCell {display: table-cell; vertical-align: top;}

.anaPadR30 {padding-right: 30px;}
.anaNewsTab {
	margin-bottom: 50px;
	font-size: 90%;
}
.anaNewsTabRow { border-bottom: #666 solid 1px;}


/********* Gallerie KlinAna *********/
div.klinGalerie {
	display: table;
	margin-top: 80px;
}
		
.klinGalerie li {
	float: left;
	list-style: none;
}

.klinGalerie ul li a {
	border: none;
}

.klinGalerie .thumbs {
	width: auto;
	height: 80px;
	margin: 5px;
} 


/********* Gruppenbild *********/
.anaGroupPic {
	max-width: 600px;
	height: auto;
}
@media screen and (max-width: 799px) {
	.anaGroupPic {
		width: 100%;
		height: auto;
	}
}
