/*****************************************/
/*               ACK CR                  */
/*           Complete style              */
/*****************************************/

body{
	margin: 0;
	background: url(/resource/img/public/background.jpg) repeat;
	font-family: Arial, Helvetica, sans-serif;
}
.accessibility{
	position: absolute;
	top: -1000px;
	left: -1000px;
	width: 1px;
	height: 1px;
	font-size: 0px;
}
.hidden{
	display: none;
}
.clear{
	height: 0px;
	line-height: 0px;
	clear: both;
	font-size: 0px;
}
.center{
	text-align: center;
}
form{
	margin: 0px;
	padding: 0px;
}
fieldset{
	border: none;
	padding: 0px;
	margin: 0px;
}
a{
	color: #0584ac;
}
a:hover{
	color: #d10200;
}
a img{
	border: none;
}
img{
	border: none;
}


#container{
	
}
#header_wrapper{
	position: relative;
	height: 167px;
	background: url(/resource/img/public/header_background.png) repeat-x;
	z-index: 10;
}
#header{
	position: relative;
	width: 960px;
	height: 152px;
	margin: 0 auto;
}
a#logo{
	position: absolute;
	/* top: 11px; */
	top: 13px;
	left: 0px;
	width: 192px;
	height: 141px;
/*	background: url(/resource/img/public/logo.png) no-repeat;*/
	display: block;
	overflow: hidden;
}
a#logo_ack{
	position: absolute;
	top: 93px;
	left: 202px;
	width: 101px;
	height: 59px;
	background: url(/resource/img/public/logo_ack.png) no-repeat;
	display: block;
	overflow: hidden;
}
#logo_background{
	position: absolute;
	top: 0px;
	left: -80px;
	width: 371px;
	height: 152px;
	background: url(/resource/img/public/logo_background.png) no-repeat;
}
#newsletter {
    position: absolute;
    top: 21px;
    left: 200px;
    width: 230px;
    height: 30px;
    color: #fff;
}

#search_form, #country_search_top, #newsletter_form {
    position: relative;
    float: right;
    margin-top: 10px;
    height: 30px;
    width: 204px;
    background: url(/resource/img/public/input_search.png);
    margin-left: 10px;
}

#search_form input, #country_search_top input, #newsletter_form input {
    background: transparent;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    border: 0;
    margin-left: 10px;
    color: #fff;
}

#button_newsletter, #button_search {
    position: absolute;
    width: 43px;
    height: 43px !important;
    top: -8px;
    right: 2px;
}

/*#search{
	position: absolute;
	top: 31px;
	right: 8px;
	width: 204px;
	height: 30px;
	background: url(/resource/img/public/input_search.png);
}
#search p{
	margin: 0px;
}
#country_search_top{
	position: absolute;
	right: 210px;
	width: 204px;
	height: 30px;
	background: url(/resource/img/public/input_search.png);
}

#newsletter_form {
    top: 2px;
    right: 210px;
    width: 204px;
    height: 30px;
    background: url(/resource/img/public/input_search.png);
}
#subscriber_email {
    width: 160px;
    font-size: 20px;
    border: none;
    background: transparent;
    color: #fff;
}
#search_text{
	position: absolute;
    top: 2px;
	left: 4px;
	width: 160px;
	font-size: 20px;
	border: none;
	background: transparent;
	color: #fff;
}*/

#naseptavac_top{
	position: absolute;
	top: 2px;
	left: 4px;
	width: 195px;
	font-size: 20px;
	border: none;
	background: #e40c00;
	border: 0;
	color: #fff;
}
/*#button_search{
	position: absolute;
	top: -8px;
	right: 2px;
}*/
#navigation{
	position: absolute;
	bottom: 0px;
	right: 0px;
	/* height: 56px; */
	height: 55px;
}
.bookmark{
	position: relative;
	float: right;
	height: 56px;
	margin: 0px 10px 0px 0px;
	text-align: right;
	text-decoration: none;
	color: #d10200;
}

.bookmark a {
    display: block;
    text-decoration: none;
    color: #d10200;
}

.bookmark a:hover {
    color: #0584ac;
}

