* {margin: 0; padding: 0;}
html {height: 100%; font-size: 65%;}

body {
  color: #343434;
  font-size: 1.0em;
  font-family: Tahoma, Verdana, sans-serif;
  line-height: 1.6em;
  background-color: #CECECE;
  background-image: url(../layout/bg.png);
  background-repeat: repeat-x;
}


/* Formatovani bezneho obsahu----------------------------------------------------------------------------*/

ul, li {
  list-style-type: none;
  text-align: left;
}

p{
  margin: 0 0 5px 0;
  font-size: 1.1em;
  text-align:left;
}

a {
  color: black;
  text-decoration: underline;
}

a:hover {
  color: black;
  text-decoration: none;
}

h1 {
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 12px;
  color: black;
}

h2 {
  font-size: 1.4em;
  font-weight: bold;
  margin-top: 18px;
  margin-bottom: 5px;
  color: black;
}

h3 {
  font-size: 1.3em;
  font-weight: bold;
  margin-top: 16px;
  margin-bottom: 7px;
  color: rgb(54,54,54);
}

h4 {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 12px;
  margin-bottom: 5px;
  color: #525252;
  padding-left: 8px;
  background-image: url(../layout/odrazka.gif );
  background-position: 0 7px;
  background-repeat: no-repeat;
  line-height: 1.2em;
}

td {
  vertical-align: top;
}

table
{
    border-collapse: collapse;
    margin-bottom: 1em;
    line-height: 1.9em;
}
table caption
{
    text-align: left;
    font-weight: bold;
    margin: 0.25em 0;
}
table th
{
    border: 1px solid #E0E0E0;
    padding: 0.125em 0.5em;
    background: #E0E0E0;
    text-align: left;
}
table td
{
    border: 1px solid #E0E0E0;
    padding: 0.125em 0.5em;
}

#mini
{
    width: 442px;
    float:left;
    margin:0px 5px 0px 5px;
    text-align:left;
}

#mini p{
  margin: 5px 5px 1px 5px;
  font-size: 1.0em;
  text-align: left;
}

#mini table
{
    border-collapse: separate;
    margin-bottom: 1em;
    margin-top: 1em;
    line-height: 1.5em;
}
#mini table caption
{
    text-align: left;
    font-weight: bold;
    margin: 0.25em 0;
}
#mini table th
{
    border: 5px solid rgb(255,255,255);
    padding: 0.3em 0.5em 0.3em 0.5em;
    background: #E0E0E0;
    text-align: left;
    font-size: 1.1em;
}

#mini table td
{
    border: 3px solid #FFFFFF;
    padding: 0.7em 0.7em;
}


/* classes ----------------------------------------------------------------------------*/
.right{
  padding: 3px;
  background-color: #626262;
  margin: 0 0 8px 14px;
}

.left{
  padding: 3px;
 background-color: #626262;
  margin: 0 14px 8px 0;
}

.fl-left{
  padding: 3px;
 background-color: #626262;
  margin: 0 14px 8px 0;
  float: left;
}

.fl-right{
  padding: 3px;
  background-color: #626262;
  margin: 0 0 8px 14px;
  float: right;
}

.backblock {
  background: #EEEEEE;
  padding: 7px 15px 10px 15px;
  margin: 10px 0px 10px 0px;
}

.underline {
  border-bottom: 1px solid #434343;
}


/* Formatovani DIVu ----------------------------------------------------------------------------*/

#wrapper {
  margin: 0 auto;
  width: 910px;
}

#header {
  width: 910px;

}

#logo {
  float: left;
  width: 220px;
  margin: 8px 0 0 15px;
}

#main {
  width: 910px;
}

#obsah {
  width: 910px;
  background-color: white;
  min-height: 500px;
  background-image: url(../layout/bg-obsah-top.gif);
  background-position: top;
  background-repeat: no-repeat;
  float: left;
  padding-top: 35px;
  padding-bottom: 50px;
   color: #525252;
}

#obsah-foot {
  width: 910px;
  height: 17px;
  float:left;
  background-image: url(../layout/bg-obsah-bottom.gif);
  background-position: top;
  background-repeat: no-repeat;
}


#footer {
  width: 905px;
  height: 47px;
  float: left;
  margin: 4px 0px 40px 0;
  color: #454545;

}

