/* CSS Document */ #wrapper { width: 1024px ; /*height: 100px;*/ margin-left: auto ; margin-right: auto ; } #rst { width: 80%; float:left; /*height: 100px;*/ } #rsts{ width: 20%; float:right ; /*height: 100px;*/ } #sk{ font-size:10px ; } ul { list-style-type: none; margin: 0; padding: 0; overflow: hidden; background-color: #333; } li { float: left; } li a, .dropbtn { display: inline-block; color: white; text-align: center; padding: 15px 26px; text-decoration: none; font-size:20px; } li a.active { background-color: #4CAF50; color: white; } li a:hover, .dropdown:hover .dropbtn { background-color: #4CAF50; } li.dropdown { display: inline-block; } .dropdown-content { display: none; position: absolute; background-color: #f9f9f9; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; } .dropdown-content a { color: black; padding: 12px 16px; text-decoration: none; display: block; text-align: left; } .dropdown-content a:hover {background-color: #f1f1f1} .dropdown:hover .dropdown-content { display: block; } .top { width:100%; min-height: 160px; height: auto; background-color:#166CAB; } .topin { width:80%; margin-left:auto; margin-right:auto; } .logo { float:left; margin-left:150px; margin-top:20px; width:100px; height:100px; } .company { float:left; width:600px; ; font-size:40px; font-family:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif; margin-left:150px; margin-top:20px; text-align:center; color:#fff; } .company p { width:100%; font-size:16px; text-decoration:none; text-align:center; color:#fff; font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif; }