/* DATEI: mobil_hf.css (Hochformat) */
/* kopiert: WF, 17.02.2003, aus http://selfhtml.teamone.de/css/formate/anzeige/selfhtmlcss.txt */
table {
  font-size: 44px; /* Stellt die Schriftgröße für die gesamte Tabelle ein */
}
.savgruen {
background-color: #CCFFFF;
}
/*
body {
   font-size: ems;
}
*/
@media screen and (orientation:landscape) {

/*	body {background:lime;} */

}
@media screen and (orientation:portrait) {
body {font-size: 44px;}
html {font-size: 44px;}

/*	td, td a {font-size:44px; } */
/*	body {font-size: 44px;} */
	a {font-size: 44px;}
/*	rcorners1 {font-size: 44px;} */
	input {font-size: 44px;}
	select {font-size: 44px;}
	h2 {font-size: 55px;}
	p {
		font-size: 44px;
		margin: 20px;
		}
	td {font-size: 44px;}
	dropdown {font-size: 44px;}
	dropbtn {font-size: 44px;}
	subnav  {font-size: 44px;}
	subnavbtn  {font-size: 44px;}
	.bg_grau {
	background: #C0C0C0;
	border-style: groove;
	font-size: 44px;
	}
#bg_grau {
	background: #C0C0C0;
	border-style: groove;
	font-size: 44px;
	margin: 20px;
	}
#Desktopbild {
	font-size: 44px;
	font-weight: bold;
	position:relative;
	}
	.dropdown-73479   {font-size: 44px;}
	.dropdown-content   {font-size: 44px;}
	.fs28   {font-size: 28px;}
	.fs33   {font-size: 33px;}
	.fs44   {font-size: 44px;}
#SAVlogo_ellw {
height:91px;
width:202px;
background-image:url(../jpg/SAV_Logo_4c_OG-14080_p.jpg);

        position: relative;

        right: 0%;
        top: 0%;/* position:relative; */
}
/* Quelle: https://stackoverflow.com/questions/41654751/html-table-column-width-percentage */
table {
  width: 100%;
}
.ten {
  width: 10%
}
.twenty {
  width: 20%;
}	body {background:gold;}
/*	body {background:chocolate;} */

}