/* CSS Document */
body {
  font-family: verdana, tahoma, arial;
  font-size: 0.70em;
  margin: 0px;
}

#top_bg {
  padding-left: 10px;
}

#main {
  margin-left: auto;
  margin-right: auto;
  background-image: url(images/header_bg.jpg);
  background-repeat: no-repeat;
  width: 850px;
}

#main_bg {
  margin-left: auto;
  margin-right: auto;
  background-image: url(images/main_bg.png);
  background-repeat: repeat-y;
  width: 850px;
}

a img { border: 0px solid white; }

h1 {
  font-size: 14px;
  color: white;
}

#content { padding-left: 70px; padding-right: 70px; padding-top: 220px; color: white;
  background-image: url(images/content_bg.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
  min-height:118px;
  height:auto !important;
  height:118px;
 }
#content p { text-align: justify; margin: 0px; padding: 5px 0px 5px 0px; }
#content ul, #content ol { margin-left: 20px; }


#partneri { width: 90px; float: right; text-align: center; }
#partneri a { display: block; margin-top: 5px; }

#footer { clear: both;
  background-image: url(images/footer_bg.jpg);
  background-repeat: repeat-y;
  height: 300px;

 }
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; }
