/* spolecne nastaveni webu */
body, table, td, th, input, textarea {
    font-family: /*'Trebuchet MS',*/ 'Arial', sans-serif;
}

body {
    background-color: #5f7da3;
    text-align: center;
}

table, th, td, div, p, img, h1, h2, h3, h4, h5, h6 {
	border-color: #a2a2a2;
}

h1, h2, h3, h4, h5, h6 {
	color: #063e95;
}

a {
	color: #063e95;
}

fieldset {
  border-color: #A3A3A3;
  padding: 1em;
}

fieldset legend {
  border-color: #A3A3A3;
  color: #031939;
  background-color: #F0F0F0;
  padding: 0.2em 0.5em
}


/* main layout */

#container {
    width: 100%;
    background-image: url('../images/pozadi_stranka.jpg');
    background-repeat: repeat-y;
    background-position: center center;
    background-attachment: fixed;
    overflow: hidden;
}

#header {
  padding-top: 43px;
}

#body {
  width: 990px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  background-color: #fff;
  background-image: url('/images/top_linka.jpg');
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  margin-bottom: 0px;
}

#top {
  width: 990px;
  height: 162px;
  background-image: url('/images/top.jpg');
  background-repeat: no-repeat;
  position: relative;
}

#top h1 {
  width: 225px;
  height: 162px;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  margin: 0px;
}

#top h1 a {
  display: block;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

#top h1 a .d {
  display: block;
  color: #FFF;
}

#top h1 a span {
    cursor: pointer;
}

#top h1 .c {
  position: absolute;
  left: 0; top: 0;
  width: 225px;
  height: 162px;
  background-image: url('/images/logo.jpg');
  background-repeat: no-repeat;
  overflow: hidden;
}

#menu_zalozky {
  position: absolute;
  top: 176px;
  left: 237px;
  
  width: 500px;
  height: 30px;
}

#menu_zalozky a {
  display: block;
  float: left;
  text-align: center;
  width: 89px;
  font-size: 1em;
  line-height: 220%;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  padding-top: 3px;
  color: #155199;
}

#menu_zalozky a:hover, #menu_zalozky a.aktivni, #menu_zalozky a.active {
  background-color: #fff; 
}

#zalozky {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 990px;
  height: 36px;
  border-bottom: 6px solid #0f4e95;
}

#zalozky .odkazy {
  position: relative; 
  top: 6px;
  left: 594px;
}

#zalozky a {
  display: block;
  float: left;
  position: relative;
  margin-right: 1px;
}

#zalozky a .obrazek {
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: hand;
  background-color: #fff;
}

#zalozky a.yachting {  display: block;  width: 92px;   height: 30px;}
#zalozky a.flying  {  display: block;  width: 104px;  height: 30px;}
#zalozky a.evo {  display: block;  width: 92px;  height: 30px;} 
#zalozky a.supermoto {  display: block;  width: 104px;  height: 30px;}

#zalozky a.yachting .obrazek {
  display: block;
  width: 92px;
  height: 30px;
  background-image: url('/images/zalozka_yr_svetla.gif');
  background-repeat: no-repeat;
  background-position: 0px 4px;
}

#zalozky a.flying .obrazek {
  display: block;
  width: 104px;
  height: 30px;
  background-image: url('/images/zalozka_fr_svetla.gif');
  background-repeat: no-repeat;
  background-position: 0px 4px;
}

#zalozky a.evo .obrazek {
  display: block;
  width: 92px;
  height: 30px; 
  background-image: url('/images/zalozka_evo_sv.gif');
  background-repeat: no-repeat;
  background-position: 0px 4px;
}

#zalozky a.supermoto .obrazek {
  display: block;
  width: 104px;
  height: 30px; 
  background-image: url('/images/zalozka_sm_svetla.gif');
  background-repeat: no-repeat;
  background-position: 0px 4px;
}

