/***************************************************
   HTML Element Styles
 ***************************************************/

body {

  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #000;
background: url("/images/bg.gif") 0 0 repeat-x;
background-color: #dfdfdf;
}

h1 {
  font-size: 25px;
  font-weight: bold;
  color: #006699;
  margin-top: 5px;
  padding-left: 5px;
}

h1 a {
  text-decoration: none;
  color: #006699;
}
h1 a:hover {
  text-decoration: none;
  color: #006699;
  background-color: white;
}

h2 {
  font-size: 20px;
  font-weight: bold;
  color: #006699;
  margin-top: 5px;
}
h2#subtitle {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  border-left: 0px solid #FFF;
  padding-left: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 0px;
}

div#title {
  font-size: 25px;
  font-weight: bold;
  color: #CC9933;
  border: 1px solid black;
  padding-left: 5px;
  width: 250px;
}

h3 {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color:#006699;
  margin-top: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #006699;
text-align: left;
  padding: 4px;

}


p {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #000;
  background-color: white;
}

.float_left {
  float: left;
  margin-right: 10px;
}

.float_right {
  float: right;
  margin-left: 10px;
}
.arrow_list { 
  margin-left: 10px;
  padding-left: 0;
  list-style: none;
} 

.arrow_list li { 
  padding-left: 10px;
  padding-bottom: 5px;
  background-image: url(../images/arrow.gif);
  background-repeat: no-repeat;
  background-position: 0 7px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  line-height:18px;

}

div#reklama {
	text-align: center;
	margin-left: 7px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-right: 7px;
	font-size: 8px;	
	}

div#border {
border-top: 1px solid #CCCCCC;
margin-left: 2px;
margin-top: 1px;
margin-bottom: 1px;
margin-right: 2px;
font-size: 8px;	
}

#feature_box {
  float:left;
  width:560px;
  background-color: #F6FCEC;
  border:1px solid #AAE5A4;
  padding:10px;
  margin-top:10px;
  margin-bottom:5px;
  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;
}



ul {
  margin-left: 30px;
font-size: 12px;
  line-height: 20px;
  color: #000;
  }


#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: #333;
  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;
  background: url(../images/b-2.gif) no-repeat center left;
text-decoration: none;
}

a#l2 {
  color: #333;
  text-decoration: underline;
  font-weight: bold;
  padding-left: 15px;
  background: url(../images/b-1.gif) no-repeat center left;
  font-size: 11px;
}

a#l2:hover {
  color: #690;
  background: url(../images/b-2.gif) no-repeat center left;
text-decoration: none;
}

a {
  color: #690;
  text-decoration: underline;
  padding: 1px;
}

a:hover {
  color: #666;
  background-color: #EEE;
  text-decoration: none;
}



/***************************************************
   Site Layout Containers
 ***************************************************/

#body {
  width: 976px;
  padding: 0px;
  text-align: center;
}

#header {
  width: 950px;
  height: 160px;
  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: 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: 310px;
 vertical-align: top;
 text-align: left;
min-height:430px;

}


#content {
  width: 610px;
  margin-right: 0px;
  padding: 10px;
  background-color: #FFF;
  border: 1px solid #DDD;
  vertical-align: top;
  text-align: left;
  float: right;
}
  

div#footer {
  width: 944px;
  margin: 5px;
  padding: 10px;
  background-color: #FFF;
  border: 1px solid #DDD;
  text-align: right;
  float: left;
  
}



