body,html {
  	padding: 0px;
	border:  0px none;
	margin: 0px;
}

body {
  background-color: #3f3f3f;
  font-family: "Arial", sans-serif;
  font-size: 13px;
  color: #434343;
}

a img {
	border: 0;
}

.clear {
	clear: both;
}

#obalstranky {
  width: 1066px;
  margin: 0px auto;
  background-image: url('../images/leva.png');
  background-repeat: repeat-y;
  background-position: left top;
  }
  
  #obalstranky2 {
    width: 1066px;
    background-image: url('../images/prava.png');
    background-repeat: repeat-y;
    background-position: right top;
    }
    
    #obalstranky3 {
      width: 990px;
      margin: 0px auto;
      background-color: #FFFFFF;
      padding: 0px 17px;
    }

#hlavicka {

  }
  
  #hlavickaMenu {
    background-image: url('../images/pozadi_cervenosede.png');
    margin-bottom: 5px;
    font-size: 11px; 
    color: white; 
    font-weight: bold;
    padding-top: 3px;
    height: 17px;
  	}
  	
  	#hlavickaMenu a {
  		color: white;
  		font-size: 11px;
  		font-weight: normal;
  		text-decoration: none;
  		}
  		
  		#hlavickaMenu a:hover {
  		text-decoration: underline;
  		}
  		
	#topMenu {
		position: relative;
  		left: -510px;
  		}
  		
	  	#topMenu ul {
	  		padding: 0px;
	  		margin: 0px;
	  	}
	  		
	  	#topMenu li {
	  		float: right;
	  		list-style-type: none;
	  		margin-right: 10px;
	  	}
  
  #hlavickaLogo {
    background-image: url('../images/logo_3.png');
    width: 990px;
    height: 151px;
    margin-bottom: 10px;
    }
    
    .bannerHorni {
      position: relative;
      left: 308px;
      top: 80px;
    }
  
  #breadCrumbs {
  	margin-bottom: 0px;
  	padding-left: 230px;
  }

#frontendSiteMenu {
	float: left;
	width: 188px;
	padding: 0px 6px 50px 6px;
	}
	
	#frontendSiteMenu a.currentMI {
		/*background-color: #e9f2f7;*/
		font-weight: bold;
	}
	
	#frontendSiteMenu  ul {
		padding: 0px;
		margin: 0px;
	}
	
	#frontendSiteMenu > ul {
		padding: 0px;
		margin: 0px 5px 20px 0px;
	}
		#frontendSiteMenu > ul > li {
			background-image: url('../images/menu_plus.png');
			background-repeat: no-repeat;
			background-position: left 7px;
		}
			
			#frontendSiteMenu > ul > li > ul > li {
				background-image: url('../images/menu_2nd.png');
				background-repeat: no-repeat;
				background-position: left 7px;
			}
			
				#frontendSiteMenu > ul > li > ul > li > ul > li {
					background-image: url('../images/menu_2nd.png');
					background-repeat: no-repeat;
					background-position: 11px 7px;
				}
    
    #frontendSiteMenu li {
		list-style-type: none;
		}
      
		#frontendSiteMenu li a {
        	font-size: 13px;
        	color: #718a9e;
        	text-decoration: none;
        	padding-left: 18px;
        	height: 23px;
        	display: block;
        	padding-top: 3px;
        	background-repeat: repeat-x;
      		background-position: left bottom;
	      	/*background-color: #ffffff;*/
	      	background-image: url('../images/pozadi_menu.png');
			}
      
			#frontendSiteMenu li a:hover {
				background-color: #3a80bc;
				color: #c42634;
			}

#obsah {
  margin-left: 230px;
  padding-top: 2px;
  padding-bottom: 20px;
}

#oddelovacPaticky {
  height: 17px;
  background-image: url('../images/pozadi_cervenosede.png');
}

#paticka {
  text-align: right;
  margin-top: 10px;
  padding-bottom: 10px;
  }
  
  #vydava {
    float: left;
    position: relative;
    text-align: center;
    top: -85px;
    width: 200px;
    font-size: 11px;
  }

/********************/
/* obecne stylovani */
/********************/

h2 {
  font-size: 14px;
  border-left: 2px solid #508922;
  padding-left: 10px;
  color: #718a9e;
  text-transform: uppercase;
}

a {
  color: #718a9e;
}

h3 {
  font-size: 13px;
  border-bottom: 2px solid #508922;
  color: #718a9e;
  text-transform: uppercase;
}

/*nadpis v textu*/
.dcdNadpis1 {
	font-weight: bold;
	font-size: 17px;
}

/* kontakty */
.kontaktyTable {
  
  }
  
  .kontaktyTable td {
    padding-right: 30px;
    padding-top:3px;
  }

/* konference */
.agendaRow td {
  padding: 0px 7px;
  font-weight: bold;
}

#agendaTable th {
	border-bottom: 1px solid gray;
	text-align: left;
}

.konfBold {
  font-weight: bold;
}

.konfAgendaDetails {
  padding-left: 15px;
  }
  
  .konfAgendaDetails div {
    border-bottom: 1px solid #508922;  
    padding-left: 15px;
  }
  
.konfPartneriGroup {
	text-align: center;
}

.konfPartner {
	float: left;
	margin: 0px 10px 0px 10px;
}
