/* CSS Document */
body {
  font-family: verdana, tahoma, arial;
  font-size: 0.70em;
  margin: 0px;
}

#top_bg {
  background-image: url(images/logob.gif);
  background-repeat: no-repeat;
  background-position: 105px top;
}

#main {
  background-image: url(images/menu_bg.gif);
  background-repeat: repeat-y;
  width: 840px;
}
#top_menu {
  padding-left: 80px;
  width: 150px;
  float: left;
}
.menu_item {
  margin-top: 3px;
}

a img { border: 0px solid white; }

#content { width: 491px; margin-left: 230px; }
#content p { text-align: justify; }
#content ul, #content ol { margin-left: 20px; }
#content { padding: 5px; }

#partneri { width: 90px; float: right; text-align: center; }
#partneri a { display: block; margin-top: 5px; }

#footer { clear: both; }
label { width: 120px; display: block; float: left; }

.guestbook_item { margin: 10px 0px 10px 0px; }
p.guestbook_item { margin: 10px 0px 0px 0px; }

h2 { margin-top: 15px; }

.ohlas { margin: 20px 0px 20px 0px }
.podpis { font-style: italic; margin-top: 15px; text-align: right; font-weight: bold; }

h1 { margin-bottom: 20px; }

.menu_left { margin-top: 5px; }
.menu_left a { color: gray; }
a:hover { color: black; text-decoration: underline; }
a { text-decoration: none; }

textarea { font-family: arial; width: 360px; font-size: 1.1em; height: 150px; }