#footer p {
  font-size: 1.1em;
  text-align: left;
  display: inline;
  float: right;
}

#footer a {
  text-decoration: underline;
  height: 14px;
  color: #111111;
  padding: 5px;
}

#footer a:hover {
  text-decoration: none;
}

/* Top menu ---------------------------------------------------------------------------*/

#topmenu {
  padding-top: 14px;
  padding-right: 4px;
  float: left;
  text-align: right;
  width: 910px;
  height: 34px;
  background-image: url(../layout/topmenu.gif);
  background-position: top right;
  background-repeat: no-repeat;
}

#topmenu p {
  text-align: right;
  padding: 0 8px 0 7px;
  display: inline;
  color: #939393;
}

#topmenu a {
  color: #C5C5C5;
  text-decoration: underline;
}
#topmenu a:hover {
  color: #EEEEEE;
  text-decoration: none;
}

/* H1 Logo Hack */

#logo h1 {
  display: block;
  width:220px;
  height: 60px;
  text-indent: -9009px;
  background: transparent url(../layout/logo.gif) no-repeat 0 0;
}

#logo h1 a {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
}


/* Menu horizontální ---------------------------------------------------------------------------*/

#nav {
	height: 38px;
	width: 600px;
    margin: 17px 5px 0 0;
}

#nav, #nav ul {
	padding: 0;
    float: right;
	list-style: none;
	line-height: 1;
	z-index: 100;
}

#nav a {
	color: #e7e7e7;
	font-size: 1.4em;
	display: block;
	text-decoration: none;
	padding: 9px 15px;
}

#nav li {
	padding: 0 8px;
    float: left;
}

#nav a:hover {
	color: #F0C62C;
	background-image: url(../layout/menu.png);
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#nav .current, #nav .current a {
	color: #F0C62C;
}


/* IE7 Fix */

#nav li:hover, #nav li.hover {
	position: static;
}


/* Formatovani homepage ----------------------------------------------------------------------------*/

#board {
  margin-top: 7px;
  width: 910px;
  height: 219px;
  background-image: url(../layout/bg-board.gif);
  background-repeat: no-repeat;
  color: #C7C7C7;
}

#board a {
  color: #F0C62C;
  text-decoration: underline;
}

#board a:hover {
  color: #FFC700;
  text-decoration: none;
}

#board .odrazka {
padding-left: 8px;
background-image: url(../layout/odrazka.gif);
background-position: 0 7px;
background-repeat: no-repeat;
line-height: 1.3em;
}

#board-col1 {
  margin-top: 8px;
  float: left;
  width: 265px;
  min-height: 130px;
  padding: 12px 23px 4px 18px;

}

#board-col2 {
  margin-top: 8px;
  float: left;
  width: 265px;
  min-height: 130px;
  padding: 12px 23px 4px 12px;
}

#board-col3 {
  margin-top: 8px;
  float: left;
  width: 265px;
  min-height: 130px;
  padding: 12px 23px 4px 12px;
}

/* Formatovani vnitrnich stran ----------------------------------------------------------------------------*/


.drobeckova-navigace {
  font-size: 1.0em;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  padding: 4px 0;
  margin: 7px 0;
  color: black;
  text-decoration: none;
}
.drobeckova-navigace a {
  color: black;
  text-decoration: underline;
}

.topline {
  border-top: 1px solid #E0E0E0;
  padding-top: 13px;
}

#obsah .odrazka {
padding-left: 7px;
background-image: url(../layout/odrazka.gif);
background-position: 0 7px;
background-repeat: no-repeat;
line-height: 1.3em;
text-align: left;
}

#obsah p {
  margin: 6px 0px 9px 0;
  font-size: 1.1em;
  text-align: justify;
}

.pdf16 {
padding-left: 20px;
background-image: url(../layout/pdf16.png);
background-position: 0 2px;
background-repeat: no-repeat;
line-height: 1.8em;
}

#prostredni  {
width: 460px;
float:left;
margin-left:220px;
}

#mapy {
width: 880px;
float:left;
margin-left:15px;
}