.bookmark a:hover .minitext{
    color: #0584ac;
}

.bookmark:hover{
	color: #0584ac;
}
.bookmark:hover .minitext{
	color: #0584ac;
}
.bookmark_left{
	float: left;
	width: 8px;
	height: 56px;
	background: url(/resource/img/public/bookmark_left.png) no-repeat;
	cursor: pointer;
}
.bookmark_right{
	float: left;
	width: 9px;
	height: 56px;
	background: url(/resource/img/public/bookmark_right.png) no-repeat;
	cursor: pointer;
}
.bookmark_middle{
	float: left;
	height: 36px;
	padding: 20px 15px 0px 15px;
	font-size: 24px;
	line-height: 70%;
	background-color: #fff;
	cursor: pointer;
}
.first .bookmark_middle{
	color: #d10200;
}
.second .bookmark_middle{
	color: #13647d;
}
.third .bookmark_middle{
	color: #d0a302;
}
.bookmark .minitext{
	font-size: 12px;
	color: #8f8f8f;
}

.bookmark_content{
    display: none;
    position: absolute;
    top: 56px;
    left: 0px;
    width: 170px;
    padding: 15px 10px 0px 20px;
    background: url(/resource/img/ackcr/navigation_background.png) repeat;
    font-size: 10px;
    text-align: left;
    z-index: 10;
}

.bookmark_content ul{
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 0px 2px;
    list-style: none;
    font-size: 14px;
}
.bookmark_content ul li{
    clear: both;
}
.bookmark_content ul li a{
    display: block;
    float: left;
    width: 140px;
    padding: 5px 0px 5px 10px;
    color: #000;
    background: url(/resource/img/ackcr/list_style.gif) no-repeat 0px 12px;
    text-decoration: none;
}
.bookmark_content ul li a:hover{
    color: #000;
    text-decoration: underline;
}
.bookmark:hover .bookmark_content{
    display: block;
}

.bookmark:hover .bookmark_middle {
  background-image: none;
}


#breadcrumbs_wrapper{
	background: #42c7f0 url(/resource/img/public/breadcrumbs_background.png) repeat-x bottom;
}
#breadcrumbs{
	width: 960px;
	margin: 0 auto;
	padding: 5px 0 7px 0;
	color: #fff;
	font-size: 12px;
	color: #d5f5ff;
}
#breadcrumbs a{
	color: #fff;
}
#breadcrumbs a:hover{
	text-decoration: none;
}
#breadcrumbs span{
	font-weight: bold;
	font-size: 14px;
}

#top_wrapper{
	background: #0f9ac6 url(/resource/img/public/top_background.png) repeat-x bottom;
	overflow: hidden;
}
#top{
	width: 960px;
	margin: 0 auto;
	padding: 20px 0 20px 0;
	color: #fff;
}
#homepage_map{
	float: left;
	position: relative;
	width: 532px;
	margin: 12px 0 12px 0;
	background: #30a4c8;
}
.box #homepage_map {
	float: none;
	margin-left: 75px;
}
#homepage_map .map_top{
	position: absolute;
	top: -12px;
	left: 0;
	width: 532px;
	height: 12px;
	background: url(/resource/img/public/hp_map_top.png) no-repeat;
}
#homepage_map .map_bottom{
	position: absolute;
	bottom: -12px;
	left: 0;
	width: 532px;
	height: 12px;
	background: url(/resource/img/public/hp_map_bottom.png) no-repeat;
}
#homepage_map p{
	margin: 0;
}
#homepage_map *{
	vertical-align: middle;
}
#homepage_map_wrapper {
	text-align: center;
}
#country_search{
	padding: 10px 0 20px 20px;
}
#country_search span{
	font-size: 22px;
	text-shadow: 1px 1px 0 #333;
	color: white;
}
#country_search .text{
	padding: 0 0 0 5px;
	width: 345px;
	background: url(/resource/img/public/search_input.png) no-repeat; 0 0;
	border: none;
	height: 37px;
	font-size: 22px;
	line-height: 40px;
}
#ammap{
	margin: 0 0 8px 20px;
}
#country_map{
	float: left;
	position: relative;
	width: 370px;
	margin: 12px 0 12px 0;
	background: #30a4c8;
	font-size: 0px;
}
#country_map .map_top{
	position: absolute;
	top: -10px;
	left: 0;
	width: 370px;
	height: 12px;
	background: url(/resource/img/public/country_map_top.png) no-repeat;
}
#country_map .map_top2{
	position: absolute;
	top: -10px;
	left: 0;
	width: 960px;
	height: 12px;
	background: url(/resource/img/public/country_map_top_long.png) no-repeat;
}
#country_map .map_bottom{
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 370px;
	height: 12px;
	background: url(/resource/img/public/country_map_bottom.png) no-repeat;
}
#country_map .map_bottom2{
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 960px;
	height: 12px;
	background: url(/resource/img/public/country_map_bottom_long.png) no-repeat;
}
.country_map_long {width: 960px !important;}
#country_map .map_zoom {
	position: absolute;
	bottom: 10px;
	right: 20px;
	width: 32px;
	height: 32px;
	background: url(/resource/img/public/zoom-in.png) no-repeat;
	z-index: 100;
}

