* { margin:0; padding:0; }
body, div, span, p, a, img, ul, ol, li, table, th, tr, td, form, fieldset, legend, dl, dt, dd, blockquote, applet, object { border:0; }
body { 
  padding: 0; 
  margin:0;
  background: #4fbce0 url("../img/bg.jpg") repeat-x; 
  font: 0.8em/1.5 "arial",sans-serif; 
  color: #000; 
  text-align: center; 
}

/* obecne odkazy --------------------------------------------------------------- */
a {color:#083e50;}
a:link {color:#083e50;}
a:hover {color:#000;}

/* nadpisy --------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 { margin:15px 0 10px 0; color: #083e50;}
h1 { font-size:200%; }
h2 { font-size:140%; padding: 5px 0; font-weight: bold; border-bottom: 1px solid #daf5ff; }
h3 { font-size:120%; }
h4 { font-size:120%; }
h5 { font-size:100%; }

/* layout ---------------------------------------------------------------------- */
#layout { 
  background: #fff url("../img/header.jpg") no-repeat;
  width:725px; 
  margin:0 auto; 
  text-align:left; 
}
  #container { 
  
    width: 100%;
    height: auto;

  }

  	/* hlavicka ------------------------------------------------------------------ */
  	#header { width: 725px; height: 160px;}
  
      #logo {
        width: 100%; 
        font-size:260%;
        margin: 0;
        padding: 10px 0;

        text-align: center;

      }
      #logo a{
        display: block;
        color: #083e50;
        text-decoration: none;
      }
     
        
    /* horizontalni navigace --------------------------------------------------- */
    #nav {position:relative;z-index:2;margin:20px auto 0; text-align: center; width: 280px; }
      #nav ul {margin:0; padding:0; list-style:none;text-align: center;}
      	#nav ul li {float:left; display:block; margin:0; padding:0 6px;}
      	#nav ul li a {
          display: block; 
          float: left; 
          font-size: 12px;
          margin: 0 0;
          padding: 3px 5px;
          text-transform: uppercase;
          color: #083e50;
          font-weight: bold;
          text-decoration: none;
          text-align: center;
        }
        #nav ul li a:hover {
          color: #fff;
          background: #083e50;
        }
      	#nav ul li#active a {
        text-decoration:none;color: #fff;
          background: #083e50;}
  
  
  
    .content {
      float: left; 
      padding: 0 0 0 0;
      width:100%;
      z-index: 10;
    }
    .content .in{
      padding: 0 20px;
    }
  
  	/* Sloupce ----------------------------------------------------------------- */
  	#panel-right { float:right; width:200px; background: #f7f7f7;}
  	#panel-left { float:right; width:200px; background: #f7f7f7; }
  	.panel .in { padding: 10px; }
  
  
  	/* paticka ----------------------------------------------------------------- */
  	#footer {
      clear:both;
      overflow: hidden;
      color: #fff;
      height: 59;line-height: 59px;
      padding: 0 10px;
      background: url("../img/footer.jpg") no-repeat;
    }
      #footer a{color: #fff; font-weight: bold;}
      #footer a:hover{text-decoration: none; color: #d3f4ff;}
      #footer a.webdesign {font-weight: normal; text-decoration: none;}




/* odstavce -------------------------------------------------------------------- */
p { margin:15px 0; }

/* tabulky --------------------------------------------------------------------- */
table { margin:15px 0; border-collapse:collapse; border-spacing:0; font-size:100%; width: 100%; border:3px solid #ccc;}
th { text-align:left; font-weight:bold; background: #f7f7f7; padding: 7px 5px;}
th, td { padding:3px 5px; }

/* seznamy --------------------------------------------------------------------- */
ul, ol { display:block; margin:15px 0 15px 40px; }
ul ul, ul ul ul, ol ol, ol ol ol { margin:0; margin-left:20px; }
ol { list-style-type:decimal; }
ol ol { list-style-type:upper-alpha; }
ol ol ol {list-style-type:lower-alpha; }
li { display:list-item; }
ul li a { text-decoration:underline; }

/* definice -------------------------------------------------------------------- */
dl { margin:15px 0; }
dt { font-weight:bold; }
dd { margin-left:30px; }

/* ostatni --------------------------------------------------------------------- */
fieldset { margin:15px 0; padding:30px 50px; border:3px solid #ccc; background: #f7f7f7; }
fieldset label{display: block; width: 100px; float: left; margin: 5px;}
fieldset input.text, fieldset textarea.text { display: block; float: left; margin: 5px; width: 410px; padding: 3px 5px;}
fieldset .button{padding: 5px 15px;float: left;margin: 5px;}
abbr, acronym, .help { border-bottom:1px dotted #CCC; cursor:help; }
blockquote { margin:15px 20px; font-style:italic; }
del, .del { text-decoration:line-through; }
strong, .strong { font-weight:bold; }
cite, em, q, var { font-style:italic; }
code, kbd, samp  {font-family:monospace; font-size:110%; }
hr { display:block; height:1px; margin:10px 0; padding:0; border:0 solid #CCC; background:#CCC; color:#CCC;} 
.f-left {float:left;}
.f-right {float:right;}
.a-left, tr.a-left td {text-align:left;}
.a-center, tr.a-center td {text-align:center;}
.a-right, tr.a-right td {text-align:right;}
.a-justify {text-align:justify;}
.va-top {vertical-align:top;}
.va-middle {vertical-align:middle;}
.va-bottom {vertical-align:bottom;}
.clear { clear:both; }
.box { min-height:1px; }
.box:after { display:block; visibility:hidden; clear:both; line-height:0; font-size:0; content:"."; }
.noscreen { display:none; }
.mleft10 { margin-left: 10px; }
.mright10 { margin-right: 10px; }
.mtop10 { margin-top: 10px; }
.mbottom10 { margin-bottom: 10px; }

/* univerzalni prvky ------------------------------------------------------------ */
input.small{
  width: 50px;
}
input.normal{
  width: 146px;
}
.bigger {font-size:115%;}
.smaller {font-size:85%;}

.high {color:#00F;}
.nonhigh {color:#777;}

.foto{  display: block; border: 3px solid #ddd;}
