@charset "utf-8";
body, p, ul, ol, div, a, img, h1, h2, h3, h4, h5, h6, hr, form, table, tr, td{
	margin: 0;
	padding: 0;
	border: none;
}
p, ul, ol, div, form, table, tr, td{
	line-height: 1.5em;
}

body{
	background: url(../images/body_bg.gif) repeat-x #336F15;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #323D57;
	padding-bottom: 10px;
}
h1, h2, h3, h4, h5, h6{
	line-height: 1.2em;
	margin-bottom: 0.4em;
}
h1{
	color: #316D14;
	font-size: 2em;
	font-weight: normal;
}
h2{
	color: #316D14;
	font-size: 1.7em;
	font-weight: normal;
}
h3{
	color: #316D14;
	font-size: 1.5em;
	font-weight: normal;
}
h4{
	color: #316D14;
	font-size: 1.2em;
	font-weight: bold;
}
p {
  margin-bottom: 1.5em;
}
a{
	color: #336F15;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
table{
	margin-bottom: 1.5em;
}
.left ul, .right ul{
	list-style: none;
	padding-left: 10px;
	margin-bottom: 1.5em;
	position: relative;
}
.left ul li, .right ul li{
	background: url(../images/square.gif) no-repeat 0 0.5em;
	padding-left: 12px;
}
.left ol, .right ol{
	padding-left: 30px;
	margin-bottom: 1.5em;
}
.left table{
	background: #D8EDC2;
	border-collapse: collapse;
}
.left table th, .left table td{
	border-collapse: collapse;
	border: 1px solid #EBEEF5;
	padding: 3px 6px;
	vertical-align: top;
}
th{
	background: #608750;
	color: #EBEEF5;
}
.even{
	background: #C4DEA9;
}
.left table.partners td{
	padding: 6px 8px;
	vertical-align: middle;
}
.left table.partners p{
	margin-bottom: 0.6em;
}
.left hr{
	background: #BFC7DD;
	color: #BFC7DD;
	border: 0;
	height: 1px;
	margin: 1.5em auto;
	#margin-top: -0.4em;
	#margin-bottom: 1em;
	width: 94%;
}

.container{
	width: 950px;
	margin: 0 auto;
	position: relative;
}

.header{
	position: relative;
	height: 106px;
	color: #fff;
}
.header p{
	margin: 0;
}
.home{
	width: 598px;
	height: 87px;
	position: absolute;
	top: 19px;
	left: 31px;
	overflow: hidden;
	color: #fff;
}
.home span{
	position: absolute;
	width: 598px;
	height: 87px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/header_home.jpg) no-repeat;
}

.top{
	background: url(../images/menu_bg.gif) no-repeat #095503;
}
.menu{
	list-style: none;
	min-height: 25px;
	_height: 25px;
	padding-top: 10px;
	padding-left: 166px;
	cursor: default;
	width: 580px;
}
/*
.menu li{
	display: inline;
	padding: 2px 15px 5px 15px;
	background: url(../images/menu_line.gif) no-repeat right;
}
.menu a{
	color: #D8F8D5;
	text-decoration: none;
	white-space: nowrap;
}
.menu a:hover{
	color: #fff;
	text-decoration: underline;
}
.menu span{
	color: #70BC3E;
}
*/
.search{
	position: absolute;
	top: 114px;
	left: 725px;
	color: #D8F8D5;
	z-index: 2;
}
.search div{
	float: left;
}
.search-text{
	padding-top: 2px;
}
.search-input{
	padding: 0px 3px;
}
.search-input input{
	border: 1px solid #022200;
	background: url(../images/search_bg.gif) no-repeat #A7CFC6;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 1px 3px;
	width: 100px;
}
.search-button{
	padding-top: 2px;
}
.icos{
	position: absolute;
	top: 114px;
	left: 910px;
	z-index: 2;
	background: url(../images/menu_line.gif) no-repeat;
	padding-left: 10px;
}

.top-partner{
	width: 142px;
	height: 45px;
	position: absolute;
	top: 35px;
	left: 795px;
	font-size: 0.8em;
	overflow: hidden;
	color: #fff;
}
.top-partner span{
	display: block;
	width: 142px;
	height: 45px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/top_partner_bg.png) no-repeat;
