body
{ background-image: url(pozadi.gif);
  margin: auto;
  font-size: 12px;
  font-family: sans-serif;
  background-color: #363636;
}
img
{ border: 0px;
}
#mainbox
{ background-image: url(header_bg.jpg);
  background-position: left top;
  background-repeat: repeat-x;
  background-color: White;
  margin: auto;
  margin-bottom: 20px;
  margin-top: 20px;
  width: 900px;
  min-height: 500px;
  border: 4px solid #b3b3b3;
  position: relative;
}


/* HLAVICKA*/
#logo
{ background-image: url(logo.gif);
  float: left;
  margin: 39px 0px 20px 20px;
  padding: 0px;
  width: 173px;
  height: 104px;
}
#nadpis
{ float: right;
  background-image: url(h1.gif);
  width: 668px;
  height: 43px;
  margin: 40px 0px 0px 0px;
}
h1
{ font-size: 15px;
  position:absolute;
  color: #4b4d4d;
  z-index: -1;
  color: Red;
}


/* MENU */
#menu
{ float: right;
  width: 600px;
  height: 47px;
  padding-right: 10px;
  background-color: #f0f0f0;
  background-image: url(menu_bg.gif);
  background-repeat: repeat-x;
  margin-top: 40px;
  position: relative;
  text-align: right;
}
#menu_corner
{ position: absolute;
  top: 0px;
  left: 0px;
  width: 27px;
  height: 47px;
  background-image: url(menu_left.gif);
}
#menu a
{ 
  color: #999999;
  font-size: 12px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
  border: 0px;
  background-image: url(menu_link.gif);
  background-repeat: no-repeat;
  background-position: right center;
  padding: 4px 15px 2px 10px;
}
#menu a:hover
{ color: #cb0043;
}
#language
{ position: absolute;
  top: 50px;
  left: 500px;
  width: 90px;
  padding-right: 10px;
}
#language a
{ padding: 0px;
  background-image: none;
  margin: 0px;
  border: 0px;
}


/* OBSAH */
#contentbox
{ width: 850px;
  margin: auto;
  margin-top: 30px;
  padding:0px;
}
#content
{ width: 510px;
  background-image: url(content.png);
  background-repeat: no-repeat;
  padding: 30px 42px 30px 30px;
  min-height: 160px;
  color: #4b4d4d;
  float: left;
  margin-left: 5px;
}
h2
{ font-size: 18px;
  font-family: "Tahoma" , "Lucida Grande CE", lucida, sans-serif;
  color: #008599;
  margin-top: 0px;
  margin-bottom: 25px;
}
h3
{ font-size: 15px;
  font-family: "Tahoma" , "Lucida Grande CE", lucida, sans-serif;
  color: #008599;
  font-weight: bold;
}
#content span.red
{ color: red;
}
#content p
{ font-family: sans-serif;
  font-size: 12px;
  text-align: justify;
  line-height: 20px;
  color: #4b4d4d;
}
#content p img
{ margin: 0px;
  padding: 0px;
  border: 0px;
}
#content a
{ text-decoration: none;
  color: #cb0043;
  border-bottom: 1px dotted #cb0043;
}
#content a:hover
{ text-decoration: none;
  color: #ff0056;
  border-bottom: 1px solid #ff0056;
}

