body{
	font-family: Helvetica;
	/*background: url(/grafika/img/hokejka.png) center no-repeat, linear-gradient(#ffffff, #ffffff);
    height: 100%;
    background-size: 100% auto;
    background-attachment: fixed;*/
    margin: 0px;
}

a{
	text-decoration: none;
}

#header{
	width: 1200px;
	margin: 0px auto;
}

#kontajner{
	width: 1200px;
    margin: 0px auto;
}

#logo-panel{
	position: relative;
	margin-bottom: 25px;
}

#header .logo{
	position: absolute;
    left: 0px;
    top: 0px;
	
}

#header .logo img{
	width: 150px;
}

#header .text-logo{
	font-size: 45px;
    padding-top: 15px;
    text-align: center;
}

#header .text-logo p{
	font-size: 20px;
	font-style: italic;
	margin: 0px;
}

#header .moto{
	position: absolute;
    right: 0px;
    top: 79px;
}

#header .facebook{
    position: absolute;
    bottom: 30px;
    right: 43px;
    border: 1px solid #3b5998;
    background-color: #3b5998;
    border-radius: 6px;
}

#header .facebook img{
	width: 120px;
    height: auto;
    border-radius: 6px;
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
    background-color: white;
    border-bottom: 1px solid white;
}

#header .facebook span{
	display: block;
    text-align: center;
    font-weight: bold;
    color: white;
    margin: 0px;
    padding: 0px;
    border-radius: 65px;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
    padding-bottom: 2px;
}

/*
#header .text-logo span.span2{
	margin-left: 78px;
}*/

#hlavni-menu{
    background-color: #38b64a;
    padding: 3px;
    border-radius: 2px;
}
   
#hlavni-menu ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#hlavni-menu ul li{
	display: inline-block;
	font-weight: bold;
    border-radius: 2px;
    text-transform: uppercase;
    color: white;
    text-shadow: 0px 2px 3px #020101;
}

#hlavni-menu ul li a{
	color: white;
	font-weight: bold;
    padding: 8px;
    display: block;
    border-radius: 2px;
}

.okno-obsahu{
	margin-top: 10px;
	padding: 5px;
    text-align: center;
	/*min-height: 530px;
	min-height: 530px;
	max-height: 530px;*/
	background-color: #eaeaea;
	text-align: left;
}

#kontajner .obsah .okno-obsahu h2{
	font-size: 18px;
	padding: 2px 10px;
}

.okno-obsahu img.foto-tymu{
	width: 100%;
    text-align: center;
	border-radius: 2px;
}

.obsah{
	padding: 0px 14px;
}

#aktuality{
	background-color: #eaeaea;
    padding: 5px;
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
	border-radius: 2px;
}

#kontajner .obsah h2{
	margin: 0px;
    background-color: #38b64a;
    color: white;
    padding: 0px 10px;
    text-shadow: 0px 2px 3px #020101;
}

#aktuality h4{
	text-decoration: underline;
}

#aktuality .aktualita,
#box .box-one,
#box .box-two{
	padding: 0px 5px;
    border-bottom: 1px solid white;
}

#aktuality .aktualita:last-child{
	border: none;
}

#box{
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
}

#kontajner .obsah #box h2,
#kontajner .obsah #box h2{
	font-size: 18px;
    padding: 2px 10px;
}

#box .box-one,
#box .box-two{
	width: 573px;
	padding: 5px;
	display: inline-block;
	background-color: #eaeaea;
	border-radius: 2px;
}

#box table{
	margin-top: 4px;
	width: 100%;
	border-collapse: collapse; 
}

#box table tr,
#stranka-vysledky table tr,
#stranka-umisteni table tr{
	border-bottom: 1px solid white;
}

#box table td,
#stranka-vysledky table td,
#stranka-umisteni table td{
	padding: 5px;
	width: 33.33%;
	padding-right: 10px;
	border-right: 1px solid white;
	font-size: 14px;
}

#box table td:first-child,
#stranka-vysledky table td:first-child,
#stranka-soupiska table td:first-child,
#stranka-umisteni table td:first-child{
	padding-left: 11px;
}

#box table td:last-child,
#stranka-vysledky table td:last-child,
#stranka-soupiska table td:last-child,
#stranka-umisteni table td:last-child{
	border: none;
}

