/* CSS temp_01 */

/* Typography */
body {
  font: 75% 'Arial CE', 'Helvetica CE', Arial, helvetica, sans-serif;
 background: #525252 url(../img/bg_body.gif) repeat-x;
  color: #fff;
  text-align: center;
  margin:0px;
  padding-bottom:45px;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl, address, blockquote, table, .meta, .separ, .foto 
{
line-height:20px;
margin:20px;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: bold; color: #999999;}

h1 { font-size: 2.2em;  }
h2 { font-size: 2.2em; line-height:28px; margin:15px 20px;}
h2 span{color: #999999;font-size:0.9em; }
h2 a{text-decoration:none;color: #336600;}
h3 { font-size: 1.5em;   }
h4 { font-size: 1.0em; }
h5 { font-size: 1em; }
h6 { font-size: 1em;; }
/* Text elements
-------------------------------------------------------------- */

p                {line-height: 140%; font-size: 1em;}

a           {text-decoration: underline; color: #ff9900;}
a:hover          {text-decoration: none; color: #fff;}

strong      { font-weight: bold; }
big         {font-size: 1.2em;}
small       {font-size: 0.8em;}

blockquote p {font-style:italic;margin:10px;}

/* Lists
-------------------------------------------------------------- */

ul, ol      { margin: 20px 1.5em 1.5em 50px;padding:0; }
li          {margin:0;padding:0;}

ul.extra    {list-style:none;position:relative;}
ul.extra li {background: url(../img/li_extra.jpg) no-repeat 0 6px;padding:0 0 0 20px;}

ul.mapa    {list-style:none;position:relative;}
ul.mapa li {background: url(../img/li_extra.jpg) no-repeat 0 6px;padding:0 0 0 20px;font-weight:bold;font-size:1.1em;}
ul.mapa ul li{font-size:0.9em;}
ul.mapa ul li a{color:#929294;}
ul.mapa ul ul li{font-weight:normal;}
ul.mapa ul ul li a{color:#929294;}

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

/*		table		*/
table{
  border: 3px solid #6d6d6d;
  font-size: 0.9em;
  border-collapse: collapse;
  width:50%;
  }
th,td{
  border: 1px solid #6d6d6d;
	padding:3px 6px;
  font-size: 1em;
  }
th{
  background-color: #FF9900;
  padding: 3px 6px;
  color: white;
  font-size: 1em;
  text-align: center;
  }
.note {background-color: #000; font-size: 0.9em;}

/* Misc classes
-------------------------------------------------------------- */

.hide       { display: none; }
.noborder   {border:none;}
.bold       {font-weight:bold;}

/* Body Elements
-------------------------------------------------------------- */

img{border: 0 }
hr {display: none;}


/* Form fields
-------------------------------------------------------------- */
/* Form fields
-------------------------------------------------------------- */
div.formular{width:310px;font-size:0.9em;margin:30px 20px 20px 20px;border:1px solid #fbedac;background:#fefcef;}

ul.form{margin:0;padding:0 0 0 20px;list-style:none;}
ul.form li{padding:5px 20px 0 0;float:left;width:270px;}
ul.form li.textarea, ul.form li.submit{width:260px;}

h3.form_nazev{margin:0;font-size:1.1em;font-weight:bold;position:relative;top:-10px;left:20px;color:black;}
h3.form_nazev span{border:1px solid #fbedac; background: #fff url(../img/bg_inputs.gif) no-repeat;padding:3px 20px;}

input, textarea, select{background: #fff url(../img/bg_inputs.gif) no-repeat;border:1px solid #fbedac;padding:3px 5px;}
label{font-weight:bold;}
input{font-size:1.0em;width:260px;}
textarea{font-size:1.0em;font-family:Verdana;width:260px;}
select{font-size:1.0em;width:270px;}

input.submit{width:65px;font-weight:bold;padding:2px 0;margin-bottom:20px;position:relative;left:207px;background:#ca0000;color:white;border:none;}

label.check{float:left;margin:0px 15px 0px 0;font-weight:normal}
input.check{background:none;border:none;display:inline;margin:0 4px 2px 0;vertical-align:middle;width:auto;}

label.radio{float:left;margin:0px 15px 0px 0;font-weight:normal}
input.radio{background:none;border:none;display:inline;margin:0 4px 2px 0;vertical-align:middle;width:auto;}

/*  ID for construction */
#page{
  width: 950px;
  text-align: left;
  margin: 0 auto 50px auto;
  position:relative;
  background: #525252 url(../img/bg_page.gif) no-repeat left top;

  }
#header{
  position:relative;
  height: 105px;
  background: #202020 url(../img/bg_header.gif) repeat-x ;
}
#header h1{
  margin: 0 ;
  font-size:1.5em; 
}
#header h1 a{
  display: block;
  text-decoration: none;
  color: #fff;
  width: 285px;
  line-height:90px;
  height: 90px;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 20px;
}
#header h1 a span{
  display: block;
  width: 100% ;
  height: 100% ;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  background: url(../img/logotype.gif) no-repeat ;
}


#header .claim{
  display: block;
  width: 320px ;
  position: absolute;
  top: 20px;
  right:  10px;
  color: white;
  font-size: 2em;
  font-weight: bold;
  
}



/*  left menu  */
#menu{
  float:left;
	width: 200px;
	text-align:center;
	padding:20px 0;
}
#menu ul{
margin:0 10px;
padding:20px 0;
list-style:none;
text-align:left;
}
#menu li {
  margin: 0 ;
  position:relative;
  }
#menu li a{
text-decoration:none;
font-weight:bold;
color: #ff9900;
font-size:1.1em;
border-bottom:1px solid #525252;
display:block;
padding:2px 10px 2px 20px;
background: #5f5f5f url(../img/nav_li.gif) no-repeat 160px 9px ;
}
#menu a.on{
color:#fff;
}
#menu a:hover{
color:#fff;
}
/*  main  */
#content{
	float: right;
	margin:0;
	width: 750px;
	overflow:hidden;
	background:#525252;
	}
