﻿body {
  margin: 0;
  font-family: Verdana;
  font-size: 10pt;
  color: #06C;
  text-align: center;
	background: url("images/background.gif") repeat;
}

div#obsah {
  position: relative;
  display: block;
  margin: auto;
  margin-top: 19px;
  width: 725px;
  text-align: left;
}

/* Layout */

#banner {
	width: 725px;
	height: 203px;
	display: block;
	background: url("images/index_01.jpg") no-repeat;
}

div#hlavnimenu {
  display: block;
	width: 723px;
	height: 28px;
	border: 1px solid #fff;
	background-color: #06C;
}

div#hlavnimenu div.hlavnimenu-obsah {
  padding: 7px 10px 0 10px;
  font-size: 10pt;
  font-weight: bold;
	color: #fff;
  text-align: center;
}

div#hlavnimenu ul {
  display: inline;
  margin: 0;
  padding: 0;
}

div#hlavnimenu li {
  display: inline;
  list-style-type: none;
}

div#hlavnimenu a.menu {
  font-weight: bold;
	color: #fff;
  text-decoration: none;
}

div#hlavnimenu a:hover.menu  {
  font-weight: bold;
	color: #fff;
  text-decoration: none;
}

div#podmenu {
  display: block;
  padding: 0 0 7px 0;
	width: 725px;
	height: 20px;
	background-color: #fff;
	border-bottom: 1px solid #06C;
}

div#podmenu div.podmenu-obsah {
  padding: 5px 10px 0 10px;
  font-weight: bold;
	color: #000;
  text-align: center;
}

div#podmenu a.podmenu {
  font-weight: bold;
	color: #000;
  text-decoration: underline; color: #06C;
}

div#podmenu a:hover.podmenu  {
  font-weight: bold;
	color: #000;
  text-decoration: none;
}

div#hlavnipanel {
  display: block;
  padding: 10px 0 10px 0;
	width: 725px;
	min-height: 330px;
	_height: 330px;
	background: #fff url("images/index_03.jpg") no-repeat;
}

div#hlavnipanel div.hlavnipanel-obsah {
  padding: 0 10px 0 10px;
  color: #000;
}

div#paticka {
  display: block;
	width: 725px;
	height: 32px;
  text-align: center;
	background: transparent url("images/index_04.gif") no-repeat;
}

div#paticka div.paticka-obsah {
  padding: 10px 10px 0 10px;
}

/* Univerzální formátovací styly */

img {
  border: 0;
}

h1, h2, h3 {
  font-size: 11pt;
  margin: 0;
  padding: 0 0 5px 0;
}

a:link, a:visited {
  color: #333;
  text-decoration: underline;
}

a:hover {
  color: #333;
  text-decoration: none;
}