/*	cursor: pointer;*/
}
.top-partner a{
	color: #fff;
	text-decoration: none;
}

.main{
	background: url(../images/main_top.jpg) no-repeat #EBEEF5;
	position: relative;
	padding-top: 255px;
}

.left{
	width: 625px;
	padding-left: 15px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	float: left;
	margin-top: -25px;
	background: #EBEEF5;
	position: relative;
}
.left.content{
	width: 575px;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 25px;
}

.news{
	min-height: 68px;
	_height: 68px;
	position: relative;
	border-bottom: 5px solid #EBEEF5;
	background: #D8EDC2;
}
.news-left{
	float: left;
	line-height: 1em;
	font-size: 1em;
	overflow: hidden;
}
.news-left img{
	border: 1px solid #fff;
}
.news-right{
	width: 475px;
	float: left;
	padding: 5px 15px;
	background: #D8EDC2;
}
.main-right .news-right{
	width: 370px;
	float: left;
	padding: 5px 15px;
	background: #D8EDC2;
}
.news h2, .news h4{
	font-size: 1.2em;
	margin-bottom: 0.2em;
}
.news h2 a, .news h4 a{
	text-decoration: none;
}
.news h2 a:hover, .news h4 a:hover{
	text-decoration: underline;
}
.news p{
	margin-bottom: 0;
}

.thumbs{
	position: relative;
	padding-bottom: 10px;
	line-height: 1em;
	font-size: 1em;
	white-space: nowrap;
}
.content .thumbs{
	margin-bottom: 8px;
	padding-left: 10px;
	clear: both;
}
.thumbs img{
	border: 1px solid #fff;
	margin-right: 18px;
	overflow: hidden;
}
.content .thumbs img{
	border: 1px solid #B6C6C1;
	padding: 1px;
}
.thumbs img.thumb-last{
	margin-right: 0;
}
.thumbs .thumb img{
	margin-right: 0;
}
.thumb{
	width: 33%;
	float: left;
	white-space: normal;
	text-align: center;
}
.left ul.thumbs-full{
	list-style: none;
	position: absolute;
	top: 0px;
	left: 510px;
	padding: 0;
	font-size: 0.9em;
	height: 18px;
	overflow: hidden;
	line-height: 1em;
}
.left ul.thumbs-full li{
	background: none;
	padding: 0;
}
.thumbs-full a{
	display: block;
	width: 100px;
	height: 18px;
	position: relative;
}
.thumbs-full a span{
	display: block;
	width: 100px;
	height: 18px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/btn_thumbs_full.gif) no-repeat;
	cursor: pointer;
}

.navigation{
	color: #68738C;
	border-bottom: 1px solid #B6C6C1;
	padding-bottom: 0.6em;
	margin-bottom: 2em;
	padding-right: 100px;
	font-size: 0.9em;
}
.left ul.print-top{
	display: block;
	width: 89px;
	height: 16px;
	position: absolute;
	top: 27px;
	left: 520px;
	overflow: hidden;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.9em;
}
.left ul.print-top li{
	padding: 0;
	margin: 0;
	background: none;
}
.print-top a{
	display: block;
	width: 89px;
	height: 16px;
	overflow: hidden;
}
.print-top a span{
	display: block;
	width: 89px;
	height: 16px;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	background: url(../images/btn_print_top.gif) no-repeat;
}
.control{
	border-top: 1px solid #B6C6C1;
	border-bottom: 1px solid #B6C6C1;
	padding: 7px 0 7px 0;
	font-size: 0.9em;
	margin-bottom: 15px;
	margin-top: 2em;
}
.left .control ul{
	padding: 0;
	margin: 0;
	font-size: 0.9em;
	float: right;
}
.left .control ul li{
	background: none;
	padding: 0 12px;
	border-right: 1px solid #608278;
	float: left;
}
.left .control ul li.last{
	border-right: 0;
}
.control-back{
	display: block;
	width: 136px;
	height: 16px;
	overflow: hidden;
	position: relative;
}
.control-back span{
	display: block;
	width: 136px;
	height: 16px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/btn_back.gif) no-repeat;
	cursor: pointer;
}
.control-email{
	display: block;
	width: 158px;
	height: 16px;
	overflow: hidden;
	position: relative;
}
.control-email span{
	display: block;
	width: 158px;
	height: 16px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/btn_email.gif) no-repeat;
	cursor: pointer;
}
.control-print{
	display: block;
	width: 88px;
	height: 16px;
	overflow: hidden;
	position: relative;
}
.control-print span{
	display: block;
	width: 88px;
	height: 16px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/btn_print.gif) no-repeat;
	cursor: pointer;
}

