html
{
  height: 97%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
p
{
  font-family: Serif;
  font-size: 12px;
  color: gray;
}

a
{
  text-decoration: none;
  color: #840000;
  font-family: inherit;
  font-size: inherit;
}

a:hover
{
  color: black;
}

.footer
{
  font-size: 11px; 
  color: #666666; 
  padding: 3px; 
  margin: 0;
  line-height: 15px; 
  font-family: tahoma, sans-serif;
}

a.brown, a.brown:visited
{
  color: #840000;
}

a.brown:hover
{
  color: black;
}

.main_menu
{
  text-align: center;
  color: #f7f7f7;
  font-size: 12px;
  word-spacing: 35px;
  font-weight: bold;
}

a.mainmenu, a.mainmenu:visited
{
  text-decoration: none;
  color: #f7f7f7
}

a.mainmenu:hover
{
  text-decoration: none;
  color: #EDD900;
}


#maindiv
{
  display: table; 
  height: 100%;
  width: 100%; 
  vertical-align: middle;
}

#imagediv
{
  background: url(../images/glowna-tlo.gif) repeat-x; 
  height: 431px; 
  width: 774px
}

#mainmenudiv
{
  position: relative; 
  left: 415px; 
  top: 52px; 
  width: 335px; 
  height: 25px;
}

#contentdiv
{
  width: 320px;
  height: 100px;
  position: relative;
  top: 210px;
  left: 425px;
} 

#addressdiv
{
  width: 550px;
  height: 35px;
  position: relative;
  top: 230px;
  left: 205px;
  text-align: right;
  margin: 0;
  padding: 0;
}