/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {   
    margin: 0;   
    padding: 0;   
    border: 0;   
    outline: 0;   
    font-size: 100%;   
    vertical-align: baseline;   
    background: transparent;   
}
ol, ul {   
    list-style: none;   
}
table {   
    border-collapse: collapse;   
    border-spacing: 0;   
}
label{    
    color: #555555;
    font-weight: bold;
}
div#telo.str_prehled label {
    float: left;
}
label.err_polozka{
    color: #aa2d29;
}
input{    
    float: left;
    padding: 6px;
}
div#telo.str_prehled input {
    clear: both;
}
input.submit {
    display: block;
    width: 197px;
    margin: 6px 0;
    background-image: url(tl_bg_zl.jpg);
    border: 1px solid #65af67; 
    color: #ffffff;
    font-weight: bold;
    cursor: hand; cursor: pointer
}
.foto input{
    padding: 0;
    float: left;
    background-color: #ffffff;
    border: 0;    
}
textarea{
    float: left;
    padding: 6px;
}
select{
    float: left;
    padding: 6px;
}
div#telo.str_prehled select {
    clear: both;
}
form.prihlas {
    position: absolute;
    left: 44%;
    display: block;
    width: 200px;
    margin-top: 50px;
}
form.prihlas label {    
    display: block;
    float: left;
}
form.prihlas input {
    width: 183px;
}
form.prihlas input.submit {        
    float: left;
    width: 197px;
}

table{        
    width: 100%;
    text-align: left;
    line-height: 1.2em;
    background-color: white;
}
table p{
    margin: 5px 0 5px 0;
}
th{
    padding: 15px;
    background-color: #eaeaea;
    text-align: left;
    font-size: 1.5em;
    font-weight: bold;
    vertical-align: middle;
}
div#telo.str_prehled th {
    font-size: 1em;
    padding: 10px 5px;
    border: 1px solid #EAEAEA;
}
th span.cislo {
    margin-right: 10px;
    padding: 11px 18px;
    background-color: #05223f;
    color: #fff;
}
td{
    padding: 8px;
    margin: 1px 0 0 0;
    vertical-align: middle;
}
div#telo.str_prehled td {
    margin: 0;
    padding: 10px 5px;
    font-size: 0.9em;
    border: 1px solid #EAEAEA;
}
div#telo.str_prehled tr:nth-child(2) td, div#telo.str_prehled tr:nth-child(3) td {
    border: 1px solid transparent;
}
table.form_layout td {    
    border: none;
    text-align: right;
}
table.form_layout input {    
    float: left;
}
table.form_layout input.submit {    
    float: none;
    text-align: center;
}
table.form_layout textarea {   
    float: left;
    width: 538px;

}
table.form_layout select {    
    float: left;
    width: 180px;
    padding: 6px;
}
table td.form_layout_text {
    text-align: left;
}
/* specificke podle stranky formulare - stav*/
div#telo.str_dotaz table.form_layout textarea {
    width: 611px;
}

p{
    margin: 20px 0;
}
h1{
    margin: 10px 0px 30px 0px;
    font-size: 2.2em;
    font-weight: normal;
    color: #05223F;
}
h2{  
    margin: 20px 0;
	font-size: 1.8em;
	font-weight: normal;
	color: #05223F;
}
h3{
	margin: 20px 0;
	font-size: 1.5em;
	font-weight: normal;
	color: #05223F;
}h4{
	margin: 20px 0;
	font-size: 1.3em;
	font-weight: normal;
	color: #05223F;
}
body{	
	font-family: 'Armata', verdana, arial, sans-serif;
	font-size: 0.75em;
	text-align: center;
	line-height: 1.6em;
	color: #404040;
	background-color: white;
}
body a:link {
	color: #0755A7;
}

body a:visited {
	color: #0755A7;
}

body a:hover {
	color: #A8260C;
}

a:focus {
	outline: none;
}


/* Blok pozadí */
#top_bg {
	position: absolute;
	width: 100%;
	height: 150px /*602px*/;
	background-image: url('bg.png');
	background-position: top left;
	background-repeat: repeat-x;
}



#top_bg2 {
	position: absolute;
	width: 100%;
	height: 150px /*602px*/;
	background-image: url('bg-image.png');
	background-position: top center;
	background-repeat: no-repeat;
}

/* Tělo */
#telo{
    display: block;	
    position: relative;
    margin: 0;
    text-align: left;  
    text-align: justify;
}
.err{
    color: #4b100e;
    font-weight: bold;
    background-color: #ffa29f;
    border: 1px solid #c74d49;
    padding: 6px;
}
div#telo.str_prehled .err {
    width: 940px;
    margin: 20px auto;
}
.ok{
    color: #1f4b0e;
    font-weight: bold;
    background-color: #baff9f;
    border: 1px solid #6dc749;
    padding: 6px;
}
.item_error {
    color: red;
}
.item_required {
    font-weight: bold;
    color: black;
}


/* Horní lišta */
#top_ribbon {
    position: relative;
	display: block;
	width: 980px;
	height: 50px;
	margin: 0 auto;
	font-size: 1.1em;
	color: #F4D072;
}

