* {
  padding: 0;
  margin: 0;
}

body {
  background: #ebedf2;
  color: #2e576b;   
  font-family: Verdana, "Geneva CE", lucida, sans-serif;
  font-size: 10pt;
}

a, a:link, a:visited {
  color: #0086BC;
}

a:hover {
  color: #03A8EC;
  text-decoration: none;
}

#wrapper {
/*   width: 970px;*/
   width: 740px;
   margin: 0 auto;
   background: #fff url(images/wrapper_bg.gif) top center repeat-y;
 }
	
  #sidebar {
    float: left;
    width: 180px;
    padding: 10px;
  }
  
  #news {
    padding: 10px;
    border: 1px solid #e1e1e0;
    margin-left: 10px;
    width: 100%;
    margin-top: 20px;
  }

  #news_wrapper {
    border: 1px solid #e1e1e0;    
  }

  #news h3 {
    font-size: 11pt;
    margin-bottom: 1em;
    color: #2e576b;
    font-weight: bold;    
  }
  
#content {
  float: right;    
  /*width: 710px; */
  width: 480px;
  margin: 0;
  margin-right: 10px;
  padding: 10px;
  padding-top: 0;  
}
  
  #content p {
    padding-top: 0.5em;    
/*    text-align: justify;*/
    line-height: 150%;
  }
  
  #header h1 a {
    background: transparent url(images/header_bg.jpg) bottom center no-repeat;
    height: 160px; 
    display: block;
  } 
  
  #header h1 span {
    display: none;
  }
  
  #top {
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
  }
  
  #top a {
    color: #000;
    text-decoration: none;
  }

  #top a:hover {    
    text-decoration: underline;
  }
    
  #searchForm {  
  float: left;
  margin-left: 70px;
  }
  
  #footer {
   background: transparent url(images/footer_bg.gif) bottom center no-repeat;
   clear: both;
   padding: 20px; 
  }
  
  #footerContact {
    color: #000;
    background: #e1e1e0;
    width: 180px;
    padding: 10px;
    float: left;
  }
  
  #footerCopy {
    float: right;
    text-align: center;
    width: 470px;
    margin-top: 4em;
  }
  
 /* Navigation */
 #navigation {
   width: 185px;   
   margin-left: 20px;   
 } 
 
 #navigation ul li.sub {   
   display: block;
 }
 
 #navigation ul li.sub ul {   
   margin-left: 1em;
 }


 #navigation ul {
   list-style-type: none;   
 } 
 #navigation ul li {
   padding: 0.15em;   
 }
 
 #navigation ul li a {
   display: block;
   color: #03a8ec;
   text-decoration: none;
   padding: 0.15em;
   font-weight: bold;
   font-size: 11pt;
 }

 #navigation ul li.sub ul li a {
   display: block;
   color: #000;
   text-decoration: none;
   padding: 0.15em;
   font-weight: normal;
   font-size: 10pt;
 }

 #navigation ul li.sub ul li a:hover {
   color: #03a8ec; 
   
 }
 
 #navigation ul li a:hover {
   display: block;
   text-decoration: none;
   color: #F5821F;
 }
 
#content p.breadcrumbs {
  /*background: #d1d0ce; */
  min-height: 20px; 
  width: 453px;
  float: right;
  margin-right: 10px;
  padding: 10px;
  padding-top: 10px;
  margin-bottom: 1em;
  padding-top: 0 !important;
  /*margin-top: -10px;*/
 }
 
 
 #langSelect {
    float: right;
    display: inline;
 }
 
 #langSelect ul {
   list-style-type: none;
   margin-left: 2em;
 }
 
 #langSelect ul li {
   float: left;
   padding: 0.25em;
 }

 #langSelect ul li a {
    font-weight: bold;
 }
  
 #fontSelect {
   float: right;
   display: inline;
 }
 
 #fontSelect ul {
   list-style-type: none;
 }
 
 #fontSelect ul li {
   float: left;
   padding: 0.25em;
 }
 #fontSelect ul li a {   
   padding: 0.5em;
   text-decoration: none;
   line-height: 12pt;
   font-weight: bold;
 }
 
 #fontSelect ul li a.big {
   font-size: 12pt;   
 }
 #fontSelect ul li a.small {
   font-size: 10pt;
   
 }
 
