      body {margin: 0; padding:0; height:100%; background-color: black; overflow: hidden}
      #master {position:absolute;top:50%;margin-top:-200px;/* half card height*/ left:0; width:100%;  height:100%;}
	  #masterin {margin: 0; padding:0; width:100%; height:400px; background-color:white }
      
	  #left {width: 10%; position: absolute; top:0; left:0;   }
	  #left2 {width: 65%; position:absolute; left: 10%; margin-right:5px;}
	  #right {width: 30%; position:absolute; left: 55%; top:0px;}
	  #right2 {width: 5%;  position:absolute; left:90%; top:0px; }
	  #logo {height: 50%; padding-top:0px; }
	  #text {padding-top: 5px; padding-left: 65px; font-family: Verdana, Arial, Helvetica, sans-serif; color:black;	font-size: 80%; text-align: left; line-height:130%;}
	  #text a:link{color:black; text-decoration:none;}
	  #text a:visited{color:black; text-decoration:none;}
	  #text a:hover{color:black; text-decoration:underline;}
	  #contact {line-height:150%; }
	  #footer {height: 3%; background-color: black; margin:0; padding: 0; width:100%;}	
	  #footerin {margin:0; padding-top: 20px; padding-left:15%; clear: both; color: white; font-size: 80%;  font-family: Verdana, Arial, Helvetica, sans-serif; vertical-align:bottom;}	
	  #footerin a:link{color:white; text-decoration:none;}
	  #footerin a:visited{color:white; text-decoration:none;}
	  #footerin a:hover{color:white; text-decoration:none;}
      
	  p {margin:0.5em 0;}
	  
	  table {font-size:100%;}
	  
	  h1 {
		font-size:30px;
		color: #CCCCCC;
		background-color: #666666;
		padding-left:5px;
      }
	   h2 {
		font-size:20px;
		color: #666666;
		border-bottom-width: 0.2px;
		border-bottom-style: solid;
		border-bottom-color: #666666;
      }
	   em {
		font-weight: bold;
		background-color: #FFFF00;
		display: inline;
		width: auto;
		font-style: normal;
      }
	  ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        white-space: normal;
        }
      ul li {
        float: left;
        display: inline;
        white-space: nowrap;
        margin-right: 3em;
        padding-right: 3em;
      }
	  
	   /* form on FTP page */
	  form {width: 300px; padding-left:85px; margin:0;}
	  fieldset {padding-left: 10px; border: none;}

label {	width: 120px; float: left; display:block;}
form br {display: none; /* pro lep±í zobrazení bez stylů */}
input, textarea {
	color:black;
	width: 150px;
	margin: 0 0 5px 0;
	background-color:white;
	border: 1px solid black;}

