#mnbd {
  width: 900px;
  height: 660px;
  position: absolute;
  text-align: left; 
  left: 50%;
  top: 50%; 
  margin-left: -450px;
  margin-top: -330px;
  background-color: #eef;
  background-image: url('bgimg.jpg');
  font-family: sans-serif, verdana, arial;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
}

#dmenu {
position:absolute;
top:170px; left:8px;
font-size:14px;
text-align:right;
color:#fff;
width:170; height:380;
}
#dmenu a {
  color: #ddf;
  font-weight: bold;
  text-decoration: none;
}
#dmenu a:hover {
  color: #fff;
}

#dmenupridat {
position:absolute;
top:540px; left:64px;
font-size:14px;
text-align:right;
color:#fff;
width:70; height:20;
}
#dmenupridat a {
  color: #ddf;
  font-weight: bold;
  text-decoration: none;
}
#dmenupridat a:hover {
  color: #fff;
}

#dmenuspat {
position:absolute;
top:540px; left:104px;
font-size:14px;
text-align:right;
color:#fff;
width:70; height:20;
}
#dmenuspat a {
  color: #ddf;
  font-weight: bold;
  text-decoration: none;
}
#dmenuspat a:hover {
  color: #fff;
}

.obsah {
  position:relative; top:153px; left:210px;
  width:650px; height:450px;
  overflow:hidden;
  text-align:justify;
}
.obsah h1 {
  color:#001a6e;
  font-size: 1.2em;
  font-weight: bold;
  font-variant: small-caps;
  text-decoration: none;
  margin: 0 0 7 16;
  letter-spacing: 1px;
}
.obsah a {
color:#000;
font-weight:bold;
}
.obsah table {
font-family: sans-serif, verdana, arial;
font-size: 13px;
margin-left:13px;
}
.obsah td {
width:100px;
}

#fotoobsah {
  position:relative; top:153px; left:210px;
  width:650px; height:450px;
  overflow: hidden;
  text-align:justify;
}
#fotoobsah h1 {
  color:#001a6e;
  font-size: 1.2em;
  font-weight: bold;
  font-variant: small-caps;
  text-decoration: none;
  margin: 0 0 7 16;
  letter-spacing: 1px;
}
#fotoobsah a {
color:#000;
font-weight:bold;
text-decoration: none;
}
#fotoobsah table {
font-family: sans-serif, verdana, arial;
font-size: 13px;
}
#fotoobsah td {
width:260px;
text-align:left;
}

.news {
  position:relative; top:153px; left:210px;
  width:650px; height:450px;
  overflow: hidden;
  text-align:justify;
}
.news h1 {
  color:#001a6e;
  font-size: 1.2em;
  font-weight: bold;
  font-variant: small-caps;
  text-decoration: none;
  margin: 0 0 7 16;
  letter-spacing: 1px;
}
.news a {
color:#000;
font-weight:bold;
}
.news table {
font-family: sans-serif, verdana, arial;
font-size: 13px;
}

#newsedit {
  width: 500px;
  height: 400px;
  position: absolute;
  text-align: left; 
  left: 50%;
  top: 50%; 
  margin-left: -250px;
  margin-top: -200px;
  background-color: #1798d2;
  font-family: sans-serif, verdana, arial;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
}
#newsedit a {
color:#000;
}

#loga {
position:absolute; top:610px; left:170px;
width:720px; height:42px;
text-align:center;
}
#loga td {
  font-family: sans-serif, verdana, arial;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  text-align:center;
}

#buttons {
position:absolute; top:155px; left:862px; width:32px; height:64px;
text-align:center;
}
#buttons a:hover {
position:relative;
top:1px;
}

#gbform {
  position:relative;
  overflow: hidden;
  border-style: none;
  background-color: #b2d8e9;
  height: 342px;
  width: 480px;
  color: #000;
  margin-bottom:7px;
  }
#gbcode {
  position:relative;
  overflow: hidden;
  border-style: none;
  background-color: #b2d8e9;
  width:80px;
  height:18px;
  color: #000;
  margin-right:12px;
  }
#gbbutton {
  position: absolute;
  left: 440px;
  top: 376px;
}

body {
background-color:#000;
background-image:url('bg.jpg');
}
body img {
border:none;
}
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 5px;
padding-bottom: 0;
background: #fff;
border-style: solid;
border-width:1px;
border-color:#1798d2;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font-family: sans-serif;
font-size: 12px;
font-weight: bold;
letter-spacing: 2px;
line-height: 1.1em;
color: #1798d2;
padding: 4px;
padding-right: 9px;
text-align: right;
}

#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: #fff;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border-style: none;
padding: 0px;
z-index: 5;
}