#zalozky a.yachting:hover .obrazek, #zalozky a.yachting .aktivni {   background-image: url('/images/zalozka_yr_tm.gif');   background-position: 0px 0px; }
#zalozky a.flying:hover .obrazek, #zalozky a.flying .aktivni {   background-image: url('/images/zalozka_fr_tm.gif');   background-position: 0px 0px;  }
#zalozky a.evo:hover .obrazek, #zalozky a.evo .aktivni {   background-image: url('/images/zalozka_evo_tm.gif');   background-position: 0px 0px;  }
#zalozky a.supermoto:hover .obrazek, #zalozky a.supermoto .aktivni {   background-image: url('/images/zalozka_sm_tm.gif');   background-position: 0px 0px;  }

/*-------------  left --------------*/

#left {
  width: 237px;
  padding: 2px 0px 25px 0px;
  background-color: #f0f0f0;
  float: left;
}

#menu {
  width: 229px;
  font-size: 1.5em;
  padding: 0px 8px 10px 0px;
}

#menu a {
  text-decoration: none;
  text-transform: uppercase
}

#menu li ul a {
    text-transform: none;
}

#menu a:hover {
  text-decoration: underline;
}

#menu ul, #menu li {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

#menu ul {
    font-size: 0.85em;
    padding: 5px 0px 15px 10px;
}

#menu ul ul {
    padding-top: 0;
    padding-bottom: 0;
}

#menu ul li a {
  display: block;
  height: 30px;
  margin-top: 10px;
  font-weight: bold;
  border: 0px solid #ddd;
  background-image: url('/images/menu_bg.gif');
  background-repeat: no-repeat;
}

#menu ul li a span {
    display: block;
    padding: 7px 2px 2px 10px; 
}

#menu ul ul li a {
  display: block;
  padding: 0px;
  background-image: none;
  border: 0px solid #ddd;
  margin-top: 0;
  padding-left: 0px;
}


.banner {
  width: 217px;
  height: 98px;
  margin: 10px auto 0px auto;
  border: 1px solid #a4a4a4;
  background-color: #fff;
}

#reklama_predplatne {
    text-align: center;
}

#reklama_ukazkove_cislo {
    text-align: center;
    margin: 10px auto 0px auto;
}

#reklama_akvizice, #reklama_asistentka, #reklama_darujtepredplatne {
    text-align: center;
    margin: 10px auto 0px auto;
}

/*------------ center ------------------*/

#main {
    margin-top: 6px;
    padding-top: 0px;
    background-image: url('../images/main_bg.gif');
    background-repeat: repeat-y;
    margin-bottom: 5px;
}

#center_box {
  width: 738px;
  float: right;
  margin-right: 7px;
  _display: inline;
}

#center {
  float: right;
  width: 730px;
  min-height: 600px;
  padding-bottom: 20px;
  padding-top: 22px;
}

#center_box, #center_box table {
    line-height: 150%;
}

#center_box p {
    margin-top: 0.5em;
    margin-bottom: 1.2em;
}

#center_box h1, #center_box h2 {
    margin-top: 0;
}



#right {
  float: right;
  width: 357px;
  display: none;
}

#main.homepage #center {
    float: left;
    width: 374px;
    padding-top: 0;
}

#main.homepage #right {
    display: block;
}

#main.homepage .text {
    margin: 15px 10px;
}

#main.homepage .text h2 {
    background: #063E95;
    color: white;
    padding: 7
    px 7px;
}

#main.archiv #center {
    padding-top: 0; 
}

#center table {
    zoom: 1;
    border-collapse:collapse;
}

#center table td, #center table th {
    padding: 4px 10px;
    border-bottom: 1px solid #a2a2a2;
    margin: 0;
}

#center table tr.head th {
    background: #f6f6f6;
    border-bottom: 3px solid #A2A2A2;
    text-align: center;
}

#center table tr.odd td {
    background: #f6f6f6;
}

#center table tr.odd th {
    background: #f6f6f6;
}

#center table td.right {
    text-align: right;
}

form table td, form table th {
    border: none !important;
}


/*-------------  right ------------------*/



#velky_banner {
  width: 355px;
  height: 330px;
  border: 1px solid #a2a2a2;
}

#spodni_banner {
  width: 355px;
  height: 108px;
  border: 1px solid #a2a2a2;
}