.listing{
	margin-top: 1.5em;
	margin-bottom: 1em;
	padding: 10px 0;
	border-top: 1px solid #B6C6C1;
	border-bottom: 1px solid #B6C6C1;
}
.left .listing ul{
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0;
}
.left .listing ul li{
	padding: 0;
	background: none;
	display: inline;
}
.listing a{
	background: #D7E0DD;
	text-decoration: none;
	padding: 2px 5px;
}
.listing a:hover{
	background: #C5D6D0;
}
.listing span{
	background: #316D14;
	color: #fff;
	padding: 2px 5px;
}

.message-info{
	background: url(../images/info_bg.gif) repeat-x #608750;
	color: #fff;
}
.message-info p{
	background: url(../images/ico_info.gif) no-repeat 10px 5px;
	padding: 6px 12px 6px 38px;
}
.message-failure{
	background: url(../images/failure_bg.gif) repeat-x #990008;
	color: #fff;
}
.message-failure p{
	background: url(../images/ico_failure.gif) no-repeat 10px 5px;
	padding: 6px 12px 6px 38px;
}

.right{
	width: 280px;
	padding-left: 8px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	position: relative;
}
.right-box{
	background: #D8EDC2;
	padding: 10px 15px;
	margin-bottom: 10px;
	color: #000;
}
.right-box.right-banner{
	padding: 4px;
	line-height: 1em;
	overflow: hidden;
}
.right-banner img{
	padding: 0;
	border: 1px solid #fff;
}
.right-box td{
	border-bottom: 1px solid #EBEEF5;
	padding: 2px 5px;
}
.right-news{
	padding: 6px;
	border: 1px solid #EDF1F9;
	color: #323D57;
	font-size: 0.8em;
	margin-bottom: 8px;
	position: relative;
}
.right-news h4{
	font-size: 1.35em;
	margin-bottom: 0.2em;
}
.right-news-main{
	width: 150px;
	float: right;
}
.right-news-main img{
	margin-bottom: 4px;
}
.right-news-main p{
	margin-bottom: 0;
	line-height: 1.4em;
}

.right-inner{
	background: url(../images/right_inner_top.gif) no-repeat #EFF8E7;
	padding: 15px 0 10px 0;
	margin-top: 5px;
	position: relative;
}
.right-inner-bottom{
	height: 5px;
	overflow: hidden;
	background: url(../images/right_inner_bottom.gif) no-repeat #EFF8E7;
	margin-bottom: 1em;
	clear: both;
}

