* { 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;
	text-align: center;
}
body { 
  padding: 17px 0 0 0; 
  margin:0;
  background: #0066cc url("../img/bg-top.jpg") repeat-x; 
  font: 0.8em/1.5 "arial",sans-serif; 
  color: #505050; 
  text-align: center; 
}

/* obecne odkazy --------------------------------------------------------------- */
a {color:#083e50;}
a:link {color:#083e50;}
a:hover {
	color: #0033FF;
	text-align: center;
}

/* nadpisy --------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 { margin:15px 0 10px 0; color: #083e50;}
h1 { font-size:200%; }
h2 { font-size:140%; margin: 0; padding: 5px 20px; color: #165888; font-weight: normal; border-bottom: 1px solid #efefef; }
h3 { font-size:110%; padding: 0 5px; margin: 10px 0; text-transform: uppercase; color: #8e8787; }
h4 { font-size:120%; }
h5 { font-size:100%; }

#wrap { 
  width:100%; 
  background: url("../img/bg.jpg") repeat-x;
}
/* layout ---------------------------------------------------------------------- */
#layout { 

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

  }

  	/* hlavicka ------------------------------------------------------------------ */
  	#header { position: relative;width: 100%; height: 120px;}
      #logo-left{width: 8px; height: 55px; background: url("../img/logo-left.jpg") no-repeat; float: left;}
      #logo-right{width: 7px; height: 55px; background: url("../img/logo-right.jpg") no-repeat; float: left;}
      #logo h1{margin:0;padding:0;float: left;}
      #logo {
	position: absolute;
	left: 18px;
	top: 2px;
	font-size: 90%;
	text-align: center;
	height: 83px;
}
      #logo a{
        display: block;
        float: left;
        font-weight: bold;
        width: 150px; /* set width for your web name */
        height: 55px;line-height: 55px;
        background: url("../img/logo-bg.jpg") repeat-x;
        color: #1f425c;
        text-decoration: none;
      }
      #logo a .light{color: #2489b3;}
      #logo a #logo-arrow{display: block; position: relative;top: -15px; left:0;background: url("../img/logo-arrow.jpg") no-repeat;width: 32px; height: 30px; margin: 0 auto;}
      #logo #shadow{display: block;position: relative;top: -13px; left:10px;background: url("../img/logo-shadow.jpg") no-repeat bottom center;width: 132px; height: 20px;}
        
    /* horizontalni navigace --------------------------------------------------- */
    #nav {
	float: right;
	position: relative;
	margin-right: 40px;
	left: 85px;
	width: 600px;
}
      #nav ul {margin:0; padding:0; list-style:none;text-align: center;}
      	#nav ul li {float:left; display:block; margin:0; padding:0 3px;}
      	#nav .nav-left{width: 5px; height: 35px; background: url("../img/nav-left.jpg") no-repeat; float: left;}
        #nav .nav-right{width: 6px; height: 35px; background: url("../img/nav-right.jpg") no-repeat; float: left;}
      	#nav ul li a {
          display: block; 
          float: left; 
          font-size: 12px;
          margin: 0;
          background: url("../img/nav-bg.jpg") repeat-x;
          width: 80px;
          height: 35px;
          line-height: 35px;
          text-transform: uppercase;
          color: #b4e2ff;
          font-weight: bold;
          text-decoration: none;
          text-align: center;
        }
        
        #nav ul li a:hover {
          color: #fff;

        }
        #nav #active .nav-left{width: 5px; height: 35px; background: url("../img/nav-active-left.jpg") no-repeat; float: left;}
        #nav #active .nav-right{width: 6px; height: 35px; background: url("../img/nav-active-right.jpg") no-repeat; float: left;}

      	#nav #active a {
          text-decoration:none;color: #fff;
          background: url("../img/nav-active-bg.jpg") repeat-x;}
        #nav a .arrow{display: block; position: relative;top: -9px; left:0;background: url("../img/nav.jpg") no-repeat;width: 19px; height: 17px; margin: 0 auto;}
        #nav #active a .arrow{background: url("../img/nav-hover.jpg") no-repeat;position: relative;top: -9px; left:0;}
  

        #nav .shadow{display: block;background: url("../img/nav-shadow.jpg") no-repeat -5px -5px;width: 91px; height: 23px;}
  
  
    .content {
      float: left; 
      padding: 33px 0 0 0;
      width:498px;
      
      
    }
    .content .in{
	padding: 0 10px 10px 10px;
	margin: 0;
	position: relative;
	left: 10px;
	background: #fff url("../img/content-foot.jpg") no-repeat bottom left;
	width: 750px;
    }
    .content .in #position{position: relative; top:-16px; left:0;}
    .content p{ padding: 0 5px;}
    .gallery {padding: 0 0 0 5px; clear: both; margin-bottom: 10px; width: 100%;}
    .gallery .center{margin: 0 15px;}
    .article{padding: 0 0 10px 0; margin: 0 5px 10px 5px; border-bottom: 1px solid #f7f7f7;font-size: 95%;}
    .article .title strong a{color: #195e90; text-decoration: none;}
    .article .title strong a:hover{color: #000; text-decoration: none;}
    .article .title a{color: #79797a; text-decoration: underline;}
    .article .title a:hover{color: #000; text-decoration: none;}
    .article .title {color: #79797a; text-decoration: none;}
    .article p{margin: 0; padding: 10px 0 5px 0;text-align: justify;}
    .article a{color: #2489b3;}
    .article a:hover{color: #000;text-decoration: none;}
    .article .article-detail{text-align: right;}
  	/* Sloupce ----------------------------------------------------------------- */
  	#panel-right { float:left; width:228px;  margin: 42px 0 0 0; }
  	#panel-right #panel-bg{background: #efefef url("../img/panel-shadow.jpg") no-repeat top left;width:228px;position: relative; left:10px; }
  	.panel #panel-position{position: relative;top: -15px;}
    .panel .in { padding: 4px 10px 10px 10px;background: url("../img/panel-foot.jpg") no-repeat bottom left; }
    .panel h5{ color: #77797b;text-transform: uppercase; margin: 0; padding: 0 5px 5px; border-bottom: 1px solid #dadada;font-size: 95%;}
    .panel ul{margin: 10px 0 20px 10px; list-style: none;}
    .panel ul li a{color: #195e90; text-decoration: none; display: block; width: 90%; padding: 1px 0 0 20px; background: url("../img/panel-nav.jpg") no-repeat 0 -15px;}
    .panel ul li a.panel-active{color: #000000; text-decoration: none; background: url("../img/panel-nav.jpg") no-repeat 0 5px;}
    .panel ul li a:hover{color: #000000; text-decoration: none; background: url("../img/panel-nav.jpg") no-repeat 0 5px;}
    .panel a#webdesign {font-weight: normal; text-decoration: none;padding-left:25px;color: #032b53;}
    .panel a#webdesign:hover {font-weight: normal; text-decoration: none;color: #032b53;}
    .panel a#ts {font-weight: bold; text-decoration: none;}
    .panel a#ts:hover {color: #fff;text-decoration: undelrine;}
  	/* paticka ----------------------------------------------------------------- */
  	#footer {
      clear:both;
      overflow: hidden;
      color: #fff;
      width:498px;
      position: relative; top:0px;
      height: 59px;line-height: 52px;
      padding: 0;
      margin: 0 0 0 10px;
      background: url("../img/footer.jpg") no-repeat;
    }
      #footer div{padding: 0 20px;font-size: 95%;}
      #footer a{color: #fff; font-weight: bold;text-decoration: none;}
      #footer a:hover{text-decoration: none; color: #d3f4ff;text-decoration: underline;}
      




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

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

/* 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;
	font-size: 18px;
}
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;}
.sep{ height: 1px;line-height:1px; border-bottom: 1px solid #efefef; margin: 10px 0;}
.foto{  display: block; border: 3px solid #ddd;}
#wrap #layout #container #obsah .in #position table tr td {
	font-family: Arial, Helvetica, sans-serif;
}
#wrap #layout #container #obsah .in #position table tr th p {
	text-align: center;
}
