.content h1 {
    margin-bottom: 20px;
    padding-left: 24px;
}

.content .kraje {
	display: block;
	float: left;
	width: 260px;
	padding-left: 19px;
	list-style: none;
	padding-top: 10px;
}
.kraje li {
	font-weight: bold;
	color: #006FB9;
	font-size: 85%;
	display: block;
	height: 17px;
	padding-top: 3px;
	padding-left: 10px;
    width: 243px;
}
.kraje .odd {
	background: url(../../img/bg-odd.png) no-repeat;
}

.kraje li a {
	color: #6D6E71;
	text-decoration: none;
}
.kraje li a:hover {
	text-decoration: underline;
}   

.content .top-map {
    padding-top: 15px;
}   

/* tabulka s instalatérama */
table.seznam { 
    clear: both;
    width: 905px;
    margin-left: 20px;   
    _margin-left: 10px;
    #margin-top: 20px;
    margin-bottom: 30px;   
    border-collapse: separate;
}

table.seznam caption {
    color: #006FB9;
    background: #EBF5FC;    

    font-size: 140%;
    font-weight: bold;
    text-align: left;

    width: 905px;  

    padding-top: 10px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
    
    margin-top: 30px;                
    margin-left: auto;
    margin-right: auto;
    
    border-bottom: 2px solid #EBF5FC;
    border-top: 2px solid white;
    border-right: 2px solid white;
    border-left: 2px solid white;
}

table.seznam tbody tr {
    height: 25px;
    font-size: 85%;
    width: 785px;
}

table.seznam tbody tr.odd {
    height: 25px;
    background: #f2faff;
    padding-top: 5px;
}

table.seznam th {
    text-align: left;
    color: #006FB9;
    font-size: 85%;
    padding: 10px;
    background: #D5EBF9;  
}
table.seznam th strong {
    display: block;
    float: left;
}
table.seznam th img {
    float: right;
}

table.seznam tbody strong {
    color: #006FB9;
    font-weight: bold;
    padding-left: 12px;
    display:block;
}

table.seznam a {
    color: #666666;
}

table.seznam a:hover {
    color: #006FB9;
}

table.seznam td {
    padding-left: 5px;
}
/* konec tabulky s instalatérama */