#levy {
width: 220px;
float:left;
margin-left: -665px;
font-size: 1.1em
}
#pravy {
margin-left: -15px;
margin-right: 18px;
padding-left: 10px;
width: 190px;
float:right;
font-size: 1.0em;
border-left: 1px solid #E0E0E0;
}

/* Menu 2.urovne ----------------------------------------------------------------------------*/
#menu2 {
  float: left;
  margin: 3px 0 10px 0;
  width: 185px;
  clear: left;
  border-bottom: 1px solid #E0E0E0;
}

#menu2 ul{
  border-top: 1px solid #E0E0E0;
  list-style: none;
  width: 180px;
  margin: 0 0 0 0;
  padding: 0;

}

#menu2 li{
  margin: 0px;
}

#menu2 li a {
  width: 175px;
  padding: 8px 0 8px 5px;
  height: auto;
  display: block;
  text-decoration: none;
}

#menu2 a:hover {

  text-decoration: underline;
  background-color: #EAEAEA;
}

#menu2 li #active {
  text-decoration: underline;
  background-color: #EAEAEA;
}

/* Menu 2.urovne ----------------------------------------------------------------------------*/
form td {border: none;
}

input, textarea, select {
	padding: 3px;
	background: #fff;
    margin: 0px;
    border-width: 1px;
  	border-style: solid;
  	border-color: #A7A7A7;
    font: normal 11px  Arial, Helvetica, sans-serif;
}
textarea {
	width: 350px;
	height: 200px;
	font: normal 11px  Arial, Helvetica, sans-serif;
}
input.button {
	font: bold 12px Arial, Helvetica, sans-serif;
	height: 30px;
	margin: 10px 10px 10px 0;
	padding: 1px 4px;
	color: black;
	background: #EDBF1D;
	border-width: 1px;
  	border-style: solid;
  	border-top: #CFA510;
    border-left: #CFA510;
    cursor: pointer;
    float: right;
}

/* demo ----------------------------------------------------------------------------*/

#demo {
  margin-top: 0px;
  width: 460px;
  height: 385px;
  background-image: url(../layout/bg-demo.gif);
  background-repeat: no-repeat;
  color: #C7C7C7;
}

#demo a {
  color: #F0C62C;
  text-decoration: underline;
}

#demo a:hover {
  color: #FFC700;
  text-decoration: none;
}

#demo .odrazka {
padding-left: 8px;
background-image: url(../layout/odrazka.gif);
background-position: 0 7px;
background-repeat: no-repeat;
line-height: 1.3em;
}

#demo-col1 {
  margin-top: 3px;
  float: left;
  width: 420px;
  min-height: 130px;
  padding: 12px 23px 4px 18px;
}

/* akce ----------------------------------------------------------------------------*/

#button {
	font: 12px Tahoma, Verdana, sans-serif;
	width: 140px;
	margin-left: auto;
     margin-right: auto;
	padding: 8px 8px;
	line-height: 140%;
	color: black;
	background: #EDBF1D;
	border-width: 1px;
  	border-style: solid;
  	border-top: #CFA510;
     border-left: #CFA510;
     cursor: pointer;
     float: left;
     white-space: wrap;
}

#button a {
  color: #black;
  text-decoration: none;

}

#button p {
  font-size: 1.1em;
  text-align: center;
  vertical-align: middle;
}

#button2 {
	font: bold 12px Tahoma, Verdana, sans-serif;
	width: 140px;
	margin-left: auto;
     margin-right: auto;
	padding: 8px 8px;
	line-height: 140%;
	color: #EDBF1D;
	background: rgb(48,48,48);
	border-width: 1px;
  	border-style: solid;
  	border-top: #CFA510;
     border-left: #CFA510;
     cursor: pointer;
     float: left;
     white-space: wrap;
}

#button2 a {
  color: #EDBF1D;
  text-decoration: none;

}

#button2 p {
  font-size: 1.1em;
  text-align: center;
  vertical-align: middle;
}

.yellow1 {
       color:#626262;
       background-color: #EAEAEA;
       margin: 2px 0px 2px 15px;
       padding: 2px 2px;
       padding-left: 10px;
}

.yellow2 {
       color:#F0C62C;
       background-color: #626262;
       margin: 2px 0px 2px 25px;
       padding: 3px 3px;
       padding-left: 10px;
}
