@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape) {
.hide-in-ipad	{ display: none; }
.show-in-ipad	{ display: inline !important; text-decoration: none;}
#Tabelle_01 { width: 900px; }
#mainframe { width:980px; height: 550px; border: none; outline: none; }
#logo	{ position: relative; left: 10px; top: 2px; }
body	{ margin: 0; }
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation : portrait) {
.hide-in-ipad	{ display: none; }
.show-in-ipad	{ display: inline !important; text-decoration: none; }
#Tabelle_01 { width: 900px; }
#mainframe { width:980px; height: 1100px; border: none; outline: none; }
#logo	{ position: relative; left: 10px; top: 2px; }
body	{ margin: 0; }
}