#box table tr:last-child,
#stranka-vysledky table tr:last-child,
#stranka-soupiska table tr:last-child,
#stranka-umisteni table tr:last-child{
	border: none;
}

#stranka-umisteni table tr:first-child {
	background-color: black;
	color: white;
}

#stranka-umisteni table th{
	padding: 4px 6px;
	border-right: 1px solid white;
}

#stranka-umisteni table th:last-child{
	border: none;
}

#box.kontakt i{
	color: #38b64a;
    font-size: 30px;
    margin-right: 10px;
}

#box.kontakt table,
#box.kontakt table tr.jmeno{
	border: 1px solid black;
}

#box.kontakt table td,
#box.kontakt table tr{
	border: none;
}

#box.kontakt table td span{
	vertical-align: super;
}

#box.kontakt .box-one,
#box.kontakt .box-two{
	width: 568px;
	border: none;
}
/*
#stranka-soupiska .box-one,
#stranka-soupiska .box-two,
#stranka-soupiska .box-three{
	width: 384px;
	display: inline-flex;
}*/

#stranka-vysledky table,
#stranka-umisteni table{

	width: 100%;
	border-collapse: collapse;
	margin-top: 4px;
}

#stranka-soupiska table{
	width: 100%;
	/*border: 1px solid black;*/
	margin-top: 10px;
	border-collapse: collapse;
}

#stranka-soupiska table tr.jmeno{
	border-bottom: 1px solid black;
	text-align: center;
}

#stranka-soupiska table td{
	padding: 5px;
	padding-right: 10px;
	font-weight: bold;
	font-size: 14px;
}

#stranka-soupiska table td a{
	color: blue;
}

#stranka-soupiska a.soupiska-tym,
#stranka-soupiska-tym a.soupiska-tym{
	display: inline-block;
    width: 206px;
    text-align: center;
    padding: 10px;
	border-right: 1px solid white;
	margin-top: 4px;
	margin-bottom: 4px;
	vertical-align: middle;
}

#stranka-soupiska a.soupiska-tym:last-child,
#stranka-soupiska-tym a.soupiska-tym:last-child{
	border: none;
}

#stranka-soupiska a.soupiska-tym img,
#stranka-soupiska-tym a.soupiska-tym img{
	width: 50%;
    height: auto;
    border-radius: 4px;
}

#stranka-soupiska a.soupiska-tym span,
#stranka-soupiska-tym a.soupiska-tym span{
	font-weight: bold;
    color: black;
	font-size: 14px;
}

#stranka-soupiska-tym .box-clen{
	width: 29%;
    padding: 20px 0px 20px;
    display: inline-block;
}

#stranka-soupiska-tym .box-soupiska-tym{
	border-bottom: 1px solid white;
}

#stranka-soupiska-tym .box-clen table th{
	font-size: 14px;
}

#stranka-soupiska-tym .box-clen table td{
	padding-left: 10px;
	font-size: 14px;
	text-align: left;
}

#stranka-soupiska-tym .box-clen img{
	width: 64px;
    border-radius: 2px;
    margin-right: 10px;
    margin-top: 5px;
    float: left;
}

#stranka-soupiska-tym .obal-box-clen{
	width: 1024px;
    text-align: center;
    margin: 0px auto;
}
#soubory-ke-stazeni {
	margin: 10px 0px;
	text-align: center;
}
#soubory-ke-stazeni .link{
	border: 1px solid white;
	width: 30%;
	margin: 5px 15px;
	text-align: left;
	display: inline-block;
	position: relative;
}

#soubory-ke-stazeni .link i {
	background-color: #38b64a;
	padding: 5px;
	color: white;
}

#soubory-ke-stazeni .link i.custom-download{
	position: absolute;
	right: 0px;
	display: none;
}

#soubory-ke-stazeni .link:hover i.custom-download{
	display: inline-block;
}

#soubory-ke-stazeni .link a{
	color: black;
	width: 100%;
	display: block;
	font-weight: bold;
}

#zapati{
	width: 1200px;
    background-color: #38b64a;
    display: block;
    margin: 0px auto;
    padding: 10px 5px;
    text-align: center;
    font-weight: bold;
    border-radius: 2px;
    color: white;
    text-shadow: 0px 2px 3px #020101;
}