/*96E746 zelená
CFD7EE light blue 
25376D - modrá
*/
* {
    padding: 0;
    margin: 0;
} 

body {
  background: #333333 url('body.jpg') repeat-x scroll top;
	font: .74em "Trebuchet MS" Verdana, Arial, sans-serif;
	line-height: 1.5em; 
	color: #333333;
}
a {
	color: #003366;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

img{border: 0px; padding: 10px;}
dl{padding-bottom: 20px;}
dl dt{padding-left: 10px; font-weight: bold; padding-top: 8px;}
dl dd{padding-left: 20px; }

td, th{padding: 3px;}
h4{padding: 5px 5px 5px 0px;}

#container{
margin: 0px auto;
width: 800px;
}

#header{background: transparent url('header.jpg') no-repeat scroll 0px 0px; width: 800px; height: 210px;}
  #header h1{display: none;}
  #header h2{display: none;}
  #header .breadcrumbs {padding-top: 178px; padding-left: 170px;}


#content{
width: 800px;
background: #fff url('middle.jpg') repeat-y scroll 0px 0px; 
}

#bottom {
background: #fff url('bottom.jpg') no-repeat scroll 0px 0px; width: 800px; height: 40px;
font-size: 10px; }
  #bottom a{margin-left: 2px;}

#clear {	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;}

#footer {	text-align: center;	color: #666;}
#footer a{color: #ccc;}

.highlight{display: block; border-bottom: 2px solid gray; margin: 10px 5px 5px 5px; padding-bottom: 10px;}
  .highlight img{border: 4px solid white; margin: 0px; padding: 0px;}
  .highlight span{display: block; line-height: 16px; color: #333; background-color: #eee; font-size: 11px; text-align: right; padding: 2px;}
.odsazeni{padding-left: 40px; padding-right: 40px;}

.centersmall{text-align: center;}
  .centersmall a{font-size: 11px;}
  
.ads { 
  background: #fff; 
	padding: 5px; text-align: center;
}
	
.middle{ padding-left: 40px; padding-right: 20px; width: 500px;
	float: left;
	text-align: justify;
}

.right {
  width: 180px;
  padding-left: 20px; padding-right: 40px; 
  float: left;	
}

.right ul {	padding: 20px 0 15px 20px;	margin:0;}
.right li {	margin-bottom:5px;	list-style-type: square;	color: #003366;}
.right h2 { color: #3B6EBF; font-size: 14px; margin-top: 15px;}

.middle h2 { color: #3B6EBF; font-size: 16px; margin-bottom: 10px; margin-top: 10px;}
.middle p.highlight{}




