
* {
	margin:0;
	padding:0;
}

th,td {
  border: 0px solid black;
  height:auto;
}

table.a 
{
	table-layout:auto;
	border: 0px solid black;
	width: 100%;
	background-color:black;
}

#img1
{
	height:250px;
}

#img2
{
	height:250px;
}

.xxx {
	width:50%;
	background-color:black;
	text-align:center;
}

.yyy {
	width:50%;
	background-color:black;
	text-align:center;
	font-size:14px;
}

/* grösse+design für smartphone ändern */

@media only screen and (max-width: 1024px) 
	{body {background:#2C2C2A;	       
}
	
th,td {
  border: 0px solid black;
  height:auto;
}

table.a 
{
	table-layout:fixed;
	border: 0px solid black;
	width: 100%;
	background-color:Black;
}

#img1
{
	height:140px;
}

#img2
{
	height:140px;
}

.xxx {
	width:40%;
	background-color:black;
	text-align:center;
}

.yyy {
	width:40%;
	background-color:black;
	text-align:left;
	font-size:12px;
}
}

