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







.content {

	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #1C1D17;
	line-height: 24px;
	text-decoration:none;
	padding: 20px;
	margin: 15px 80px 15px 80px;
	/*background-color:#9a9d87; */
        background-image: url("img/auftritte_matt_01.png");
        background-repeat: no-repeat;
        background-size: cover;
	column-count:1;
	max-width:1200px;
	min-width:800px;
        min-height:400px;
	border:#9a9d87 solid;
	

}

ul {
	list-style-type: none;
  }














