/** ===============================================================
  * NORS 3 v 2.0 : New Opportunities Redaction System
  * http://milde.cz/produkty/
  * ===============================================================
  *
  * Copyright (C) 2005-2007 Daniel Milde
  * Milde.cz
  * http://milde.cz/kontakt/
  *
  * ===============================================================
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
  * as published by the Free Software Foundation; version 2
  * of the License.
  * ===============================================================
**/

body{
   background: #CCFFCC;
   margin:0px;
   padding:0px;
   text-align:center;
   font:normal 1em Verdana,'Trebuchet MS',Verdana,sans-serif;
   line-height:1.6em;
}

h1{
  text-align: center;
  color: white;
  margin: 0px auto 0px auto;
  padding-bottom:20px;
  padding-top: 20px;
  width:930px;
  font-size: 70px;
  visibility: hidden;


}

h1 a{
  color: #000000;
  text-decoration:none;

}

h1 a:hover{
   color: #009900;

}

h2{
  margin:10px 0px 5px;
  font:normal 1.5em Georgia,'Times New Roman', serif;
  color: #009900;
}

h2 a{
  text-decoration:none;
  color: #009900;
}

h2 a:hover{
  text-decoration:underline;
  color: #009900;
}

h3{
  margin:10px 0px 0px 0px;
  padding:0px;
  font:bold 1.3em Georgia,'Times New Roman', serif;
}

img{
  border:none;
  margin:5px;
}

dfn,acronym{
  border-bottom: 1px dotted #666;
  cursor: help;
}

code{
  white-space:pre;
  font-family: monospace;
  display:block;
  border:1px dotted #000;
  font-size:1.1em;
  padding:5px;
  margin:2px;
  overflow:auto;
  width:100%;
}

a{
  color: #666666;
}

table{
  border:1px solid #000;
  border-collapse:collapse;
}

td{
  border:1px solid #000;
  padding:5px;
}

#inner{
  width:970px;
  margin:20px auto 0px;
  min-height:1500px;
  background: url("../images/style0/header.jpg") no-repeat black;	  	
  padding:0px;
  padding-bottom:25px;
  position:relative;
  text-align:left;
}

* html #inner{
  height:1200px;
}

#right{
  width:200px;
  overflow:hidden;
  position:absolute;
  top:139px;
  right:30px;
}

#head{
  background: url("images/style0/anti.jpg") no-repeat;
  aligh: right;
  width:970px;
  height: 40px;
  margin:0px;

}

#text{
  padding:10px 250px 50px 40px;
  font-size:0.75em;
  color: white;
  overflow:hidden;
  text-align:justify;
  background: black;
}

.menu {
  margin:0px;
  padding:0px;
  list-style-type:none;
  font:normal 1em Verdana,sans-serif;
}

.menu li{
  margin:0px;
  padding-top: 2px;
  padding-left: 1px; 
  padding-right: 10px;
  padding-bottom: 0px;
  list-style-type:none;
  font:normal 1em Verdana,sans-serif;
}

.menu li a{
  display:block;
  margin: 2px;
  padding-top: 0px;
  padding-left: 2px; 
  padding-right: 10px;
  padding-bottom: 0px;
  text-decoration:none;
  color: white;
  font-size:0.9em;
}

.menu li a:hover{
  background: white;
  margin: 2px;
  padding-top: 0px;
  padding-left: 2px; 
  padding-right: 10px;
  padding-bottom: 0px;
  color: black;
}

.menu li.selected{
  position:relative;
  top:1px;
  background: #999999;
}

.menu ul a{color: white;}

#right h2{
  color: black;
  padding:2px;
  font:bold 1em serif;
  text-align:center;
  margin:0px;
  margin-top:20px;
  border: 1px solid white;
  background: #669966;
}

#feet{
  position:absolute;
  bottom:0px;
  left:0px;
  width:970px;
  text-align:center;
  font:normal 0.8em Verdana,sans-serif;
  color:#FFF;
  padding-top:45px;
  padding-bottom:5px;
}

#search div{
  text-align:center;
}

#search input{
  width:100px;
  margin-top:3px;
  margin-bottom:3px;
}

#popis{
 text-align:right;
 border-bottom:0px double rgb(41,97,132);
 margin-bottom: 5px;
 font-size: 10px;
 color: white;
 font-weight: bold;
 width:930px;
 margin: 0px 20px 20px 20px;

}

#podobne{
  border:1px dotted #AAA;
  padding:5px;
}

.important{
  font-weight:bold;
  color:rgb(170,36,46);
}

.center{
  text-align:center;
}

.right{
  float:right;
}

.koment_nadpis{
  margin-top:30px;
}

.tag code{
  display:inline;
  border:none;
}

span.search{
  background: rgb(255,255,51);
}

.picture{
  display: block;
  width: 300px;
  padding: 5px;
  border: 1px solid #bbb;
  color: #000;
  text-decoration: none;
  background: #ddd;
  margin:10px;
  float: right;
  clear: both;
}

.picture img{
  margin:0px;
}

.picture span{
  display: block;
  width: 300px;
  text-align:center;
}

#linkuj{
  clear: both;
}


/* formulare */
#f fieldset{
  border-color:#BBB;
  border-style:double;
  border-width:4px 1px 2px 1px;
  padding:10px;
  text-align:left;
  width:400px;
  margin-left:150px;
}

legend{
  color: #a60000;
  text-align:center;
  font-weight:bold;
  margin-bottom: 0.1em;
}

#f fieldset input,fieldset select{
  float:left;
  border: 1px solid #BBB;
  width: 260px;
  height: 25px;
  color: #333333;
  margin-bottom: 8px;
}

#f fieldset label{
  width:10em;
  float:left;
  clear:both;
  text-align:right;
  margin-right:1em;
}

#f fieldset a.help{
  float:left;
  text-decoration:none;
  color:#f00;
}

fieldset .center{
  text-align:center;
  width:100%;
  float:left;
  clear:both;
}

fieldset textarea{
  float:left;
  width:259px;
  height:200px;
  border: 1px solid #BBB;
  margin:0px;
}

.tag{
  text-decoration:none;
  color:#000;
  background:#C0C0C0;
  border: 1px solid #999;
  padding:3px;
  margin-right:5px;
}

.tag:hover{
  background:#DFDFDF;
}

fieldset input.submit{
  margin-top:10px;
  font-weight:bold;
  float:none;
}

.submit:hover{
  background:#DFDFDF;
}

.komentar .autor{
  font:bold 0.8em Verdana,Arial,sans-serif;
  background: #669966;
}
.autor a{
  font-size:1.1em;
  color: black;
}

.komentar{
  padding:0px;
  margin:0px;
  margin-bottom:15px;
  background:rgb(232,230,164);
  width:690px;
}

* html .komentar{
  width:685px;
}

.komentar div{
  padding:5px;
  color:#000;
}

.odpoved{
  border-top:1px dotted rgb(194,194,192);
  background:#fff;
  margin:-5px;
}

.reakce{
  /*float:left;
  clear:left;*/
  line-height:1.1em;
}

fieldset #tags{
  width:400px;
  clear:both;
  text-align:center;
  float:left;
  margin-bottom:5px;
}
/* end formulare */

.clanekin  {clear: both;
            padding-bottom: 10px;
            border-bottom: dashed 1px white;
            height: 180px;
            }

.clanekin img {float: left;}

