/***************************************************
   HTML Element Styles
 ***************************************************/

body {

  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #000;
  background-color: #b0c4de;
}

h1 {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  margin-top: 5px;
}

h2 {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  margin-top: 5px;
}

h3 {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
}

.title {
  font-size: 25px;
  font-weight: bold;
  color:  	#008b8b;
  border-left: 0px solid #FF9900;
  padding-left: 5px;
}
.title a {
  text-decoration: none;
  color:  	#008b8b;
}
.title a:hover {
  text-decoration: none;
  color:  	#008b8b;
  background-color: white;
}


.subtitle {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  border-left: 5px solid #FFF;
  padding-left: 5px;
  padding-top: 5px;
  margin: 0px;
}

p#heading {
  background-color: #008b8b;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  text-align: left;
  padding: 4px;
  margin-top: 5px;
  margin-bottom: 5px;
}

p#vypis {
  font-size: 12px;
  line-height: 20px;
  color: #000;
   background-color: #FFF;
  vertical-align: top;
  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;
 }
#content ul {
  padding: 0px;
  margin-left: 30px;
}

a#l1 {
  color: #333;
  text-decoration: none;
  font-weight: bold;
  padding-left: 15px;
  background: url(../images/b-1.gif) no-repeat center left;
  font-size: 13px;
}

a#l1:hover {
  color:  	#008b8b;
  background: url(../images/b-2.gif) no-repeat center left;
}

a#l2 {
  color: #333;
  text-decoration: none;
  font-weight: normal;
  padding-left: 15px;
  font-size: 11px;
}

a#l2:hover {
  color:  	#008b8b;
  background-color: #FFF;
}

a {
  color:  	#008b8b;
  text-decoration: underline;
  padding: 1px;
}

a:hover {
  color:  	#008b8b;
  background-color: #EEE;
  text-decoration: none;
}



/***************************************************
   Site Layout Containers
 ***************************************************/

#body {
  width: 966px;
  padding: 0px;
  text-align: center;
}

#header {
  width: 940px;
  height: 150px;
  margin: 5px;
  padding: 10px;
  background-color: #FFF;
  border: 1px solid #DDD;
  background: url(../images/banner.jpg) no-repeat top left;
  text-align: left;
}

#title {
  padding: 10px;
  background-color: #FFF;
  text-align: left;
  width: 450px;
  border: 1px black solid;
}

#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: 210px;
  font-size: 10px;
  vertical-align: top;
 text-align: left;
  float: left;
min-height:830px;

}


#content {
  width: 700px;
 
  padding: 10px;
  background-color: #FFF;
  border: 1px solid #DDD;
  vertical-align: top;
  text-align: left;
  float: right;
}
  


div#footer {
  width: 940px;
  margin: 5px;
  padding: 10px;
  background-color: #FFF;
  border: 1px solid #DDD;
  text-align: right;
  float: left;
  
}


#feature_box {
  width: 600px;
  background-color: #F6FCEC;
  border:1px solid #AAE5A4;
  padding:10px;
  margin-top:10px;
  margin-bottom: 15px;
  margin-right:8px;
  text-align: center;
}

#feature_box h4 {
  padding-left:5px;
  margin-top:0px;
  margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 15px;
  color: #003366;
}

#feature_box p {
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #555555;
  line-height: 16px;
  margin-bottom:5px;
}