#country_map .map_zoom2 {
	position: absolute;
	bottom: 10px;
	right: 20px;
	width: 32px;
	height: 32px;
	background: url(/resource/img/public/zoom-out.png) no-repeat;
	z-index: 100;
}

#top_text{
	position: relative;
	width: 390px;
	float: right;
}
#top_country{
	position: relative;
	width: 560px;
	float: right;
}
#top_text span.h1, #top_country h1{
	display: block;
	margin: 20px 0 20px 0;
	font-size: 24px;
	color: #fff;
	text-shadow: 1px 1px 0 #333;
}
#top_country h1{
	margin: 10px 0 15px 0;
}
#top_text span.h1 a{
	color: #fff;
	text-decoration: none;
}
#top_text span.h1 a:hover{
	text-decoration: underline;
}
#top_text p, #top_country p{
	font-size: 14px;
	line-height: 26px;
}
#top a.button_arrow{
	position: absolute;
	bottom: 0;
	right: 0;
}
a.button_arrow{
	padding: 9px 14px 9px 0;
	font-size: 16px;
	color: #fff;
	background: url(/resource/img/public/button_arrow_right.png) no-repeat top right;
	text-decoration: none;
	text-shadow: 1px 1px 0 #333;
}
a.button_arrow span{
	padding: 9px 7px 9px 10px;
	background: url(/resource/img/public/button_arrow_left.png) repeat-x top;
}
a.button_arrow:hover span{
	text-decoration: underline;
}
.minigallery{
	font-size: 0;
}
.minigallery a{
	font-size: 0;
}
.minigallery a img{
	font-size: 0;
	margin: 0 5px 0 0;
	padding: 0;
	border: 1px solid transparent;
}
.minigallery a:hover img{
	border: 1px solid #fff;
	background-color: #fff;
}
.box .minigallery{
	margin: 0 0 15px 0;
}
.box .minigallery a:hover img{
	border: 1px solid #d10200;
	background-color: #d10200;
}
#top_country .minigallery{
	float: right;
}
#top_country .minigallery#country_symbols{
	float: left;
}
#icon_vyber{
	position: absolute;
	width: 111px;
	height: 26px;
	top: 20px;
	right: 0px;
	background: url(/resource/img/public/icon_vyber.png) no-repeat;
}

.main_wrapper{
	margin: 20px 0 0 0;
}
.main{
	width: 960px;
	margin: 0 auto;
	background: url(/resource/img/public/right_panel_background.png) repeat-y right;
}
.content{
	float: left;
	width: 720px;
	margin: 0 0 70px 0;
}
.box{
	position: relative;
	background: #fff;
	padding: 10px 20px 0 20px;
	font-size: 13px;
	overflow: hidden;
}