#akce {
  padding: 0px 0 10px 0;
}

#akce h2 {
    margin-top: 23px;
}

#akce .akce {
  padding: 0px 0px 15px 0px;
}

#akce h4 {
  display: block;
  font-size: 1.1em;
  padding: 0px 0px 8px 8px;
  margin: 0px;
  line-height: 180%;
}

#akce .datum {
  float: left;
  display: block;
  width: 69px;
  height: 28px;
  background-image: url('/images/kalendar.gif');
  background-repeat: no-repeat;
  margin-right: 8px;
}

#akce .datum span {
  display: block;
  padding: 5px 0px 0px 7px; 
}

/*-------------- #center ------------------*/

.aktualni_cislo {
  padding: 23px 10px 10px 10px;
  clear: both;
  width: 50%
}

#main.homepage .aktualni_cislo {
  background-color: #f8f8f8;
  width: auto;
  height: 297px;
}

.aktualni_cislo .obsah ul {
  list-style: none;
  padding-left: 1em;
  text-indent: -1em;
  margin-left: 180px
}

.aktualni_cislo li {
  list-style-type: none;
  padding-left: 15px;
  margin-top: 9px;
}

#main.homepage .clanek h4 {
	 margin-top: 0
}



.aktualni_cislo li, .archivni_cislo li {
  padding-left: 5px;
}

.aktualni_cislo a.cele_cislo {
  display: block;
  float: right;
  padding: 0px 3px 0px 3px;
  line-height: 170%;
  border: 1px solid #d0d0d0;
  clear: both;
  font-weight: bold;
  *position: relative; 
  *top: -8px;
  color: #555;
}

.aktualni_cislo .clear {
    height: 1px; 
    overflow: hidden;
}

.aktualni_cislo h2, .archivni_cislo h2 {
    font-size: 2em;
    margin-top: 0;
    margin-bottom: 10px;
}

.aktualni_cislo h2 {
	margin-bottom: 25px
}

.aktualni_cislo h4, .archivni_cislo h4 {
  padding: 0px;
  margin: 0px;
  font-size: 1.2em;
  color: #555;
}

.aktualni_cislo img {
  float:   left;
  margin-right: 10px;
}

.aktualni_cislo .obsah ul {
	margin-left: 205px
}

.aktualni_cislo .obsah ul li {
	list-style-image: url('../images/seznam-sipka.gif');
	list-style-position: outside;
	margin-top: 9px;
}

.aktualni_cislo .obsah ul li a {
	color: #666;
	text-decoration: none;
	padding-left: 10px;
}

.aktualni_cislo .obsah ul li a:hover {
    text-decoration: underline;
}




.clanek {
    clear: both;
    padding: 0 30px 0 0;
}

.clanek h1 {
    margin-bottom: 1.2em;
}

.clanek h4 {
  padding-left: 8px; 
  font-size: 1.3em;
  line-height: 180%;
  background-image: url('/images/pozadi_nadpis_clanek.jpg');
  background-repeat: repeat-x; 
  margin-bottom: 5px;
}

.clanek .text {
  padding-left: 8px;
}

.clanek img {
  border: 2px solid #18579c;
}

.clanek a.main_picture {
  float: left;
  margin: 0 15px 15px 0;
  display: block;
}

.clanek .cely_clanek {
  border: 1px solid #e4e4e4;
  font-weight: bold;
  float: right;
  margin-right: 6px;
  padding: 0px 3px 0px 3px;
}

.clanek .text_zahlavi {
  color: #818181;  
}

.clanek .text_zahlavi a {
  color: #818181;
}

/*------------- rubrika ------------*/

.rubrika-clanky h2 {
	font-size: 130% !important
}

/*------------- hledej -------------*/

#hledej {
  position: absolute;
  top: 165px;
  left: 800px;
  width: 190px;
  height: 50px;
}

#hledej .q {
  border: 1px solid #18579c;
  float: left;
  width: 110px;
  height: 22px;
  padding-top: 2px;
  height: 21px;
}


#hledej .najit {
  border: 1px solid #18579c;
  margin-left: 1px;
}