#top_ribbon a {
	text-decoration: none;
	color: white;
}

#top_ribbon_lang {
    float: left;
    display: block;
    width: 16px;
    padding-top: 6px;
}

#top_ribbon_lang a {
    display: block;
    margin-bottom: 6px;
}

#top_ribbon_contact {
    float: left;
	display: block;
    height: 50px;
    line-height: 50px;
}

#top_ribbon_contact img {
	margin: 0 0 0 30px;
}

#top_ribbon_bottom_mt a, #top_ribbon_bottom_gps a {
    position: absolute;
    top: 0px;
    display: block;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    text-align: center;
    text-decoration: underline;
    font-weight: bold;
}
#top_ribbon_bottom_mt a {
	right: 247px;
    width: 247px;
	text-transform: uppercase;
    color: #a70907 /*#67112C*/;
}
#top_ribbon_bottom_gps a {
	right: 0px;
    width: 246px;
    border-left: 1px solid #d1dae3;
	text-transform: uppercase;
    color: #07a759;
}
#top_ribbon_bottom_mt a:hover {
    background-color: #a70907 /*#67112C*/;
    color: #fff;
}
#top_ribbon_bottom_gps a:hover {
    background-color: #07a759;
    color: #fff;
}


/* Hlavička */
#hlavicka_out{
    display: block;
    width: 980px;
    height: 100px;
    margin: 0 auto;
    font-size: 1.2em;
}
#hlavicka_in{
    display: block;
    width: 980px;
    height: 100px;
}
#hlavicka_out ul {
    padding-top: 38px;
    text-align: center;
}

#hlavicka_out li {
	display: inline-block;
	margin: 0 20px;
}
#hlavicka_out ul li span {
    margin-right: 0!important;
}
#hlavicka_out ul li a span:hover {
    text-decoration: underline;
}

#hlavicka_out a {
	text-decoration: none;
	text-transform: uppercase;
	color: #F4D072;
}

#hlavicka_out a:hover {
    text-decoration: underline;
}
#hlavicka_out span {
    float: left;
    margin-right: 30px;
}
#hlavicka_out .registrace_status {
    color: #fff;
}



/* Obsah */
#obsah_out{
    display: block;
    width: 980px;
    min-height: 730px;
    margin: 0 auto;
    background-color: #fff;
}
div#telo.str_prehled #obsah_out {
    position: relative;
    width: 100%;
}
#obsah_in{
    margin: 30px 20px;
}
.vypis_stranek{
    margin: 20px 0 0 0;
}
.vypis_stranek span{
    padding: 0 4px;
    margin: 2px;
    background-color:  #EFEFEF;
}
.vypis_stranek a{
    text-decoration: none;
}
/* Registrace */
.str_registrace_prihlas form {
    display: block;
    width: 200px;
    margin: 100px auto;          
}
.str_registrace_prihlas form label {    
    display: block;
    float: left;
}
.str_registrace_prihlas form input.submit {        
    float: left;
}


/* Patička */
#footer {
	display: block;
	clear: both;
	background-color: #051626;
	color: #F4D072;
}

/* Blok servisované značky */
#serviced_ribbon {
	display: block;
	position: relative;
	padding: 20px 0 0 0;
	width: 980px;
	clear: both;
	background-color: #051626;
}

#serviced_ribbon h2 {
	margin: 5px 0;
	font-size: 1.3em;
	text-align: center;
	color: #F4D072;
}

/* Blok odkazů */
#footer_in {
	display: block;
	margin: 0 auto;
	width: 980px;
}

#footer a {
	text-decoration: none;
	color: #F4D072;
}

#footer ul {
	padding: 20px 30px;
	margin: 0;
	height: 100px;
	list-style-type: none;
	color: #8B9CAD;
	border-left: #192A3A 2px solid;
}

#footer ul a {
	text-decoration: none;
	color: #8B9CAD;
}

#footer ul a:hover {
    text-decoration: underline;
}

.table_footer {
	width: 100%;
	text-align: left;
    line-height: 1.6em;
    background-color: transparent;
}

.table_footer td {
	padding: 20px;
    vertical-align: baseline;
}


/* Paging */

.paging {
    display: block;
    margin: 10px 0;
    text-align: center;
}
.paging span {
    padding: 2px 5px;
    margin: 0 2px 0 0;
    border: #EAEAEA 1px solid;
    line-height: 2em;    
}
.paging span.paging_item_previous {
    border-right: none;
    font-size: 1.4em;
}
.paging span.paging_item_next {
    border-left: none;
    font-size: 1.4em;
}
.paging span.paging_item_center {
    //border-left: none;
    //border-right: none;
    font-size: 1.4em;
}
.paging a:hover span {
     //background-color: #F9F9F9;
}
.paging a:hover {
    text-decoration: none; 
}

/* Výpis opravy */

.repair_list_customer th {
    padding: 10px;
    font-size: 1.2em;
}
.repair_list_customer td {
    padding: 2px;
    border-bottom: 1px solid #EAEAEA;
}