.title {
	margin-bottom: 20px;
}
.box *{
	position: relative;
	z-index: 2;
}
.box .box_corner_lt{
	position: absolute;
	top: 0;
	left: 0;
	width: 6px;
	height: 6px;
	background: url(/resource/img/public/box_corner_lt.png) no-repeat;
	z-index: 1;
}
.box .box_corner_rt{
	position: absolute;
	top: 0;
	right: 0;
	width: 6px;
	height: 6px;
	background: url(/resource/img/public/box_corner_rt.png) no-repeat;
	z-index: 1;
}
.box .box_corner_rb{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 6px;
	height: 6px;
	background: url(/resource/img/public/box_corner_rb.png) no-repeat;
	z-index: 1;
}
.box .box_corner_lb{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 6px;
	height: 6px;
	background: url(/resource/img/public/box_corner_lb.png) no-repeat;
	z-index: 1;
}
.box table{
	width: 100%;
	font-size: 14px;
	line-height: 160%;
}
.box table td{
	vertical-align: top;
}
.box ul, .box ol{
	padding: 0 0 0 30px;
}
.box li{
	margin: 0 0 5px 0;
	line-height: 160%;
}
.news{
	margin: 0 0 20px 0;
}
.news_image{
	float: left;
	width: 87px;
	padding: 9px;
	font-size: 0;
	line-height: 0;
}
.news_image img{
	border: 1px solid transparent;
}
.news_image a:hover img{
	border: 1px solid #d10200;
}
.news_text{
	float: right;
	width: 555px;
}
.news_text_zeme{
	float: right;
	width: 650px;
}
.box h1 a, .box h1,
.box h2 a, .box h2,
.box h3 a, .box h3{
	font-size: 20px;
	color: #d10200;
	margin: 0 0 10px 0;
	font-weight: normal;
	text-decoration: none;
}
.news_text h2 a:hover{
	text-decoration: underline;
}
.box p{
	margin: 0 0 10px 0;
	line-height: 180%;
	text-align: justify;
}
.box p.details{
	font-size: 12px;
}
.box a.morelink{
	position: relative;
	top: -15px;
	float: right;
	margin-top: 5px;
	padding: 5px 18px 5px 10px;
	color: #fff;
	background: #0a8eb8 url(/resource/img/public/button_morelink.png) no-repeat right;
	text-decoration: none;
}
.box a.morelink:hover{
	background-color: #d10200;
}
hr{
	margin: 30px 0 30px 0;
	border: none;
	height: 2px;
	background: url(/resource/img/public/hr.png) repeat-x 0 0;
}
.box hr{
	background: #d3d3d3;
	height: 1px;
	margin: 15px 0 10px 0;
}
.box .links{
	margin: 0 0 15px 0;
	color: #484848;
}
.box .links a{
	color: #484848;
}
.box .links a:hover{
	color: #d10200;
}

#panel_right{
	position: relative;
	width: 194px;
	padding: 10px 10px 50px 10px;
	float: right;
	background: url(/resource/img/public/right_panel_top.png) no-repeat top;
	height: 100%;
	font-size: 13px;
}
#panel_right h4{
	font-size: 18px;
	color: #014e65;
	font-weight: normal;
	margin: 0 0 10px 0;
}
#panel_right p{
	margin: 0 0 8px 0;
	line-height: 180%;
}
#panel_right ul, #panel_right ol{
	margin: 0 0 20px 0;
	padding: 0 0 0 20px;
}
#panel_right li{
	margin: 0 0 5px 0;
}
.panel_box{
	margin: 0 0 10px 0;
	border-bottom: 1px solid #fff;
}

#footer_wrapper{
	background: #0a8fb8 url(/resource/img/public/footer_background.png) repeat-x top;
}
#footer{
	width: 960px;
	margin: 0 auto;
	padding: 15px 0px 15px 0px;
	font-size: 12px;
	line-height: 200%;
	color: #fff;
}
#footer a{
	color: #fff;
}
#footer a:hover{
	text-decoration: none;
}
#footer_left{
	float: left;
	width: 500px;
	margin: 0px 50px 0px 0px;
}
#footer_right{
	float: left;
	width: 320px;
}


#flashcontent {
	width: 491px;
	height: 322px;	
}

