﻿body {
    margin:0; padding:0;
    font-family: 'Open Sans', sans-serif;
    color: #000; overflow-y: scroll;
    background: #f0f0f0;
   	text-align: center;
  	-moz-user-select: none;
  	-o-user-select: none;
  	-webkit-user-select: none;
    }
iframe{
	vertical-align: center;
	margin: 0px;		
	overflow: hidden;
	border: 0px;
	bottom: 0px;
}

hr{
	width: 600px;
	height: 0px;
}
#pole{
	width:990px;
	margin: 0 auto;
	padding: 0px;
	background:#cccccc;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}
#pole a{color:#000000; text-decoration:none;}
#pole a:hover{text-decoration:underline;}
#table_pole{padding:0px;margin:0px;width:990px;font-size:12px;}
#table_pole td{width:330px;}
#table_pole .lokalita{text-align: left;padding-left:15px;}
#table_pole .aktualizace{text-align: center;}
#table_pole .log{text-align: right;padding-right:15px;}

#zahlavi {	
	margin:35px auto;
	width:990px;
	}
#aktualniHodnoty {	
	margin:0 auto;
	padding:10px 0px 0px 0px;
	background: #ffff00;
	height: 155px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	text-align: center;
	}
#aktualniHodnotyNext {	
	margin:0 auto;
	padding:10px 0px 0px 0px;
	background: #ffff00;
	height: 155px;
	-webkit-border-radius: 0 0 30px 30px;
	-moz-border-radius: 0 0 30px 30px;
	border-radius: 0 0 30px 30px;
	}
#aktualniHodnotyBez {	
	margin:0 auto;
	padding:10px 0px 0px 0px;
	background: #ffff00;
	height: 155px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	}
#aktualniHodnotyPrve {	
	margin:0 auto;
	padding:10px 0px 0px 0px;
	background: #ffff00;
	height: 155px;
	-webkit-border-radius: 30px 30px 0 0;
	-moz-border-radius: 30px 30px 0 0;
	border-radius: 30px 30px 0 0;
	}
#table_hodnoty{vertical-align:bottom;float:left;}
#table_hodnoty .hodnota{height: 100px;text-align: center;}
#table_hodnoty .logo{vertical-align: bottom;text-align: center;width:100px;height: 100px;}
#table_hodnoty .nazev{text-align: center;font-weight:bold;padding:3px; width: 186px;}

#table_v {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 40%;
    margin-left:auto; 
    margin-right:auto;
}

#td_v {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

#th_v {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

#tr_v:nth-child(even) {
    background-color: #dddddd;
}




#in{
	width:990px;

	margin: 0 auto;
	padding: 0;
	background: #c2febe; 
	background: -moz-linear-gradient(left,  #c2febe 0%, #ffffff 20%, #ffffff 80%, #c2febe 100%); 
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#c2febe), color-stop(20%,#ffffff), color-stop(80%,#ffffff), color-stop(100%,#c2febe)); 
	background: -webkit-linear-gradient(left,  #c2febe 0%,#ffffff 20%,#ffffff 80%,#c2febe 100%); 
	background: -o-linear-gradient(left,  #c2febe 0%,#ffffff 20%,#ffffff 80%,#c2febe 100%);
	background: -ms-linear-gradient(left,  #c2febe 0%,#ffffff 20%,#ffffff 80%,#c2febe 100%); 
	background: linear-gradient(to right,  #c2febe 0%,#ffffff 20%,#ffffff 80%,#c2febe 100%); 
	-webkit-box-shadow: 0px 30px 20px -15px rgba(170,170,170,1);
	-moz-box-shadow: 0px 30px 20px -15px rgba(170,170,170,1);
	box-shadow: 0px 30px 20px -15px rgba(170,170,170,1);
}

#obsah{
	padding: 5px;
}
#obsah h2{text-align:center;padding:10px;}