/*formulare*/
#content fieldset
{ border: 0px;
  padding: 0px;
  margin: 0px 0px 40px 0px;
  background: transparent;
}
#content legend
{ font-size: 15px;
  font-family: "Tahoma" , "Lucida Grande CE", lucida, sans-serif;
  color: #008599;
  padding: 0px;
  margin: 0px;
  font-weight: bold;
}
#content input
{ margin: 0px 20px 0px 150px;
  width: 150px;
}
#content fieldset.cl input
{ margin-left: 0px;
}
#content fieldset.cl input.w250
{ margin-left: 0px;
  width: 250px;
}
#content fieldset.cl label
{ margin-right: 15px;
  position: static;
}
#content fieldset table
{ margin-bottom: 10px;
}
#content fieldset table td
{ border: 0px;
  padding: 1px;
}
#content input.dat1
{ margin-left: 150px;
  width: 20px;
}
#content input.dat2
{ margin-left: 0px;
  width: 40px;
}
#content label
{ position: absolute;
}
/*tabulky*/
#content th
{ padding: 0px 5px 3px 5px;
}
#content td
{ border-bottom: 1px solid #e5e5e5;
  padding: 1px 10px 1px 5px;
}
#content td a
{ border: 0px;
}
#content table.zvyrazneni tr:hover td
{ background-color: #f2f2f2;
}
/*vypis clanku*/
#content div.clanek
{ padding-bottom: 10px;
}
#content div.clanek h3
{ 
  margin-bottom: 25px;
}
#content div.clanek h3 a
{ border: 0px; 
  width: 100%;
  display: block;
  padding-left: 10px;
  border-bottom: 1px dotted #bfbdbf;
  /*color: #cb0043;*/
  color: #008599;
}
#content div.clanek h3 a:hover
{ /*border-bottom: 1px dotted #cb0043;*/
  border-bottom: 1px dotted #019cb4;
  /*color: #ff0055;*/
  color: #019cb4;
}
#content div.clanek h3.nl
{ border-bottom: 1px dotted #bfbdbf;
  padding-left: 10px;
}
/*#content div.clanek h3 a.pr
{ color: #008599;
}
#content div.clanek h3 a.pr:hover
{ border-bottom: 1px dotted #bfbdbf;
  color: #019cb4;
}*/
#content div.clanek div
{ margin: 10px;
}
#content p.datum
{ margin: 0px;
  margin-top: -25px;
  font-size: 11px;
  line-height: 12px;
}
/*navigace administrace*/
#adm_navi
{ font-weight: bold;
  margin-top: -20px;
  text-align: center;
  margin-bottom: 30px;
}
#adm_navi a
{ border: 0px;
  border-left: 7px solid #66becc;
  padding: 2px;
  padding-left: 5px;
  padding-right: 12px;
  color: white;
  background-color: #bfbfbf;
  margin: 5px;
}
#adm_navi a:hover
{ border: 0px;
  border-left: 7px solid #66becc;
  color: #ebfafc;
  background-color: #66becc;
}
/*cisla stranek*/
#content a.cislostr:hover
{ padding: 2px;
  border: 1px solid #66becc;
  background-color: #66becc;
  color: White;
}
#content a.cislostr
{ padding: 2px;
  color: #66becc;
  border: 1px solid #66becc;
  background-color: White;
}
/*boxy na hlavni strance*/
#content a.mp-box
{ display: block;
  border: 0px;
}
#content div.mp-box
{ border: 0px;
  border-left:1px dotted #b3b3b3;
  border-right:1px dotted #b3b3b3;
  width: 220px;
  padding: 0px 10px 15px 10px;
  margin: 0px;
}
#content div.mp-box p
{ line-height: 14px;
  margin-top: 0px;
}
#content div.mp-box h3
{ margin-top: 20px;
  margin-bottom: 10px;
}
#content div#box-cl
{ float: left;
}
#content div#box-onas
{ float: right;
}
/*sekce clenove e5e3e3*/
#content img.profilportret
{ float: right;
  margin: 0px 10px 20px 20px;
}
#content img.odkazportret
{ float: left;
  margin: -3px 8px 0 2px;
}
#content img.gbportret
{ float: left;
  margin: -3px 15px 0 0px;
  padding: 3px;
  background: white;
  border: 1px solid #e5e5e5;
}
#content table.clenove
{ margin: 10px 0px 20px -15px;
  width: 450px;
  abackground: Red;
  padding: 0px;
}
#content table.clenove tr, #content table.clenove td
{margin: 0px;
 padding: 0px;
 border: 0px;
}
#content a.clen
{ display: block;
  /*border: 1px dotted #e5e3e3;*/
  border: 1px solid #ededed;
  width: 165px;
  height: 55px;
  padding: 5px 5px 0px 0px;
  color: #4b4d4d;
  text-decoration: none;
  background: #fcfcfc;
}
#content a.clen:hover
{ border: 1px solid #e5b8c7;
  color: #4b4d4d;
  background: #f7f7f7;
  text-decoration: none;
}
/*SIDEBAR*/
#sidebar
{ float: right;
  width: 229px;
  margin-top: 40px;
  padding: 0px;
  color: white;
  background-image: url(sidebar_bg.gif);
  background-color: #66becc;
}
#sidebar-top
{ width: 229px;
  height: 35px;
  background-image: url(sidebar_top.jpg);
}
#sidebar-bottom
{ width: 229px;
  height: 30px;
  background-image: url(sidebar_bottom.jpg);
}
#sidebar-content
{ width: 170px;
  padding-left: 18px;
  padding-bottom: 10px;
}
#sidebar h3
{ margin-top: -28px;
  margin-bottom: 25px;
  color: #ebfafc;
  font-size: 19px;
  font-variant: small-caps;
  font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
}
#sidebar a
{ color: white;
  border-bottom: 1px dotted White;
  text-decoration: none;
  letter-spacing: 1px;
  margin-left: 8px;
}
#sidebar a:hover
{ color: white;
  border-bottom: 1px solid White;
  text-decoration: none;
}
#sidebar p.link
{ font-weight: bold;
}
#sidebar fieldset
{ border: 0px;
  background: transparent;
  margin: 0px;
  padding: 0px;
}
div.input-box
{ height: 20px;
  margin-left: 50px;
  margin-top: -18px;
}
div.input-left
{ height: 20px;
  width: 7px;
  background-image: url(login_left.jpg);
  float:left;
  position: absolute;
}
div.input-center
{ height: 20px;
  float: right;
  position: absolute;
  margin-left: 6px;
  padding-right: 6px;
  background-image: url(login_right.jpg);
  background-repeat: no-repeat;
  background-position: right;
  background-color: #e6e4e6;
}
div.input-center input
{ border: 0px;
  color: Gray;
  background-image: url(login_center.gif);
  height: 17px;
  padding-bottom: 2px;
}
.login-button
{ background-color: #e6e4e6;
  background-image: url(login_button.jpg);
  color: Black;
  height: 23px;
  border: 0px;
  width: 96px;
  text-align: center;
}
/*NADPIS SIDEBARU VPRAVO*/
/*#sidebar-top
{
  background-image: url(sidebar_top2.png);
}
#sidebar h2
{ width: 170px;
  text-align: right;
}*/