.ui-autocomplete {
	background: #9dd7ea;
	width: 200px;
	padding: 10px 0 5px 0;
	border: 1px solid #377d93;
	border-top: none;
	list-style: none;
}
.ui-autocomplete li{
	
}
.ui-autocomplete li a{
	display: block;
	cursor: pointer;
	padding: 0px 0 5px 10px;
	color: #04556f;
}
.ui-autocomplete li a:hover{
	text-decoration: underline;
	color: #d10200;
}

.zeme_info {
	width: 250px;
}

#map {
	margin: 0 0 0 10px;
	width: 350px;
	height: 350px;
}

.map_long {
	width: 940px !important;
	height: 500px !important;
}

#test_map_controls {
	width: 600px;
	height: 150px;
	background: #ccc;
	font-size: 32px;
	font-weight: bold;
}
#test_map_controls a {
	float: right;
}

#test_map_controls span {
	padding: 10px;
}

.listArrows {
	margin: 0px auto;
	margin-top: 40px;
	text-align: center;

}

	.listArrow p.total {
        border-top: 1px solid #cecece; 
		font-weight: bold;
	}

	.listArrows .numbers {
		margin: 0px auto;
		display: inline;
		padding: 0px;
	}

	.listArrows li {
		background: none;
		background-image: none;
		display: inline;
		margin: 0px 5px;
		padding: 1px 4px;
		border: #cecece 1px solid;
	}

	.listArrows li.current {
		font-weight: bold;
		border: black 1px solid;
	}
	
a.external, a.popup{
	padding-right: 9px;
	background: url(/resource/img/public/external2.gif) no-repeat 100%;
	display:inline-block;
}
a.external:hover, a.popup:hover{
	background: url(/resource/img/public/external2_hover.gif) no-repeat 100%;
}


#top a {
	color: white;
}
#top a:hover {
	color: #f55;
}

.dalsi_videa {
	clear: right;
	float: right;
	font-size: 80%;
	white-space: nowrap;
}

.zdroj {
	float: right;
	font-size: 10px;
	color: #ccc;
}

.zdroj a {
	color: #ccc !important;
}
.znak {
	text-align: center;
	margin-bottom: 10px;
}
.znak img {	max-width:100%;}

.box p img {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;	
}

.box p {
	margin-bottom: 10px;
	line-height: 160%;
}

#naseptavac option {
	background: #a2d9ea;
	color: black;	
}
#naseptavac_top option {
	background: #e40c00;
	color: white;
}

span.poznamka {
	font-size: 90%;
	color: #666;
}

.pocasi {
	width: 100px;
	float: left;
	margin: 5px;
	text-align: center;
}
#pocasi .box h3 span{
	font-weight: bold;
}

.pocasi_den {
	font-weight: bold;
	margin: 0 0 5px 0;
}
.pocasi_text{
	margin: 0 0 5px 0;
}
.pocasi_zdroj{
	font-size: 10px;
	margin: 10px 0 20px 0;
	color: #999;
}
.pocasi_zdroj a{
	color: #999;
}
#pocasi_select{
	position: absolute;
	top: 22px;
	right: 20px;
}
#pocasi_loading{
	text-align: center;
	margin: 0 0 20px 0;
	line-height: 200%;
}

.box h2 {
	margin-top: 10px;
}
.obrazek_stred {
	display: block;
	margin: 5px auto;
}
.odstavec_vlevo {
	text-align: left;
}
.odstavec_vpravo {
	text-align: right;
}
.odstavec_stred {
	text-align: center;
}
.odstavec_full {
	text-align: justify;
}

.reklama {
	text-align: center;
	margin: 10px;
}
.reklama small {
	display: block;
	font-size: 0.7em;
}

.obrazek_vpravo {
	float: right;
	margin-right: 0 !important;
}
.obrazek_vlevo {
	float: left;
	margin-left: 0 !important;
}
.obrazek_stred {
	display: block;
	margin: 5px auto;
}
.odstavec_vlevo {
	text-align: left;
}
.odstavec_vpravo {
	text-align: right;
}
.odstavec_stred {
	text-align: center;
}
.odstavec_full {
	text-align: justify;
}