#pcDiv {
  /* background: #d1d0ce;*/
  min-height: 60px; 
  width: 453px;
  float: right;
  margin-right: 30px;
  padding: 10px;
  padding-top: 5px;
}
 
 #pcDiv h3 {
   font-size: 12pt;
   color: #f10f0f;
   margin: -0.25em 0 0.5em 0;
 }
 
 #pcDiv h3 a {   
   color: #f10f0f;   
 }
 
 #pcDiv div {
   padding-left: 90px;
   background: transparent url(images/pc.gif) center left no-repeat;
 }
 
 #projectDiv {  
  min-height: 60px; 
  width: 451px;
  float: right;
  margin-right: 30px;
  padding: 10px;
  padding-top: 5px;
  /*border: 1px solid #ccc; */
  border-top: 0;
 }
 
 #projectDiv h3 {
   font-size: 12pt;
   color: #f10f0f;
   margin: 0.25em 0 0.5em 0;
 }
 
 #projectDiv h3 a {   
   color: #f10f0f !important;   
 } 

 #projectDiv div {
   padding-right: 90px;
   background: transparent url(images/info.gif) bottom right no-repeat;
 }
 
 #projectDiv ul {   
   list-style-type: none;   
 } 
  
 #projectDiv h3 a:hover,
 #pcDiv h3 a:hover
  {   
   text-decoration: none;
 }
  
 #content h2 {
   font-size: 14pt;
   color: #0d2e3e;
   margin-bottom: 0.75em;
   margin-top: 0.5em;
 }
 
 #content a, 
 #content a:link
 {
  text-decoration: underline;
  color: #0d2e3e;  
 }
 
 #footer a, 
 #footer a:link
 {
  text-decoration: underline;
  color: #0d2e3e;  
 }
 
 #footer a:hover
 {
  text-decoration: none;
 }
 
 #projectDiv ul a, 
 #projectDiv ul a:link
 {
  text-decoration: underline;
  color: #0d2e3e;  
  font-weight: bold;  
 }
 
 #projectDiv ul a:hover
 {
  text-decoration: none;   
 }
 
 .right {
   float: right;
 }
 .left {
   float: left;
 }
 .clear {
   clear: both;
 }

/* TYPO */
body {
    font-family: Verdana, "Geneva CE", lucida, sans-serif;;
    font-size: 12px;
}

h2 {
	font: normal 1.6em Verdana, "Geneva CE", lucida, sans-serif;;
	color: #7C9FAA;
	padding: 10px 0 0px 0;
	margin: 0;
}

h3 {
  font-size: 1.2em;
  padding: 20px 0 10 0;
}

h4 {
  font-size: 1.1em;
  margin: 0.25em;
  padding: 20px 10px;
}
/* headings */

div#main h2 {
    height: 35px;
    padding: 0;
    margin: 0;
}

div#main h3 {
    padding: 0;
    margin: 0;
}

/* BANNER */
#banner_468x60_01 {
/*  width: 468px;*/
/*  float: right;*/
  margin-right: 30px;
  text-align: right;
  margin-bottom: 10px;
}

 a.rss {
    background: url("images/rss_icon.gif") center left no-repeat;
    padding-left: 17px;
    margin-left: 5px;
    text-decoration: none !important; 
  }

  a.rss_small {
    background: url("images/rss_icon_small.gif") center left no-repeat;
    padding-left: 17px;
    margin-left: 5px;
    text-decoration: none !important; 
  }  

  a.rss span {
    display: none;
  }

#sidebar a, #content a:link, #content a:visited {
  color: #0086BC;
}

#sidebar a:hover, #content a:hover {
  color: #03A8EC;
  text-decoration: none;
}


/* TABLES */

table {
  border-collapse: collapse;
  border: 0;
  font: normal 100%/140% arial, helvetica, sans-serif;
  color: #555;
  background: #fff;
}

td, th {
  border: 1px dotted #bbb;
  padding: .25em;
}

caption {
  padding: 0 0 .5em 0;
  text-align: left;
  font-size: 1.4em;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
  background: transparent;
}

table a {
  padding: 1px;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}

table a:link {}
table a:visited {}
table a:hover {}

thead th, tfoot th {
text-align: left;
font-size: 1.2em;
font-weight: bold;
color: #333;
background: transparent;}

tfoot td {border: 2px solid #000;}

tbody th, tbody td {vertical-align: top;
text-align: left;}

tbody th {white-space: nowrap;}

.odd {background: #fcfcfc;}

tbody tr:hover {background: #fafafa;}


#content ul, #content ol {
  list-style-position: outside;
  margin-left: 2em;
  list-style-image: url("images/list.gif");
}

#content ul li, #content ol li {
  padding: 0.25em;
  padding-left: 0;
}

h2.pageTitle {
  color: #F5821F !important;
}

/* BODY STYLES */

#navigation ul li.sub ul {
 /* display: none;*/
}

body.o_spolecnosti #o_spolecnosti {
  display: block !important;
}

/* FORMS */

fieldset {
	border: 1px solid #ccc;
	padding: 1em;
}
legend {
 margin: 0.5em 0;	
}


#flash_notice {
  
  
  background: #FCFCB0;
  font-weight: bold;
  padding: 1em;
  margin-right: 20px;	
}

.news_item {
  margin-bottom: 1em;
}

img {
  border: none;
}