body {
      font-family: verdana;
	font-size: 0.8em;
      background-color: #cedeff;
}

div#menu {
      float: left;
      margin-top: 30px;
      background-color: #cedeff;
}

#obsah {
  position: absolute;
  padding: 10px 25px 25px 25px;
  margin: 0px;
  left: 250px;
  top: 140px;
  border: 2px dashed #012;
  text-align: justify;
  width:expression(document.body.clientWidth>520?"520px":"auto");
}

body[class="homepage"] #obsah {
  max-width: 520px;
  min-width: 200px;
}

table td {
	font-size: 0.8em;
}

body[class="homepage"] table td {
	font-size: 1em;
}

#menu {
  position: absolute;
  width: 230px;
  width:expression(document.body.clientWidth>230?"230px":"auto");
  top: 140px;
  background-color: #fefefe;
}

#hlavicka {
  position: absolute;
  top: 20px;
  left: 35px;
}

#logo {
	float: left;
}
#adresa {
	margin-left: 230px;
      padding-top: 15px;
      font-size: 1.2em;
}

div.outer {
	width: 221px; height: 25px;
	margin: 0 3px 1px 0;
	background: url( 'images/bars.png' ) -221px 0 no-repeat;
	}

div.outer a {
	display: block;
	margin: 0; padding:0;
	width: 100%; height:100%;
	overflow:hidden;
	font: bold 13px/1 Georgia, serif;
	color: #039;
	text-decoration: none;
	background: url( 'images/bars.png' ) 0px 0px no-repeat;
	}
div.outer span {
	display: block;
	margin:0; padding: 7px 0 0 13px;
	}
div.outer a:hover {
	background-image: none;
	color: yellow;
	}
div.outer a:active {
	color: black;
}

#nenavigace {
	list-style-type: none;
      margin: 15px 0px 0px 0px;
      padding: 0;
}

#historie p {
	vertical-align: middle;
}

hr {
     clear: both;
}
hr.hide {
     visibility: hidden;
}

img.fright {
     float: right;
     margin: 5px 0px 5px 20px;
}

img.fleft {
     float: left;
     margin: 5px 20px 5px 0px;
}

p.hasphoto {
	padding-top: 30px;
}
p.hasphoto img {
	margin-top: -30px;

}

p#podpis {
	margin-left: 55%;
      font-weight: bold;
      margin-bottom: 30px;
}


#top {
      height: 11px;
	background: url('images/top.png') 0px 8px no-repeat;
      margin: 0;
      padding: 0;
}

body[class="homepage"] #nenavigace #top {
	background: url('images/top.png') 0px 0px no-repeat;
}

#bottom {
	background: url('images/bottom.png') 0px 0px no-repeat;
      margin: 0;
      padding: 0;
      height: 11px;
}
.mid {
	background: url('images/mid.png') 0px 0px repeat-y;
      margin: 0;
      padding: 0px 0px 0px 15px;
}

table th, table td {
	padding: 0px 15px;
}

ul {
	padding-left: 15px;
}

ul li {
	margin: 0px 15px 10px 0px;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.3em;
}

pre {
	font-size: 1.1em;
}

body[class="homepage"] pre {
	font-size: 1.3em;
}