.right ul.right-partners{
	margin: 0;
	padding: 0;
	_height: 1px;
}
.right ul.right-partners li{
	background: none;
	float: left;
	padding: 0;
	position: relative;
}
.right-partners a, .right-partners .no-anchor{
	display: block;
	overflow: hidden;
	position: relative;
}
.right-partners a span, .right-partners .no-anchor span{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
.right-adidas{
	width: 91px;
	height: 62px;
	margin-left: 10px;
}
.right-adidas span{
	width: 91px;
	height: 62px;
	background: url(../images/right_adidas.gif) no-repeat;
}
.right-samsung{
	width: 131px;
	height: 45px;
	margin-left: 10px;
	margin-top: 8px;
}
.right-samsung span{
	width: 131px;
	height: 45px;
	background: url(../images/right_samsung.gif) no-repeat;
}
.right-eon{
	width: 131px;
	height: 39px;
	margin-left: 60px;
	margin-top: 10px;
}
.right-eon span{
	width: 131px;
	height: 39px;
	background: url(../images/right_e-on.gif) no-repeat;
}
.right-sport-invest{
	width: 30px;
	height: 44px;
	margin-left: 35px;
	margin-top: 10px;
	margin-bottom: 15px;
}
.right-sport-invest span{
	width: 30px;
	height: 44px;
	background: url(../images/right_sport_invest_group.gif) no-repeat;
}
.right-ave{
	width: 54px;
	height: 30px;
	margin-left: 20px;
	margin-top: 18px;
	margin-bottom: 20px;
}
.right-ave span{
	width: 54px;
	height: 30px;
	background: url(../images/right_ave.gif) no-repeat;
}
.right-metal-aliance{
	width: 56px;
	height: 38px;
	margin-left: 20px;
	margin-top: 12px;
	margin-bottom: 20px;
}
.right-metal-aliance span{
	width: 56px;
	height: 38px;
	background: url(../images/right_metal_aliance.gif) no-repeat;
}
.right-allivictus{
	width: 56px;
	height: 38px;
	margin-left: 49px;
	margin-top: 0;
	margin-bottom: 20px;
}
.right-allivictus span{
	width: 56px;
	height: 38px;
	background: url(../images/right_allivictus.gif) no-repeat;
}
.right-coca-cola{
	width: 77px;
	height: 25px;
	margin-left: 20px;
	margin-top: 8px;
	margin-bottom: 20px;
}
.right-coca-cola span{
	width: 77px;
	height: 25px;
	background: url(../images/right_coca_cola.gif) no-repeat;
}
.right-ceska-sporitelna{
	width: 83px;
	height: 40px;
	margin-left: 32px;
	margin-top: 5px;
	margin-bottom: 25px;
}
.right-ceska-sporitelna span{
	width: 83px;
	height: 40px;
	background: url(../images/right_ceska_sporitelna.png) no-repeat;
}
.right-mcdonalds-cup{
	width: 84px;
	height: 43px;
	margin-left: 20px;
	margin-top: 0;
	margin-bottom: 20px;
}
.right-mcdonalds-cup span{
	width: 83px;
	height: 43px;
	background: url(../images/right_mcdonalds_cup.png) no-repeat;
}

.right-suppliers{
	width: 70px;
	height: 8px;
	clear: both;
	margin-top: 10px;
	margin-left: 90px;
}
.right-suppliers span{
	width: 70px;
	height: 8px;
	background: url(../images/right_suppliers.gif) no-repeat;
}
.right-actimel{
	width: 61px;
	height: 35px;
	margin-left: 40px;
	margin-top: 15px;
	margin-bottom: 10px;
	#margin-bottom: 0;
}
.right-actimel span{
	width: 61px;
	height: 35px;
	background: url(../images/right_actimel.png) no-repeat;
}
.right-british-council{
	width: 79px;
	height: 23px;
	margin-left: 35px;
	margin-top: 20px;
	margin-bottom: 7px;
}
.right-british-council span{
	width: 79px;
	height: 23px;
	background: url(../images/right_british_council.png) no-repeat;
}
.right-nutrend{
	width: 91px;
	height: 21px;
	margin-left: 80px;
	margin-bottom: 20px;
}
.right-nutrend span{
	width: 91px;
	height: 21px;
	background: url(../images/right_nutrend.gif) no-repeat;
}

.right-ea-sports{
	width: 45px;
	height: 45px;
	margin-left: 30px;
	margin-top: 12px;
	margin-bottom: 10px;
}
.right-ea-sports span{
	width: 45px;
	height: 45px;
	background: url(../images/right_ea_sports.gif) no-repeat;
}

.right-zpmv{
	width: 112px;
	height: 17px;
	margin-left: 14px;
	margin-top: 14px;
	_margin-bottom: 4px;
}
.right-zpmv span{
	width: 112px;
	height: 17px;
	background: url(../images/right_zpmv.gif) no-repeat;
}

.right-muller{
	width: 58px;
	height: 36px;
	margin-left: 12px;
}
.right-muller span{
	width: 58px;
	height: 36px;
	background: url(../images/right_muller.gif) no-repeat;
}
.right-horsky-pramen{
	width: 57px;
	height: 42px;
	margin-left: 40px;
	margin-top: 10px;
	margin-bottom: 16px;
}
.right-horsky-pramen span{
	width: 57px;
	height: 42px;
	background: url(../images/right_horsky_pramen.gif) no-repeat;
}

.right-media{
	width: 105px;
	height: 8px;
	clear: both;
	margin-top: 10px;
	margin-left: 80px;
}
.right-media span{
	width: 105px;
	height: 8px;
	background: url(../images/right_media.gif) no-repeat;
}
.right-evropa2{
	width: 76px;
	height: 28px;
	margin-left: 45px;
	margin-top: 14px;
	margin-bottom: 10px;
}
.right-evropa2 span{
	width: 76px;
	height: 28px;
	background: url(../images/right_evropa2.gif) no-repeat;
}
.right-sport{
	width: 56px;
	height: 28px;
	margin-left: 30px;
	margin-top: 14px;
	margin-bottom: 10px;
}
.right-sport span{
	width: 56px;
	height: 28px;
	background: url(../images/right_sport.gif) no-repeat;
}
.right-denik{
	width: 75px;
	height: 22px;
	margin-left: 12px;
	margin-top: 18px;
}
.right-denik span{
	width: 75px;
	height: 22px;
	background: url(../images/right_denik.gif) no-repeat;
}
.right-radiozurnal{
	width: 77px;
	height: 21px;
	margin-left: 8px;
	margin-top: 18px;
}
.right-radiozurnal span{
	width: 77px;
	height: 21px;
	background: url(../images/right_radiozurnal.gif) no-repeat;
}
.right-mf-dnes{
	width: 68px;
	height: 27px;
	margin-left: 12px;
	margin-top: 15px;
}
.right-mf-dnes span{
	width: 68px;
	height: 27px;
	background: url(../images/right_mf_dnes.gif) no-repeat;
}
.right-impuls{
	width: 69px;
	height: 28px;
	margin-left: 8px;
	margin-top: 15px;
}
.right-impuls span{
	width: 69px;
	height: 28px;
	background: url(../images/right_impuls.gif) no-repeat;
}
.right-patronage{
	width: 80px;
	height: 8px;
	clear: both;
	margin-top: 10px;
	margin-left: 40px;
}
.right-patronage span{
	width: 80px;
	height: 8px;
	background: url(../images/right_patronage.png) no-repeat;
}
.right-cmfs{
	width: 37px;
	height: 39px;
	margin-left: 38px;
	margin-top: 13px;
	margin-bottom: 3px;
}
.right-cmfs span{
	width: 37px;
	height: 39px;
	background: url(../images/right_cmfs.png) no-repeat;
}
.right-facr{
	width: 30px;
	height: 44px;
	margin-left: 38px;
	margin-top: 11px;
	margin-bottom: 3px;
}
.right-facr span{
	width: 30px;
	height: 44px;
	background: url(../images/right_facr.png) no-repeat;
}
.right-uefa-grassroots{
	width: 23px;
	height: 45px;
	margin-left: 28px;
	margin-top: 10px;
}
.right-uefa-grassroots span{
	width: 23px;
	height: 45px;
	background: url(../images/right_uefa_grassroots.png) no-repeat;
}
.right-praha{
	width: 70px;
	height: 52px;
	margin-top: -5px;
	margin-left: 25px;
}
.right-praha span{
	width: 70px;
	height: 52px;
	background: url(../images/right_praha.gif) no-repeat;
}

.right-info{
	padding: 6px;
	color: #323D57;
	font-size: 0.8em;
	margin-bottom: 8px;
	position: relative;
}
.right-info h4{
	font-size: 1.35em;
	margin-bottom: 0.4em;
}
.right-info-main{
	width: 170px;
	float: right;
}
.right-info-main img{
	margin-bottom: 4px;
}
.right-info-main p{
	margin-bottom: 0;
	line-height: 1.4em;
}

.right a{
	text-decoration: none;
}
.right a:hover{
	text-decoration: underline;
}

.footer-boxes{
	background: url(../images/footer_boxes_bg.gif) repeat-y;
	clear: both;
}
.footer-box{
	float: left;
	width: 170px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: url(../images/footer_box_bg.gif) repeat-x #042D00;
	color: #D8EDC2;
	position: relative;
	border-left: 17px solid #EBEEF5;
}
.footer-box h3{
	color: #fff;
	font-size: 1.25em;
	padding-left: 11px;
}
.footer-box img{
	float: right;
	border-bottom: 1px solid #73A067;
	margin-top: 5px;
	margin-bottom: 10px;
}
.footer-box p{
	clear: both;
	font-size: 0.9em;
	padding-left: 11px;
	padding-right: 10px;
	margin-bottom: 0.4em;
}
.footer-box .more{
	text-align: right;
	padding-right: 20px;
	font-weight: bold;
}
.footer-box a{
	color: #fff;
	text-decoration: none;
}
.footer-box a:hover{
	text-decoration: underline;
}

.bottom-partners{
	clear: both;
	height: 70px;
	padding-top: 10px;
	padding-left: 10px;
	position: relative;
	font-size: 0.9em;
	overflow: hidden;
}
.bottom-partners span.bottom-partners-bg{
	display: block;
	width: 950px;
	height: 80px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/bottom_bg.gif) no-repeat;
}
.bottom-partners ul{
	list-style: none;
}
.bottom-partners span{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}
.bottom-partners a{
	display: block;
	position: absolute;
	overflow: hidden;
}
.bottom-partners a span{
	cursor: pointer;
}
.bottom-adidas{
	width: 66px;
	height: 45px;
	top: 15px;
	left: 310px;
}
.bottom-adidas span{
	width: 66px;
	height: 45px;
	background: url(../images/bottom_adidas.gif) no-repeat;
}
/*.bottom-samsung{
	width: 110px;
	height: 39px;
	top: 19px;
	left: 425px;
}
.bottom-samsung span{
	width: 110px;
	height: 39px;
	background: url(../images/bottom_samsung.gif) no-repeat;
}*/
.bottom-ceska-sporitelna{
	width: 85px;
	height: 38px;
	top: 18px;
	left: 450px;
}
.bottom-ceska-sporitelna span{
	width: 85px;
	height: 38px;
	background: url(../images/bottom_ceska_sporitelna.gif) no-repeat;
}
.bottom-sport-invest{
	width: 129px;
	height: 30px;
	top: 24px;
	left: 620px;
}
.bottom-sport-invest span{
	width: 129px;
	height: 30px;
	background: url(../images/bottom_sport_invest.png) no-repeat;
}

