﻿@charset "utf-8";

table.layout {border:0; border-spacing:2px; width:100%;}

@media only screen and (max-width: 1200px) {
div#inhalt {padding:0;}
}
@media only screen and (max-width: 768px) {
table {border-spacing: 0; border-collapse:collapse; font-size:0.66em;}
table.layout {font-size:1.0em;}
}
@media only screen and (max-width: 700px) {
td.datum {display:block}
}
@media only screen and (max-width: 500px) {
table {font-size:0.5em;}
table.layout {font-size:1.0em;}
}