/*------------- footer -------------------*/

#footer {
  width: 990px;
  height: 95px;  
  clear: both;
  background-image: url('/images/bg_zapati.jpg');
  background-repeat: no-repeat;
  color: #444;
  font-size: 0.9em;
}

#footer a {
    font-weight: bold;
    margin-right: 4px;
}

#footer a.tajfun {
    font-weight: normal;
    color: #444;
    text-decoration: none;
}

#footer a.tajfun:hover {
    text-decoration: underline;
}

#footer .foot_div {
  padding-top: 35px;
}

#footer .foot_leva {
  float: left;
  padding-left: 10px;
}

#footer .foot_center {
  float: left;
  padding-left: 160px;
}

#footer .foot_prava {
  float: right;  
  padding-right: 10px;
}




/*------------- clanek -------------------*/

.clanek  #prava-strana {
	width: 300px;
	float: right;
	border-left: 1px solid #ddd;
	padding-left: 10px;
	margin-left: 20px;
	margin-bottom: 20px;
}

.clanek  #prava-strana  #galerie {
	margin-bottom: 15px;
}

.clanek  #prava-strana  #galerie h3 {
	margin-top: 0;
}

.clanek  #prava-strana  #galerie a {
	float: left;
	margin-right: 5px;
	margin-bottom: 10px
}

.clanek  #prava-strana  #galerie a img {
	float: none;
}

.clanek #prava-strana #tisknout {
	font-size: 120%
}

.clanek #leva-strana {
    width: 360px;
}

#form_predplatne th, #form_inzerce th {
    width: 150px;
}

#fieldset-odpoved th {
    width: 350px;
}

#predplatne {
    width: 63%;
    float: left;
}


#banner_predplatne {
    width: 40%;
    float: right;   
    text-align: center;
}


#predplatne .submit {
    margin-top: 10px;
}

.discussion .add {
    text-align: center;
    margin: 1em 0;
}

.discussion .add a {
    border: solid 1px #5c5b5b;
    
    background-color: #063e95;
    border-color: #176593;
    color: #fff;
    text-decoration: none;
    padding: 2px 5px;
    font-weight: bold;
}

.discussion .add a:hover {
    text-decoration: underline;
}

.discussion .message {
    margin-bottom: 1.5em;
}

.discussion .message .header {
    border: solid 1px #ddd;
    border-width: 1px 0;
    padding: 2px 0;
}

.discussion .message .header label {
    font-weight: bold;
}

.discussion .message .text label {
    display: none;
}

.discussion .message .reply {
    text-align: right;
    padding-right: 40px;
}

.discussion .highlight1 {
    background-color: #e0e0e0;
}
.discussion .highlight2 {
    background-color: #e9e9e9;
}
.discussion .highlight3 {
    background-color: #f5f5f5;
}

.discussion .message { margin-left: 345px; }
.discussion .message-level30 { margin-left: 335px; }
.discussion .message-level29 { margin-left: 325px; }
.discussion .message-level28 { margin-left: 315px; }
.discussion .message-level27 { margin-left: 305px; }
.discussion .message-level26 { margin-left: 300px; }
.discussion .message-level25 { margin-left: 295px; }
.discussion .message-level24 { margin-left: 285px; }
.discussion .message-level23 { margin-left: 275px; }
.discussion .message-level22 { margin-left: 265px; }
.discussion .message-level21 { margin-left: 255px; }
.discussion .message-level20 { margin-left: 245px; }
.discussion .message-level19 { margin-left: 235px; }
.discussion .message-level18 { margin-left: 225px; }
.discussion .message-level17 { margin-left: 215px; }
.discussion .message-level16 { margin-left: 205px; }
.discussion .message-level15 { margin-left: 195px; }
.discussion .message-level14 { margin-left: 185px; }
.discussion .message-level13 { margin-left: 175px; }
.discussion .message-level12 { margin-left: 165px; }
.discussion .message-level11 { margin-left: 155px; }
.discussion .message-level10 { margin-left: 144px; }
.discussion .message-level9 { margin-left: 132px; }
.discussion .message-level8 { margin-left: 119px; }
.discussion .message-level7 { margin-left: 105px; }
.discussion .message-level6 { margin-left: 90px; }
.discussion .message-level5 { margin-left: 74px; }
.discussion .message-level4 { margin-left: 57px; }
.discussion .message-level3 { margin-left: 39px; }
.discussion .message-level2 { margin-left: 20px; }
.discussion .message-level1 { margin-left: 0; }