.maincontent{
padding:10px 20px;
}	
	



/*  class   */
.noscreen{display: none;}
.none{display: none;}
.big{font-size: 1.2em;}
.small{font-size: 0.9em;}
.separ { display: block; border-bottom: 1px solid #777777  ; line-height: 1px; font-size: 1px; height: 1px; margin: 15px ;}
.break {clear: both; line-height: 1px; font-size: 1px; height: 1px; margin: 0 ;}
.center { text-align: center;}
.justify {text-align: justify;}
.fl { float: left;}
.fr { float: right;}
.silent{color:#929294;}
.bg_silent{background:#fefcef;}
.bg_loud{}
.colborder{border:1px solid #fbedac; }


/* footer */
#footer{
  clear: both;
  font-size: 0.9em;
  background: #fff ;
  border-top: 1px solid #ccc;
  color: #999;
	  }
#footer a{
  color: #999;
	  }

#footer p{
line-height:70px;
height:70px;
float:left;
margin:0 20px 0 10px;
  }
#footer p.nav{
margin-left:95px;
}
#footer p.creactive{
float:right;
}
/*  Search results  */
#search_results{
margin:20px;
position:relative;
padding:20px;
}
#search_results h2{
font-size:1.0em;
font-weight:bold;
margin:0;
}
#search_results p{
margin:10px 0;
}
#search_results ul.extra{
margin-left:0px;
}

/*  Soubory  */
ul.download{
margin:20px;
padding:0px;
list-style: none;

}
ul.download li{
  padding: 4px 8px ;
  margin: 3px 0; 
  border-bottom: 1px solid #ddd ;
  text-align: right;
  color: #999;
}
.download img{
float:left;
margin-right:5px;
}
.download li a{
  float: left;
}

