<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Reset  */
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;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

small {font-size:11px}


/* ---------------------HlavnÃ­ CSS----------------------------- */
body {  
    text-align: center;
    font-family: Arial;
    font-size: 14px;
    color: #282828;    
    background: #fff url('../img/bg.jpg') repeat-x 0 0;    	
}

.cleaner {
    clear: both;
}

#outer {
    width: 870px;
    min-height: 100px;
    margin: 0 auto;
    text-align: left;
}

#header {
    width: 870px;
    height: 405px;
    position: relative;
    float: left;	
	background: url('../img/bg-header.jpg') no-repeat 0 1px; 
}

#header #phone {
    color: #173369;
    font-size: 23px;
    font-weight: bold;
    line-height: 110%;
    position: absolute;
    right: 5px;
    text-align: right;
    top: 100px;
}

#header #phone span{font-weight:normal; color:#373737;}

#header a#email {
    color: #373737;
    font-size: 18px;
    position: absolute;
    right: 5px;
    text-align: right;
    text-decoration: none;
    top: 72px;
	font-weight:normal;
}

 
#flag {position:relative}
#flag a:hover {opacity:0.5}


#nadpis_2 {
    position: absolute;
    left: 3px;
    top: 160px;
    line-height: 120%;
    color: #000; 
    font-size: 27px;
    z-index: 100;
    font-weight: bold;
    text-align: justify;
}

#main {
    float: left;
    width: 870px;
}
#secondaryContent {
    float: left;
    width: 220px;
}
#secondaryContent .boxkontakt {
    width: 220px;
	height:202px;
    margin: 50px 0px 0px 0px;  
    padding: 20px 0 0px 20px;
    color: #000;    
    line-height: 180%;	
    background: url('../img/bg-box.jpg') no-repeat 0 0px; 
	font-size:12px;

}
#secondaryContent .boxkontakt h3 {font-size:16px; padding:0px; margin:3px 0px;}
#secondaryContent .boxkontakt p {padding:5px 0px 5px 0px}


#secondaryContent .box a {
    color: #000; 
    text-decoration: none;  
    font-weight: bold;
}
#secondaryContent .box a:hover {
    text-decoration: underline;
}

#secondaryContent .box #menu {
    line-height: 100%;
    margin: 35px 0 0 0;
}
#secondaryContent .box #menu ul li {    
    margin: 0 0 12px 0; list-style-type:none; 
}
#secondaryContent .box #menu ul li a {
    font-size: 19px;
	padding-left:10px;
    color: #142648;
	line-height:25px;
    text-decoration: none;
    background: url('../img/bg-menu-li.jpg') no-repeat 0 1px;    
    display: block; 
    font-weight: normal;
}
#secondaryContent .box #menu ul li a:hover,
#secondaryContent .box #menu ul li.active a {
    background: url('../img/bg-menu-li-active.jpg') no-repeat 0 1px; color:#74941d;
}
#secondaryContent .box #menu ul li a span {
    margin: 0 0 0 20px;
    display: inline-block;
    line-height: 20px;
}

.fleft {float:left; margin:0px; padding:0px}
.fright {float:right; margin:0px; padding:0px}
.r150 {margin-right:150px}
.line {line-height:150%}

#primaryContent {
    float: left;
    width: 630px;
    min-height: 400px;
    margin: 0 0 0 10px;
    position: relative;
    background: #fff;
    padding: 0 0 10px 0;
	
}
#primaryContent .content {
    margin: 25px 0 0 40px;
}

#primaryContent table  {
   line-height:150%;
   font-size:13px;
	
}

#primaryContent table td, #primaryContent table th {
  padding: 8px;
  border-bottom:1px solid #41617A;
	
}

#primaryContent .content h1 {
    color: #3f4d6a;
    font-size: 23px;
    font-weight: bold;
    height: 50px;
	padding:0px 0px 0px 20px;
    margin: 0 0 15px 0;
	
	background: url('../img/bg-h1.jpg') no-repeat 0 100%; 
}
#primaryContent .content h2 {
    color: #3f4d6a;
    font-size: 20px;
    font-weight: bold;
    line-height: 130%;
    margin: 40px 0 25px 0;
}


#primaryContent .content p {
    line-height: 160%;
    text-align: justify;    
    margin: 10px 0 5px 0;
}

#primaryContent .content ul  {
    margin:10px 0px 5px 20px;
	line-height:150%;
    }

#primaryContent .content ul li {
   padding:3px 0px 3px 15px;
    background: url('../img/menu.png') no-repeat 0px 8px; 
text-align:justify;	
    }

#primaryContent .content a {
    color:#74941D;
    text-decoration: underline;
  
}
#primaryContent .content a:hover {  
    text-decoration: none;
}

#primaryContent .content .aktualita {
    margin: 10px 0 30px 0;
    position: relative;
    padding: 0 0 30px 0;
}
#primaryContent .content .aktualita img {
    float: left;
    width: 90px;
}
#primaryContent .content .aktualita .obsah {
    float: left;
    margin: 0 0 0 15px;
    width: 550px;
	line-height:150%; 
    position: relative;
	text-align:justify;
}
#primaryContent .content h3 {
    font-size: 15px;
    font-weight: bold;
    color: #4c97a9;
    text-decoration: none;
}
    
#primaryContent .content .aktualita .obsah h3 a {
    font-size: 15px;
    font-weight: bold;
    color: #4c97a9;
    text-decoration: none;
}
#primaryContent .content .aktualita .obsah h3 a:hover {
    text-decoration: underline;
}
#primaryContent .content .aktualita .obsah .datum {
    position: absolute;
    right: 0;
    top: 0;
    color: #4c97a9;
    font-size: 13px;
    font-weight: bold;
}
#primaryContent .content .aktualita .obsah p {
    margin: 8px 0 0 0;
}
#primaryContent .content .aktualita .vice {
    position: absolute;
    right: 70px;
    bottom: 0;
    background: url('../img/arrow_right.png') no-repeat 100% 0;
    line-height: 21px;
    height: 21px;
    display: block;
    padding: 0 30px 0 0;
    color: #3f4d6a;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}
#primaryContent .content .aktualita .vice:hover {
    text-decoration: underline;
}
 
#footer {
    width: 100%;
    background: #373737;
    text-align: center;
    margin: 20px 0 0 0;
	line-height:189px
}    
#footer_outer {
    width: 870px;
    margin: 0 auto;
    text-align: left;
}
#footer_outer p {
    color: #fff; line-height:350%; float:left; width:380px; margin-top:20px; 
}

#footer_outer span {
    color: #727272; font-size:12px;
}
#footer_outer a {
    color: #fff;
}
#footer_outer span a {
    color: #727272; font-size:12px; text-decoration:none; 
}

#footer_outer p.footer-kontakt {border-left:1px solid #727272; line-height:150%; padding-left:50px; width:275px}
#footer_outer p.footer-kontakt a {color:#74941D; text-decoration:none}

</pre></body></html>