body{
	
	background-color:#eae9e9 ;
	
}

div.textliste_wrap {
	
	width:100%;
	max-width:80em ;
	
	margin:0 auto ;
	margin-bottom:7px ;
	
	padding:10px ;
	box-sizing:border-box ;
	
	background:white ;
	border-radius: 15px / 15px;
	
	box-shadow: 3px 3px 3px grey;
	
}

table {
	
	width:100% ;
		
	background:#2d327d ;
	
	border-collapse:collapse ;
	
	border:3px ;
	border-style:solid ;
	border-color:#2d327d ;
	
	color:white ;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	
}

td {
	
	border-bottom:1px ;
	border-bottom-style:solid ;
	border-bottom-color:white ;

}

img.picto {
	
	height:1.5em ;
	
}

td.last {
	
	border:0 ;
	
}

a.textlink {
	
	text-decoration:none ;
	
	color:#f1dd38 ;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	
}

p.startseite {
	
	margin:0 ;
	
	color:#2d327d ;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	
}