/* CSS Document */
div#soutez_rozcestnik h2, div#soutez_seznam h2 {
	color: #D50100;
	font-size : 13px;
	font-weight : bold;
  border-bottom : 2px solid #D50100; 
}

div#soutez_rozcestnik div.item { 
  float : left;
  width : 241px;
  height : 170px;
  border : 1px solid #D50100;
} 

div#soutez_rozcestnik div.item div.nadpis { 
  float : left;
  width : 241px; 
  height : 38px; 
  background-color : #D50100; 
  color : #fff; 
  font-size : 12px; 
  font-weight : bold;
  text-align : center;
}
div#soutez_rozcestnik div.item div.nadpis p { margin-top : 10px; }
div#soutez_rozcestnik div.item div.nadpis a { color : #fff; }

div#soutez_seznam { width : 427px; }
div#soutez_seznam div.item {
  float : left;
  width : 100%;
  font-size : 11px;  
  margin-bottom : 20px;  
}
div#soutez_seznam a { color : #D50100; }

div#soutez_seznam_pravy { color : #fff;  font-size : 10px; padding : 8px;}
div#soutez_seznam_pravy a { color : #fff; }

div#soutez_seznam_levy { width : 157px; font-size : 10px; }
div#soutez_seznam_levy div.nadpis {
  float : left;
  width : 147px;    
  background-color : #D50100;
  padding : 5px;
  margin : 0px 0px 5px 0px; 
  color : #fff; 
  font-size : 12px; 
  font-weight : bold;
}
div#soutez_seznam_levy div.popis {color : #D50100; font-size : 11px; font-weight: bold; width : 147px;}
div#soutez_seznam_levy .nadpis { color : #D50100; float: left;}
div#soutez_seznam_levy a { color : #D50100; float: left;}
div#soutez_seznam_levy img.sipky { width : 17px; height: 10px; border : 0px solid #000; padding: 3px 5px 0px 5px;}
div#soutez_seznam_levy img.fotky { width : 143px; border : 1px solid #000; margin : 5px;}
