
/* Handy */
@import url("handy.css") only screen and (max-width:320px);
/* Tablet */
@import url("tablet.css") only screen and (min-width:321px) and (max-width:768px);
/* Desktop */
@import url("desktop.css") only screen and (min-width:769px);

/* Tabellen zentrieren */
table {
    margin-left: auto;
    margin-right: auto;
}
.lineheight { line-height: 22px; }

table table { width: 100%; }

img {
	height: auto;
	max-width: 100%;
}