.discussion .summary {
    border-collapse: collapse;
    margin: 1em 0;
    width: 100%;
}

.discussion .summary thead {
    display: none;
}

.discussion .summary td {
    padding: 0.3em 0.4em;
    border-color: #ccc;
}

.discussion .summary td.date {
    white-space: nowrap;
    border-right-width: 1px;
    padding-left: 0;
    width: 100px;
}
.discussion .summary td.subject { 
    padding-left: 255px; 
    border-left-width: 1px;
}

.discussion .summary td.level25 { padding-left: 245px; }
.discussion .summary td.level24 { padding-left: 235px; }
.discussion .summary td.level23 { padding-left: 225px; }
.discussion .summary td.level22 { padding-left: 215px; }
.discussion .summary td.level21 { padding-left: 205px; }
.discussion .summary td.level20 { padding-left: 195px; }
.discussion .summary td.level19 { padding-left: 185px; }
.discussion .summary td.level18 { padding-left: 175px; }
.discussion .summary td.level17 { padding-left: 165px; }
.discussion .summary td.level16 { padding-left: 155px; }
.discussion .summary td.level15 { padding-left: 145px; }
.discussion .summary td.level14 { padding-left: 135px; }
.discussion .summary td.level13 { padding-left: 125px; }
.discussion .summary td.level12 { padding-left: 115px; }
.discussion .summary td.level11 { padding-left: 105px; }
.discussion .summary td.level10 { padding-left: 95px; }
.discussion .summary td.level9 { padding-left: 85px; }
.discussion .summary td.level8 { padding-left: 75px; }
.discussion .summary td.level7 { padding-left: 65px; }
.discussion .summary td.level6 { padding-left: 55px; }
.discussion .summary td.level5 { padding-left: 45px; }
.discussion .summary td.level4 { padding-left: 35px; }
.discussion .summary td.level3 { padding-left: 25px; }
.discussion .summary td.level2 { padding-left: 15px; }
.discussion .summary td.level1 { padding-left: 5px; }

.discussion .add_message .parent_description {
    border: solid 1px #ddd;
    background-color: #f0f0f0;
    overflow: scroll;
    height: 120px;
    padding: 0 10px;
    margin-bottom: 1em;
}

.discussion .add_message table {
    width: 100%;
}

.discussion .add_message th {
    width: 20%;
    font-weight: normal;
}

.discussion .add_message .required {
    font-weight: bold;
}

.discussion .add_message .title {
    width: 80%;
}

.discussion .add_message .name, .discussion .add_message .email {
    width: 40%;
}
 
.discussion .add_message textarea {
    width: 99%;
    height: 150px;
}

.discussion .topics_list {
    width: 100%;
    border-collapse: collapse; 
}

.discussion .topics_list td {
    border-top: solid 1px #ddd;
}

.discussion .topics_list td, .discussion .topics_list th {
    padding: 2px 3px;
}

.discussion .topics_list .message_count {
    text-align: right;
    padding-right: 27px;
}

.discussion .topics_list .last {
    text-align: center;
}


#messages p {
    margin: 0;
    padding: 0.3em 0.3em;
    text-align: left;
    border: solid 1px;
    margin-bottom: 2px;
    background-color: #fff; 
}

#messages p.message_ok {
    color: #0a0;
    border-color: #0a0;
}

#messages p.message_failure {
    color: #c00;
    border-color: #c00;
}

#messages {
    margin-bottom: 10px;
} 

#ke-stazeni #stranky {
	float: left;
	width: 120px;
	font-size: 120%
}

#ke-stazeni #stranky li {
	margin-top: 7px
}

#ke-stazeni #stranky a {
	text-decoration: none
}