.tabulka_bez_ramecku td, .tabulka_bez_ramecku th {
	border: 0 !important;
}

table.obrazek_vlevo, table.obrazek_vpravo {
	border: 0;
	margin:0;
	padding-left: 0;
	border-collapse: none;
	width: auto !important;
}

table.obrazek_vlevo td, table.obrazek_vpravo td {
	border: 0;
	margin: 0;
	padding: 0;
}

table.obrazek_vlevo td p, table.obrazek_vpravo td p {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #777;
}

input.button {
  border: 1px solid #fff;
  color: #fff !important;
  padding-top: 2px;
  padding-right: 0px;
  padding-bottom: 2px;
  padding-left: 0px;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  background-image: url("/resource/img/public/button_background.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center 0px;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
}

a.button
{
  color: #fff !important;
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;    
  display: block;
  width: 126px;
  height: 21px;
  padding-top: 2px;
  padding-right: 0px;
  padding-bottom: 2px;
  padding-left: 0px;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  background-image: url("/resource/img/public/button_background.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center 0px;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
}

/* Line 633 */
a.button:hover
{
  color: #ffffff;
  background-color: transparent;
  background-image: url("/resource/img/public/button_background.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center -25px;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
}


.links .button {
    padding-top: 4px;
    padding-bottom: 0px;
}
.formular img {
    border: 0!important;
}
.underline {
    text-decoration: underline;
}

.bg-navy {
  background-color: #001F3F; }

.bg-blue {
  background-color: #0074D9; }

.bg-aqua {
  background-color: #7FDBFF; }

.bg-teal {
  background-color: #39CCCC; }

.bg-olive {
  background-color: #3D9970; }

.bg-green {
  background-color: #2ECC40; }

.bg-lime {
  background-color: #01FF70; }

.bg-yellow {
  background-color: #FFDC00; }

.bg-orange {
  background-color: #FF851B; }

.bg-red {
  background-color: #FF4136; }

.bg-fuchsia {
  background-color: #F012BE; }

.bg-purple {
  background-color: #B10DC9; }

.bg-maroon {
  background-color: #85144B; }

.bg-white {
  background-color: #fff; }

.bg-gray {
  background-color: #aaa; }

.bg-silver {
  background-color: #ddd; }

.bg-black {
  background-color: #111; }

/* Colors */
.navy {
  color: #001F3F; }

.blue {
  color: #0074D9; }

.aqua {
  color: #7FDBFF; }

.teal {
  color: #39CCCC; }

.olive {
  color: #3D9970; }

.green {
  color: #2ECC40; }

.lime {
  color: #01FF70; }

.yellow {
  color: #FFDC00; }

.orange {
  color: #FF851B; }

.red {
  color: #FF4136; }

.fuchsia {
  color: #F012BE; }

.purple {
  color: #B10DC9; }

.maroon {
  color: #85144B; }

.white {
  color: #fff; }

.silver {
  color: #ddd; }

.gray {
  color: #aaa; }

.black {
  color: #111; }

h3.lightred {
  color: #ffffff; 
  text-shadow: 0 0 10px #ff0000;
}

.pagination ul {
    list-style: none;
    text-align: center;
}

.pagination ul li {
    display: inline-block;
    padding: 5px;
}
.pagination ul li a {
    display: block;
    height: 20px;
}
.pagination ul li a img {
    margin-top: 8px;
}
#ammapdiv {
    width: 100%;
    height: 320px;
}
#ammapdiv a {
	color: #033aff !important;
}
#country_symbols img {
	max-width: 120px;
}

/* ---------- */
/* Vyrazne boxy na homepage pod menu START */
/* ---------- */

.vyrazne_boxy_wrapper {
	margin: 10px 0;
	display: flex;
	justify-content: center;
}
.vyrazne_boxy_wrapper .vyrazny_box {
	padding: 15px;
	border-radius: 10px;
	background-color: #0a447a;
	color: white;
	margin: 0 15px;
	text-decoration: none;
	text-align: center;
	line-height: 25px;
	width: 200px;
}

/* ---------- */
/* Vyrazne boxy na homepage pod menu END */
/* ---------- */