a:link {
color : #FFFFFF;
text-decoration : none;
}
a:visited {
color : #FFFFFF;
text-decoration : none;
}
a:hover {
color : yellow;
text-decoration : none;
}
a:active {
color : yellow;
text-decoration : none;
}
body {
font-family : Tahoma;
font-size : 8pt;
margin:0px;
padding:0px;
}

p.pnev   {       font : bold 26px Helvetica,Arial;
                color : #004A9E;
           text-align : center;
        }

p.pleir  {       font : bold 18px Helvetica,Arial;
                color : #004A9E;
           text-align : center;
        }


p.tel   {        font : normal 14px Helvetica,Arial;
                color : #004A9E;
           text-align : center;
        }

div.fejlec
{
  margin: 0px;
  border-bottom: 4px ridge blue;
  height: 120px;
  width: auto;
  float: center;
  font: bold 24px Serif;
  background-color: #004A9E;
  color: white;
}

div.lablec
{
  position: absolute;
  display: block;
  width: 100%;
  bottom: 5%;
  border-top: 4px ridge blue;
  height: 40px;
  float: center;
  font: bold 16px Serif;
  text-align:center;
  background-color: #004A9E;
  color: white;
}


div.imgcenter
{
  margin: 2px;
  height: auto;
  width: auto;
  float: center;
  text-align: center;
}

div.imgcenter img
{
  display: inline;
  margin: 3px;
  border: 4px outset maroon;
}

img.imgleft { 
   float:left; 
   margin: 5px 10px 5px 10px;
   border: 1px solid blue;
}

img.imgright { 
   float:right; 
   margin: 5px 10px 5px 10px;
   border: 1px solid blue;
}

img.imgcenter { 
   float:center; 
   margin: 5px 10px 5px 10px;
   border: 1px solid blue;
}


#leftnavigation {
  position : absolute;
  left : 0;
  width : 150px;
  margin-left : 10px;
  margin-top : 20px;
  color : #000000;
  padding : 3px;
}

#rightnavigation {
  position : absolute;
  left : 80%;
  top : 150px;
  width : 140px;
  padding-left : 10px;
  z-index : 3;
  color : #000000;
  padding : 3px;
} 

#content {
  text-align: center;
  top : 0px;
  margin : 0px 25% 0 175px;
  padding : 3px;
  color : #000000;
} 