#ke-stazeni #stranky a:hover {
	text-decoration: underline
}

#ke-stazeni #files {
	float: left;
}

#ke-stazeni #files .download {
	clear: left
}

#ke-stazeni #files .download .thumb {
	float: left;
	width: 95px;
	height: 80px;
}

#ke-stazeni #files .download .popis {
	float: left;
	height: 80px;
	padding-top: 10px
}

#ke-stazeni #files .download span.document_title {
	display: block;
	font-size: 130%
}

#ke-stazeni #files .download a {
	display: block;
	padding: 8px 3px
}




.archiv_cislo {
  padding: 23px 10px 10px 10px;
  float: left;
  width: 340px;
  _width: 360px;
}

.archiv_cislo.lichy {
  clear: left;
}

.archiv_cislo .obsah ul {
  list-style: none;
  padding-left: 1em;
  text-indent: -1em;
  margin-left: 180px
}

.archiv_cislo li {
  list-style-type: none;
  padding-left: 15px;
}

.archiv_cislo div.cele_cislo {
  display: block;
  text-align: right;
  clear: left;
}

.archiv_cislo div.cele_cislo a {
  line-height: 170%;
  border: 1px solid #d0d0d0;
  padding: 3px 5px;
  font-weight: bold;
}


.archiv_cislo .clear {
    height: 1px; 
    overflow: hidden;
}

.archiv_cislo h2 {
    font-size: 2.2em;
    margin-top: 0;
    margin-bottom: 10px;
}

.archiv_cislo h4 {
  padding: 0px;
  margin: 0px;
  font-size: 1.2em;
  color: #222;
}

.archiv_cislo img {
  float:   left;
  margin-right: 10px;
}


.archiv_cislo .obsah {
	float: left;
	width: 210px;
}

.archiv_cislo .obsah ul {
	margin: 10px 0 10px 0
}

.archiv_cislo a.cele_cislo {
	*position: static !important;
}

.archiv_text {
  margin-top: 15px;
  margin-left: 10px;
}

#brands_list {
	margin-top: 30px;	            
}

#brands_list h3  {
	margin-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
	font-size: 1.3em;
	font-weight: bold;

	clear: left;
}

#brands_list {
	margin-left: 40px;
	margin-bottom: 30px;
}

#brands_list div.column{
	margin-left: 2Opx;
	width: 180px;
	_width: 160px;
	float: left;
}

#brands_list div a { 
	text-decoration: none; 
	color: #666;
	font-size: 1.2em;

	padding-bottom: 5px;
}

#brands_list div a:hover { text-decoration: underline }

#page_articles {
	width: 500px
}

.pagination_control {
	padding-top: 20px;
	clear: both
}

#wheretobuyform {
    border: solid 1px #ddd;
    background-color: #f8f8f8;
    padding: 0 5px 0 5px;
    margin: 9px;
    font-size: 0.9em;
}
#wheretobuyform .q {
    width: 80px;
}

#wheretobuyform form {
    text-align: center;
}

#wheretobuy table th, #wheretobuy table td {
    border-collapse: collapse;
    border-spacing: 0;
    padding: 2px 5px;
    border-bottom: solid 1px #ddd;
}

#wheretobuy table th {
    background-color: #f0f0f0;
    border-color: #888;
}

#soutez img {
    border: none !important;
}

#upoutavka_specialy {
    font-size: 1.5em;
    line-height: 150%;
}

#specialy h2 strong {
    color: rgb(198,61,41);
}

#specialy p .color {
    color: rgb(198,61,41);
}

strong.red {
    color: rgb(198,61,41);
}

#predplatne #darek-element label input {
    clear: left;
    float: left;
}

#predplatne #darek-element label div{
    margin-left: 10px;
    float: left;
}

#predplatne #darek-element label div span.puvodni_cena {
    color: #666;
}

#predplatne #delka_predplatneho-element label input {
    clear: left;
    float: left;
}

#predplatne #delka_predplatneho-element label div {
    width: 80%;
    margin-left: 10px;
    float: left;
}

#predplatne #delka_predplatneho-element label div span.mensi {
    color: #666;
}
