@charset "UTF-8";
@import url(general.css);

*{
  margin: 0px;
  padding: 0px;
}

body{
  text-align: center;
  font-size: small;
  font-family: verdana;
  background-color: #C9C9C9;
  background-image: url(../pictures/main-bg.gif);
  background-repeat: repeat;
}
hr{
  visibility: hidden;
  height: 0px;
  clear: both;
}
a{
  text-decoration: none;
  color: #FFF9D5;
}
a:hover{
  text-decoration: underline;
}
.e-mail{
  text-decoration: underline;
}

h1,h2,h3,h4,h5,h6{
  font-weight: bold;
  clear: both;
}

address{
  text-indent: 0;
  padding-bottom: 10px;
  font-style: normal;
}

/*************hlavni stranka********************/
#main{
	margin: 10px auto 0px;
	width: 830px;
}
#header,#midler,#footer{
  width: 800px;
  _width: 830px;
  padding: 0px 15px;
}

/*hlavicka*/
#header{
  position: relative;
  height: 125px;
  background-color: #5A5A5A;
  background-image: url(../pictures/header-bg.jpg);
  background-repeat: no-repeat;
  background-position: left top;
}
#header a.logo{
  position: absolute;
  display: block;
  margin: 0px;
  left: 15px;
  top: 0px;
  width: 320px;
  height: 123px;
}
#header h1{
  visibility: hidden;
}

/*horni menu*/
#header-menu{
  position: absolute;
  bottom: 50px;
  right: 25px;
  list-style-type: none;
}
#header-menu li{
  border-left: 1px #FFF9D5 solid;
  padding-left: 7px;
  padding-right: 2px;
}
#header-menu li.first{
  border-left: none;
  padding-left: 0px;
}
#header-menu a{
  color: #FFF9D5;
  font-weight: bold;
  font-size: 14px;
  text-transform: capitalize;
}

/*vyhledavani*/
#header-search{

}

/*stred stranky*/
#midler{
  float: left;
  background-color: #666666;
  text-align: left;
  background-image: url(../pictures/midler-bg.gif);
  background-position: center;
  background-repeat: repeat-y;
}
/*obsah stranky*/
#content{
  float: right;
  width: 620px;

  _height: 300px;

  min-height:300px;
}
/*leve menu*/
#left-menu{
  float: left;
  width: 180px;
}
#left-menu dt,#left-menu dd{
  margin: 0px 5px;
  font-size: 13px;
}
#left-menu dt{
  margin-top: 5px;
  padding: 3px 0px 3px 5px;
  background-color: #333333;
  color: #FFFFFF;
  font-weight: bold;
  text-transform: capitalize;
}
#left-menu dd{
  margin-bottom: 10px;
  margin-top: 2px;
}
ul.side-menu{
  list-style-type: none;
}
ul.side-menu li{
  display: inline;
}
ul.side-menu a{
  color: #FFF9D5;
  text-transform: capitalize;
  display: block;
  margin-bottom: 1px;
  padding: 3px 0px 3px 15px;
  background-color: #555555;
}
ul.side-menu a:hover{
  text-decoration: none;
  background-color: #818181;
}
/*bocní vyhledavaci formular*/
#side-search{
  background-color: #555555;
  padding: 5px;
  vertical-align: middle;
  font-size: 12px;
}
#side-search input.form-text{
  background-color: #E0E0E0;
  border: none;
  width: 130px;
  padding-left: 3px;
}
#side-search input.form-submit{
  background-color: #F12323;
  width: 20px;
  font-weight: bold;
  border: none;
  color: #FFFFFF;
  text-align: center;
}

/*zapati*/
#footer{
  position: relative;
  clear: both;
  background-image: url(../pictures/footer-bg.gif);
  height: 55px;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
}

#footer address,#footer div.credits{
  position: absolute;
  top: 5px;
  line-height: 14px;
}
#footer address{
  left: 25px;
  text-align: left;
  font-style: normal;
}
#footer div.credits{
  right: 25px;
  text-align: right;
}

/*obsah*/
.article{
  text-indent: 0px;
  text-align: justify;
  padding: 2px 30px 15px 20px;
  color: white;
  font-size: 12px;
}
.article img{
  border:1px rgb(80%,80%,80%) solid;
  float:right;
  margin:5px;
  margin-left:15px;
  position: relative;
}
.article table{
  border-top:1px rgb(80%,80%,80%) solid;
  border-left:1px rgb(80%,80%,80%) solid;
  margin:5px;
  margin-left:15px;
  width:220px;
}
.article table td,.article table th{
  border-right:1px rgb(80%,80%,80%) solid;
  border-bottom:1px rgb(80%,80%,80%) solid;
  margin: 0px;
  line-height: 1.5em;
  color:#FFFFFF;
  font-size: 12px;
}
.article table th{
  background-color: #333333;
  color: #FFF9D5;
}
.article p{
  margin-top:10px;
}
.article ul{
  margin-left:18px ;
}
.article hr{
  clear: both;
  visibility: hidden;
  height: 5px;
}

#content h2,#content h3,#content h4,#content h5,#content h6{
  margin: 5px 15px 5px 15px;
  padding: 3px 0px 3px 10px;
  background-color: #333333;
  color: #FFF9D5;
  font-weight: bold;
  text-transform: capitalize;
}

#content h2{
  font-size: 18px;
}
#content h3{
  font-size: 17px;
}

#content em{
	color: #FFF9D5;
	font-weight: bold;
	font-style: normal;
}
#news{
	margin: 0px 30px 1em 35px;
	list-style-type: square;
}

#news li{
	color: white;
	text-align: justify;
	margin-bottom: 2px
}

.mailform{
  width:475px;
}
.mailform *{
  height:2em;
  margin-top:3px;
}

.mailform label{
  display:block;
  width:120px;
  float:left;
  height:1.5em;
  line-height:1.5em;
}
.mailform input,.mailform textarea{
  font-size: 1.1em;
  height:1.5em;
  display:block;
  width:350px;
  float:left;
}
.mailform textarea{
  height:130px;
  background: rgb(255,255,255) url("/pictures/pozadi-psani.jpg") top right no-repeat;
  _background-attachment: fixed;
}
.mailform label.lab-text{
  height:130px;
  line-height:10em;
}
.mailform .sendbtn{
  width:100px;
  display: block;
  margin-top: 15px;
}
.mailform img{
  float: left;
  margin-left:0px;
}
.mailform .lab-kod{
  height:95px;
  line-height: 95px;
}
.mailform .inp-kod{
  width:150px;
  margin-right: 200px;
}
