html, body {
  margin:0;
  padding:0;
  font-family: Arial, Verdana, Helvetica CE, Helvetica;
  font-size:100%;
  color: black;
  width: 100%;
  background: white;
}

#whole-page {
 width: 997px;
 height:100%;
 min-height:100%;
 position:relative;
 background: white;
 height: auto;
 text-align: left;
 /*margin: 0 auto;*/
}

#top {
 /*margin-top: 20px;*/
 height: 88px;
 width: 100%;
 text-align: center;
 
 vertical-align: middle;
 line-height: 88px;
}

/*#top .lang-icons {
 float: left;
 height: 50px;
 width: 198px;
 text-align: center;
 margin-top: 15px;
}

#top .logo {
 float: left;
 background: url('logo.gif') no-repeat;
 height: 50px;
 
 width: 150px;
}
*/
#top .slogan {
 /*float:left;*/
 font-weight: bold;
 border-bottom: 4px solid #2960b0;
 
 font-family: Verdana, Arial, Helvetica CE, Helvetica;
 font-size: 33px;  
 
 display: inline;
}

#content {
 float: left;
 width: 100%;
}

#footer {
 clear: both;
 width: 100%;
 background-color: white;
}

#footer .copytext {
 padding-left: 750px;
 font-family: Arial, Verdana, Helvetica CE, Helvetica;
 font-size: 12px;
}

#footer .copytext a {
 color: #1e5c9f;
}

.opppbar {
 margin-top: 50px;
 margin-left: 50px;
 margin-bottom: 10px;
 height: 64px;
 width: 100%;
}

.opppbar .oppplogo {
 float: left;
 /*
 background: url('logo_eu.png') no-repeat;
 height: 64px;
 width: 100px;
 */
 background: url('logo_eu_small.png') no-repeat;
 height: 34px;
 width: 55px;
}

.opppbar .oppptext {
 float: left;
 width: 840px;
 _width: 820px;
 font-weight: bold;
 font-size: 10px; /* bylo 14px, predtim 18px */
}