.cleaner
{ clear:both;
  visibility:hidden;
}
span.mezera60
{padding: 30px; 
 font-size: 0px;
}
span.mezera30
{padding: 15px; 
 font-size: 0px;
}
span.small
{ font-size: 11px;
}
/*FOOTER*/
#footer
{ margin:auto;
  color: Gray;
  text-align: center;
  font-size: 10px;
  padding-bottom: 20px;
}
#footer a
{ color: Gray;
  text-decoration: none;
  border-bottom: 1px dotted Gray;
}
#footer a:hover
{ text-decoration: none;
  color: White;
  border-bottom: 1px solid White;
}
#footvalid
{ margin: auto;
  width: 360px;
  margin-top: 20px;
}
#footvalid a
{ width: 78px;
  height: 13px;
  background-position: 0 0;
  border: 0px;
  display:block;
  float: left;
  margin-right: 12px;
}
#footvalid a img
{ width: 78px;
 height: 13px;
 margin: 0px;
 padding: 0px;
 border: 0px;
}
#footvalid a:hover
{ background-position: 0 -13px;
  border: 0px;
}
a.ftex
{ background: url(texyla.jpg);}
a.fphp
{ background: url(php.jpg);}
a.fxhtml
{ background: url(xhtml.jpg);}
a.fcss
{ background: url(css.jpg);}
div.none
{ display: none;
}