.footer{
	height: 40px;
	position: relative;
	color: #DEE5F0;
	font-size: 0.8em;
	overflow: hidden;
	background: url(../images/footer.gif) no-repeat;
}
.footer a{
	color: #fff;
}
.footer-menu ul{
	list-style: none;
}
.footer-menu li{
	display: inline;
	padding-right: 10px;
}
.footer a:hover{
	border-bottom: 1px solid #DEE5F0;
}
.footer-contact{
	display: block;
	width: 41px;
	height: 10px;
	position: absolute;
	top: 8px;
	left: 17px;
}
.footer-marketing{
	display: block;
	width: 127px;
	height: 10px;
	position: absolute;
	top: 8px;
	left: 81px;
}
.footer-wda{
	width: 88px;
	height: 10px;
	position: absolute;
	top: 8px;
	left: 737px;
}
.footer-sport-invest{
	width: 147px;
	height: 10px;
	position: absolute;
	top: 18px;
	left: 785px;
}
.footer a.footer-sport-invest:hover{
	border-bottom: 1px solid #fff;
}

.clear{ clear: both; }
.clear-hidden{ clear: both; height: 1px; overflow: hidden; }
.no-display{ display: none; }
.float-left{ float: left; }
.float-right{ float: right; }
.text-left{ text-align: left; }
.text-center{ text-align: center; }
.text-right{ text-align: right; }
.vertical-middle, table td.vertical-middle{ vertical-align: middle; }
.no-margin, .right ul.no-margin{ margin: 0; }
.bold{ font-weight: bold; }
.blue{ color: #002671; }
.small{ font-size: 0.9em; }
.image-left, .image-left-border{
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 5px;
	border: 1px solid #B6C6C1;
	padding: 1px;
}
.image-right, .image-right-border{
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 5px;
	border: 1px solid #B6C6C1;
	padding: 1px;
}
.quote{
	background: url(../images/quote_left.gif) no-repeat left 0.8em;
	padding-left: 12px;
}
.quote-right{
	background: url(../images/quote_right.gif) no-repeat;
	padding-right: 10px;
	margin-left: 4px;
}

.form{
	margin-bottom: 1.5em;
}
.form div{
	margin: 5px 0;
}
.input-text, textarea{
	border: 1px solid #B6C6C1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 2px 4px;
}
select{
	border: 1px solid #B6C6C1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.w20{ width: 20px; }
.w30{ width: 30px; }
.w40{ width: 40px; }
.w50{ width: 50px; }
.w60{ width: 60px; }
.w70{ width: 70px; }
.w80{ width: 80px; }
.w90{ width: 90px; }
.w100{ width: 100px; }
.w150{ width: 150px; }
.w200{ width: 200px; }
.w250{ width: 250px; }
.w300{ width: 300px; }
.w350{ width: 350px; }
.w400{ width: 400px; }
.w450{ width: 450px; }
.w500{ width: 500px; }

.w10p{ width: 10%; }
.w20p{ width: 20%; }
.w25p{ width: 25%; }
.w30p{ width: 30%; }
.w33p{ width: 33%; }
.w34p{ width: 34%; }
.w40p{ width: 40%; }
.w50p{ width: 50%; }
.w60p{ width: 60%; }
.w70p{ width: 70%; }
.w80p{ width: 80%; }
.w90p{ width: 90%; }
.w100p{ width: 100%; }

.h-image{
	position: relative;
	overflow: hidden;
	font-size: 1em;
	margin-bottom: 0.4em;
}
.right .h-image{
	margin-bottom: 0em;
}
.h-image span{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.h-school-partners{
	width: 280px;
	height: 18px;
}
.h-school-partners span{
	width: 280px;
	height: 18px;
	background: url(../images/h_school_partners.gif) no-repeat;
}
.h-interesting-information{
	width: 280px;
	height: 18px;
}
.h-interesting-information span{
	width: 280px;
	height: 18px;
	background: url(../images/h_interesting_information.gif) no-repeat;
}
.h-main-partners{
	width: 114px;
	height: 16px;
	margin-left: auto;
	margin-right: auto;
}
.h-main-partners span{
	width: 114px;
	height: 16px;
	background: url(../images/h_main_partners.gif) no-repeat;
}
.h-partners{
	width: 54px;
	height: 16px;
	margin-left: auto;
	margin-right: auto;
}
.h-partners span{
	width: 54px;
	height: 16px;
	background: url(../images/h_partners.gif) no-repeat;
}

.shadow-left{
	width: 5px;
	height: 290px;
	background: url(../images/shadow_left.jpg) no-repeat;
	position: absolute;
	top: 106px;
	left: -5px;
}
.shadow-right{
	width: 5px;
	height: 290px;
	background: url(../images/shadow_right.jpg) no-repeat;
	position: absolute;
	top: 106px;
	left: 950px;
}


table td.td-calendar{
	background: url(../Images/ico_calendar.png) no-repeat center center;
}
.a-pdf, .a-doc, .a-xls{ padding: 0 0 1px 17px; }
.a-pdf{ background: url(../Images/ico_pdf.gif) no-repeat 0px 0px; }
.a-doc{ background: url(../Images/ico_doc.gif) no-repeat 0px 0px; }
.a-xls{ background: url(../Images/ico_xls.gif) no-repeat 0px 2px; }

.td-partners{
	position: relative;
}
.td-partners a{
	position: absolute;
	display: block;
}
.td-partners .sport-invest{
	width: 132px;
	height: 30px;
	top: 20px;
	left: 48px;
}
.td-partners .ave{
	width: 82px;
	height: 46px;
	top: 12px;
	left: 210px;
}
.td-partners .metal-aliance{
	width: 86px;
	height: 58px;
	top: 10px;
	left: 322px;
}
.td-partners .allivictus{
	width: 86px;
	height: 58px;
	top: 12px;
	left: 438px;
}
.td-partners .coca-cola{
	width: 114px;
	height: 35px;
	top: 103px;
	left: 88px;
}
.td-partners .ceska-sporitelna{
	width: 104px;
	height: 50px;
	top: 95px;
	left: 230px;
}
.td-partners .mcdonaldscup{
	width: 116px;
	height: 59px;
	top: 86px;
	left: 366px;
}

