a:visited
{
  color:blue;
}
html,body
{
    min-height:100%;
    margin:0px;
    padding:0px;
    font-family: arial,sans-serif;
}
body
{
    margin:0px;
    padding:0px;
    font-size:12px;
    background:#ffffff;
}
h1
{
  font-weight:bold;
  font-size:20px;
}
h2
{
  font-weight:bold;
  font-size:18px;
}
h3
{
  font-weight:bold;
  font-size:16px;
}
h4
{
  font-weight:bold;
  font-size:14px;
}
.container
{
    margin:0px;
    padding:0px;
    width:802px;
    height:auto;
    position:absolute;
    min-height:100%;
    float:left;
}
.header
{
    margin:0px;
    padding:0px
    width:800px;
    height:163px;
    display:block;
    border:1px solid black;
}
.header .logo
{
    margin:0px;
    padding:0px
    width:800px;
    height:139px;
    background:url('/img/felso6.jpg') no-repeat;
    background-position:bottom left;
    border-top:none;
    border-bottom:2px solid white;
    display:block;
}
.header .felsomenu
{
    margin:0px;
    padding:0px;
    width:800px;
    height:20px;
    max-width:800px;
    list-style-type:none;
    text-align:center;
    white-space:nowrap;
    display:block;
    background-color:#3366cc;
    border-bottom:2px solid white;
}
.header .felsomenu li
{
    display:inline;
    height:18px;
    margin:0px;
    float:right;
    border-right:1px solid white;
    background-color:#3366cc;
    width:132px;
    padding-top:2px;
}
.header .felsomenu li a
{
    text-decoration:none;
    color:#FFFFFF;
    height:16px;
    font-weight:bold;
}
.dontshow
{
  display:none;
}
.googleCustomSearch
{
  float:right;
}
.googleCustomSearch input.searchText
{
  width:150px;
}

