/***************************************************
   HTML Element Styles
 ***************************************************/

body {

  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #000;
  background-color: #FFCC66;
  margin-left: 0px;
}

h1 {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  margin-top: 5px;
}

h2 {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

h3 {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
}

.title {
  font-size: 25px;
  font-weight: bold;
  color: #993366;
  border-left: 5px solid #993366;
  padding-left: 5px;
}
.title a {
  text-decoration: none;
  color: #993366;
}
.title a:hover {
  text-decoration: none;
  color: #993366;
  background-color: white;
}


.subtitle {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  border-left: 5px solid #FFF;
  padding-left: 5px;
  padding-top: 5px;
}

p#heading {
  background-color: #993366;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  padding: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
}

p#vypis {
  font-size: 12px;
  line-height: 20px;
  color: #000;
   background-color: #FFF;
  vertical-align: top;
  min-height: 100px;
  }
p#form {
  font-size: 12px;
  line-height: 20px;
  color: #000;
   background-color: #FFF;
   padding-left: 10px;
   padding-right: 10px;
  }
p#form2 {
  font-size: 16px;
  line-height: 20px;
  color: #000;
   background-color: #FFF;
   padding-left: 10px;
   padding-right: 10px;
   font-weight: bold;
  }
span#cena {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  color: #990000;
   background-color: #FFF;
  float: left;
  margin-right: 30px;
  }

ul {
  margin-left: 8px;
font-size: 12px;
  line-height: 20px;
  color: #000;
  }

div#border {
border-top: 1px solid #CCCCCC;
margin-left: 2px;
margin-top: 1px;
margin-bottom: 1px;
margin-right: 2px;
font-size: 8px;	
}

#lpanel ul {
  padding: 0px;
  margin: 0px;
}
#lpanel li {
  list-style-type: none;
  font-size: 11px;
  font-weight: normal;
  margin-left: 6px;
  margin-bottom: 3px;
 }

a#l1 {
  color: #993366;
  text-decoration: underline;
  font-weight: bold;
  padding-left: 15px;
  background: url(../images/b-1.gif) no-repeat center left;
  font-size: 13px;
}

a#l1:hover {
  color: #690;
  text-decoration: none;
  background: url(../images/b-2.gif) no-repeat center left;
}

a#l2 {
  color: #993366;
  text-decoration: none;
  font-weight: normal;
  padding-left: 15px;
  font-size: 11px;
}

a#l2:hover {
  color: #690;
  background-color: #FFF;
}

a {
  color: #690;
  text-decoration: underline;
  padding: 1px;
}

a:hover {
  color: #666;
  background-color: #EEE;
  text-decoration: none;
}



/***************************************************
   Site Layout Containers
 ***************************************************/

#body {
  width: 876px;
  padding: 0px;
  text-align: center;
}

#header {
  width: 850px;
  height: 150px;
  margin: 5px;
  padding: 10px;
  background-color: #FFF;
  border: 1px solid #DDD;
  background: url(../images/banner2.jpg) no-repeat top left;
  text-align: left;
}

#title {
  padding: 10px;
  background-color: #FFF;
  text-align: left;
  width: 300px;
}

#lpanel {
  float: left;
  margin-top: 0px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 10px;
  background-color: #FFF;
  border: 1px solid #DDD;
  width: 180px;
  font-size: 10px;
  vertical-align: top;
 text-align: left;
  float: left;
min-height:530px;

}


#content {
  width: 640px;
 
  padding: 10px;
  background-color: #FFF;
  border: 1px solid #DDD;
  vertical-align: top;
  text-align: left;
  float: right;
}
  
#contentkatalog {
  width: 1000px;
  margin-left: 0px;
  padding: 0px;
  background-color: #FFF;
  border: 1px solid #DDD;
  vertical-align: top;
  text-align: left;
  float: left;
}

div#footer {
  width: 844px;
  margin: 5px;
  padding: 10px;
  background-color: #FFF;
  border: 1px solid #DDD;
  text-align: right;
  float: left;
  
}
div#footer span {
  font-size: 11px;  
}
div#footer span a {
  color: #000000;  
}




