<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/* General resets */
* { 
  	border : 0;
	margin: 0 auto;
	padding: 0;
}
/* General resets - end */

/* Tag defs */
body {
  background-image: url(../images/bg_pattern.png);
	color: # 434343;
	font-family: Arial;
	font-size: 15px;
}
/* Tag defs - end */

/* General classes */
a {color: white;}

a:link, a:visited {color: white; text-decoration: none;}

a:hover {color: white;}

.img_nad_menu {margin-top: 14px;}

h2 {font-size: 20px; color: #0e78a4;} 

.zoznam{margin-left: 15px;}


.menu_text{ left: 10px; position: relative; top: 5px;}   

.mapa{float: right; margin-top:0px;}

.pata {color: white; font-size:11px; padding-top: 3px; text-align: center;}

/* General classes - end */ 

/* Layout defs */
#horny_pas  {
  background-image: url(../images/horny_pas.png);
  background-repeat: repeat-x;
  height: 21px;
  }
  
#wrapper  {
  border:0px black solid;
  height: auto;
  width: 857px;  
}

#logo  {
background-image: url(../images/logo.png);
float: left;
height: 76px;
margin-top: 17px;
width: 229px; 
}

#pravy_napis  {
background-image: url(../images/pravy_napis.png);
float: right;
height: 76px;
margin-top: 17px;
width: 229px; 
}

#bg_menu  {
background-image: url(../images/bg_menu.png);
color: white;
float: left;
font-family: Arial;
font-size: 16px;
height: 38px;
margin-left: -9px;
margin-top: -6px;
position: relative;
width: 395px; 
}

#bg_text  {
background-image: url(../images/bg_text.png);
background-repeat: repeat-y;
height: 309px;
margin-top: 22px;
width: 858px; 
}

#produkty_text  {
background-image: url(../images/bg_produkty.png);
background-repeat: repeat-y;
height: 590px;
margin-top: 22px;
width: 858px; 
}

#bg_poistovne  {
background-image: url(../images/bg_poistovne.png);
height: 68px;
margin-top: 22px;
width: 858px; 
}

#bg_pata {
background-image: url(../images/bg_pata.png);
height: 21px;
margin-top: 22px;
width: 858px; 
}

#text_border {
border: 0px black solid;
height: 280px;
float: left;
margin-left: 20px;
margin-top: 10px;
width: 600px;
}

#text_border_2 {
border: 0px black solid;
height: 150px;
float: right;
margin-left: 25px;
margin-top: 65px;
width: 180px;
}

#poistovne {
border: 0px black solid;
height: 68px;
padding-top: 12px;
padding-left: 15px;
width: 858px; 
 }
 





/* Layout defs - end */</pre></body></html>