<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(http://fonts.googleapis.com/css?family=Abel);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600,700);

@font-face {
  font-family: 'Abel';
  font-style: normal;
  font-weight: 400;
  src: local('Abel'), local('Abel-Regular'), url(../fonts/EAqh528fFdbUek8UOky4sA.woff) format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(../fonts/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(../fonts/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(../fonts/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../fonts/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(../fonts/xjAJXh38I15wypJXxuGMBobN6UDyHWBl620a-IRfuBk.woff) format('woff');
}
/* ------- FONTS ---------------- */

html {
	height: 100%;
}

body { 
	font-family: Open Sans, sans-serif;
  margin: 0;
  padding: 0; 
  background: #eee;
  color: #3f3f3f;
  font-size: 14px;
  line-height: 24px;
  height:100%;
	background: #C0C4C5 url(../images/bg_darker.png) repeat;
 	-webkit-font-smoothing: antialiased;

}

a {
	color: #3f3f3f;
  text-decoration: none;  
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

#container {
  position: relative;
}


.bg {
  width: 100%;
  position: relative;
}

#bgtop {
  background: #aaa url(../images/bg_top.png) repeat-x;
  height: 140px;
  margin-top: -100px;     /* (povodne -100px) */
}

#bgtop_stred {
  background: #aaa url(../images/header_bg.jpg) center;
  height: 140px;
  margin-top: -100px;
  min-width: 900px;
}

#bgmiddle {
  background: #ccc url(../images/bg_lighter.png) repeat;
  min-height: 760px;
  min-width: 900px;
  /* overflow: hidden; */  
}

#bgbottom {
  background: #eee url(../images/bg_darker.png) repeat;
  height: 220px;     /* toto riesi velkost bgbottom (povodne 210px) */
  margin-top: -200px;   /* toto riesi vysku bgbottom (povodne -260px) */
  border-top: 1px solid #bbb; 
  
}

#logo {
  min-height: 116px;
  width: 900px;
  margin: -66px auto 0;
  position: relative;
  top: 66px;
  z-index: 1;
}

#logo_obr {
  background: #eee;
  background: url(../images/azul4.png) no-repeat left;
  background-size: 60%;
  min-height: 116px;
  margin-left: 15px;    /* 60px */
}

#social a img{
  position: relative;
  float: left;
  left: 654px;
  top: 65px;
  opacity: 0.7; 
}

#social a img:hover {
  opacity: 1;
}

#menu {
  background: #4a5860; /* Old browsers */
  background: -moz-linear-gradient(top,  #4a5860 0%, #1c2a31 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4a5860), color-stop(100%,#1c2a31)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #4a5860 0%,#1c2a31 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #4a5860 0%,#1c2a31 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #4a5860 0%,#1c2a31 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #4a5860 0%,#1c2a31 100%); /* W3C */
  /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#4a5860, endColorstr=#1c2a31,GradientType=0 );  IE6-9 */
  /* -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4a5860, endColorstr=#1c2a31)";   */


  min-height: 48px;
  width: 900px;
  margin: 0 auto;
  position: relative;
  top: 65px;
  z-index: 3;
	border: 1px solid #777;     /* povodne #B2B9BD */
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, .1);
}

#menu ul {
	margin: 0px;
	padding: 0px 40px;
	list-style: none;
	line-height: normal;
  margin-top: -2px;
}

#menu li {
	float: left;
	margin-right: 10px;
	padding-left: 5px;
}

#menu a {
	display: block;
	float: left;
	height: 50px;
	padding-right: 5px;
	line-height: 50px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #171D21;
	font-family: 'Abel', sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #EEE;
}

#menu a:hover {
	text-decoration: none;
}

#menu span {
	display: inline-block;
	height: 50px;
	padding: 0px 15px 0px 15px;
}

#menu li.active {
	background: url(../images/menu-bgleft.png) no-repeat left top;
}

#menu li.active a {
	background: url(../images/menu-bgright.png) no-repeat right top;
	text-shadow: 1px 1px 1px #04435D;
	color: #FFFFFF;
}

#menu li.active span {
	background: url(../images/menu-repeatbg.png) repeat-x left top;
}


#menu li span:hover {
	background: url(../images/menu-repeatbg.png) repeat-x left top;
}

/*----------------------*/

#menu ul li ul {
  display: none;
  visibility:hidden;  /* pridane */
  position: absolute;
  z-index: 9999;
  left: auto;                    
  width: 180px;
  top: 50px;  /* povodne 50px */ 
  padding: 7px 0px 10px;               

  background: rgba(74,88,96,0.5); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(74,88,96,0.5) 0%, #1c2a31 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(74,88,96,0.5)), color-stop(100%,#1c2a31)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(74,88,96,0.5) 0%,#1c2a31 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(74,88,96,0.5) 0%,#1c2a31 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(74,88,96,0.5) 0%,#1c2a31 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(74,88,96,0.5) 0%,#1c2a31 100%); /* W3C */
  /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(74,88,96,0.5)', endColorstr='#1c2a31',GradientType=0 );   IE6-9 */


}

#menu ul li ul li {
	height: 30px;
  margin: 0 auto;
  padding: 0;
  float: left; /* Must always be floated otherwise there will be a rogue 1px margin-bottom in IE6/7 */
}

#menu ul li:hover ul {
  display: block;
  visibility: inherit; /* fixes IE7 'sticky bug' */ 

}

#menu ul li:hover ul li {
  width: 100%; 
  
}

#menu ul li:hover ul li:hover {

  background: rgba(88,179,217,1); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(88,179,217,1) 0%, rgba(0,122,175,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(88,179,217,1)), color-stop(100%,rgba(0,122,175,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(88,179,217,1) 0%,rgba(0,122,175,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(88,179,217,1) 0%,rgba(0,122,175,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(88,179,217,1) 0%,rgba(0,122,175,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(88,179,217,1) 0%,rgba(0,122,175,1) 100%); /* W3C */
  /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(88,179,217,0.9)', endColorstr='rgba(0,122,175,0.9)',GradientType=0 );   IE6-9 */
}

#menu ul li:hover ul li a {
	float: left;
	line-height: 30px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #171D21;
	font-size: 18px;
	color: #EEE;
}

#menu ul li:hover ul li a span, #menu ul li.active ul li a span {
  padding: 0 20px;
	background: none;
} 

#menu ul li ul li a, #menu ul li.active ul li a {
	float: left;
	line-height: 30px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #171D21;
	font-size: 18px;
	color: #EEE; 
  background: none;  
}

#menu ul li ul li a span {
  padding: 0 20px;
	background: none;
} 

/**
Stylesheet for SooperFish by www.SooperThemes.com
Author: Jurriaan Roelofs
**/




/*-----------------------------------------------------------*/

#wrap {
  width: 900px;
  margin: 0 auto;
  margin-bottom: 0px;        /* toto riesi vysku bgbottom (povodne 200px) */
  min-height: 620px;
  position: relative;
  top: 45px;
  z-index: 1;
}

#title_image {
  margin: 0 auto 20px;
  min-height: 280px;
  background: #f3f3f3 url(../images/mainimage260.jpg) no-repeat center;
  width: 100%;
}
#title_image img {
  padding: 15px;
                 
}

#obsah0 {
  margin: 0 auto 20px;
  min-height: 60px;
  background: #fafafa;
  width: 100%;
  font-family: Open Sans, sans-serif;
  text-align: center;
  border-radius: 25px;
}

#obsah0:hover {
  background: #58B3D9;    /* modra */
  background: -moz-linear-gradient(top,  rgba(88,179,217,0.3) 0%, rgba(0,122,175,0.31) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(88,179,217,0.3)), color-stop(100%,rgba(0,122,175,0.3))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(88,179,217,0.3) 0%,rgba(0,122,175,0.3) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(88,179,217,0.3) 0%,rgba(0,122,175,0.3) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(88,179,217,0.3) 0%,rgba(0,122,175,0.3) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(88,179,217,0.3) 0%,rgba(0,122,175,0.3) 100%); /* W3C */
  /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58B3D9', endColorstr='#007AAF',GradientType=0 );  IE6-9 */
              
  text-shadow: 1px 1px 1px #bbb;
  font-weight: 400;
  color: #EEE;

}

#obsah0:hover #maintext0 p.notif2, #obsah0:hover #maintext0 p.notif1 {
  text-shadow: 1px 1px 1px #bbb;
  font-weight: 400;
  color: #EEE;

}


#obsah00 {
  margin: 0 auto 20px;
  min-height: 60px;
  background: #fafafa;
  width: 100%;
  font-family: Open Sans, sans-serif;
  text-align: center;
}

#obsah00:hover {
    /* background: #CDF2F2; */
  background: #4a5860; /* Old browsers */
  background: -moz-linear-gradient(top,  #4a5860 0%, #1c2a31 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4a5860), color-stop(100%,#1c2a31)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #4a5860 0%,#1c2a31 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #4a5860 0%,#1c2a31 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #4a5860 0%,#1c2a31 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #4a5860 0%,#1c2a31 100%); /* W3C */
  /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a5860', endColorstr='#1c2a31',GradientType=0 );  IE6-9 */
  /* -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4a5860, endColorstr=#1c2a31)";   */

              
  text-shadow: 1px 1px 1px #bbb;
  font-weight: 400;
  color: #EEE;

}

#obsah00:hover #maintext0 p.notif2, #obsah00:hover #maintext0 p.notif1 {
  text-shadow: 1px 1px 1px #bbb;
  font-weight: 400;
  color: #EEE;

}



#maintext0 {
  padding: 10px 20px;           
}

#maintext0 p {
  padding: 0;
  margin: 0;
  font-size: 24px;              
}

#maintext0 p.notif2 {
  font-size: 18px;
  color: #aaa;         
} 

#maintext0 p.notif1 {
  color: rgba(88,179,217,1);    /* modra */      
	text-shadow: 1px 1px 1px #bbb;
	font-weight: 400;
        line-height: 30px;
} 

#maintext0 p.spodne {
  margin-top: 15px;
}

.orange {
  color: #FF9900; 
  color: #EA7620;       
}

#news {
  margin: 0 auto 20px;
  min-height: 180px;
  background: #f3f3f3;
  padding-bottom: 20px;
  width: 100%;
}    

#news .prvy-article {
  width: 100%;
  height: 20px;
}

#news .article {
  padding: 20px 50px 20px 36px;
  font-family: Open Sans, sans-serif;
  text-align: justify
}

#news .article:hover {
  background: #eee;
}

#news .article a {

}

#news .news-img {
  margin-right: 30px;
  float: left;
}

#news .news-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 14px;
}

#news .news-title-long {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}


#news .news-text {
  
}

#obsah {
  margin: 0 auto 20px;
  min-height: 420px;
  background: #f3f3f3;
  width: 100%;
}

#obsah ul.thirteen {
  padding-left: 13px;
}


#obsah img:hover {
  opacity: 0.9;          
}

#obsah .product-table tr.header {
  font-size:18px;
  background-color:#ddd;
}

#obsah .product-table th.th200 {
  width:200px;
}

#obsah .product-table th.th500 {
  width:500px;
}

#obsah .product-table td.td200 {
  width:200px;
}

#obsah .product-table td.tacenter {
  text-align:center;
}

#obsah .product-table td.fs20 {
  font-size: 20px;
}


#obsah-products {
  margin: 0 auto 20px;
  min-height: 420px;
  background: #f3f3f3;
  width: 100%;
}
  
#obsah-products h2 {
  margin-bottom: 5px;                   
}

#maintext-products {
  padding: 20px 30px 0 30px;
	font-family: Open Sans, sans-serif;
  position: relative;
}

#maintext-products h1 {
  font-size: 30px;
  color: #555;
}

#maintext-products h1 span {
  font-size: 20px;
  color: #555;
  font-weight: normal;
}

#maintext-products h2 {
  font-size: 19px;
  color: #555;
  color: #58B3D9;       /* modra */   
}

#maintext-products h3 {
  font-size: 16px;
  color: #555;
  color: #58B3D9;
  margin-left: 15px;
}

#maintext-products div:hover {
  color: #222;
}

#maintext-products div.withimg:hover {
  background: #fff;
}

#maintext-products .withimg {
  margin: 15px auto 15px;
  background: #fff;
  padding: 10px;
  text-align:center;
}

#maintext-products .withimg img {
  margin: 0 auto;
}

#maintext-products #podnadpis {
  font-size: 18px;
  color: #555;
  font-weight: normal;
  margin-top: -10px;
  line-height: 20px;
}

#maintext-products #podnadpis:hover {
  background: #f3f3f3;
}

#maintext-products .divider {
  margin: 15px auto 0px;
  border-bottom: 1px solid #ddd;
	border-radius: 10px;
  width: 50%;
  background: #ddd;         
	box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
}

#maintext-products #linky {
  margin-top: 10px;
  color: #007AAF;  
}

#maintext-products #linky a {
  color: #007AAF;  
}
#maintext-products #linky a:hover {
  color: #58B3D9;
}


#maintext-products ul.ramikm li:hover {
  color: #007AAF; /* tmava modra */                      
}

#maintext-products ul.ramikm li a:hover {
  color: #007AAF /* tmava modra */                      
}

#maintext-products .h20 {
  height: 20px;
}

#maintext-products .w50 {
  width: 200px;
}

#maintext-products .w200 {
  width: 200px;
}

#maintext-products .tacenter {
  text-align: center;
}

#maintext-products .mtb15 {
  margin: 15px 0
}

#maintext-products .mtb20 {
  margin: 20px 0
}

#maintext-products .ramik-swf {
  width: 470px; 
  height: 340px;
  margin-top: 20px;
  margin-left: 18px;
  margin-bottom: 10px;
  background-color: rgb(255, 255, 255);
}

#animation-kracktite-swf {
  margin: 10px;
}


#maintext-gallery {
  padding: 20px 30px 0 30px;
	font-family: Open Sans, sans-serif;
  position: relative;
}

#maintext-gallery h1 {
  font-size: 30px;
  color: #555;
}

#maintext-gallery h1 span {
  font-size: 20px;
  color: #555;
  font-weight: normal;
}

#maintext-gallery h2 {
  font-size: 19px;
  color: #555;
  color: #58B3D9;       /* modra */   
}

#maintext-gallery h3 {
  font-size: 16px;
  color: #555;
  color: #58B3D9;
  margin-left: 15px;
}

#maintext-gallery div:hover {
  color: #222;
}

#maintext-gallery div.withimg:hover {
  background: #fff;
}

#maintext-gallery .withimg {
  margin: 15px auto 15px;
  background: #fff;
  padding: 10px;
  text-align:center;
}

#maintext-gallery .withimg img {
  margin: 0 auto;
}

#maintext-gallery #podnadpis {
  font-size: 18px;
  color: #555;
  font-weight: normal;
  margin-top: -10px;
  line-height: 20px;
}

#maintext-gallery #podnadpis:hover {
  background: #f3f3f3;
}

#maintext-gallery .divider {
  margin: 15px auto 0px;
  border-bottom: 1px solid #ddd;
	border-radius: 10px;
  width: 50%;
  background: #ddd;         
	box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
}

#maintext-gallery #linky {
  margin-top: 10px;
  color: #007AAF;  
}

#maintext-gallery #linky a {
  color: #007AAF;  
}
#maintext-gallery #linky a:hover {
  color: #58B3D9;
}


#maintext-gallery ul.ramikm li:hover {
  color: #007AAF; /* tmava modra */                      
}

#maintext-gallery ul.ramikm li a:hover {
  color: #007AAF /* tmava modra */                      
}

#maintext-gallery #stlpce img {
  /* opacity: 0.9;  zrusil som */
}

#maintext-gallery #stlpce img:hover {
  /* opacity: 1;  zrusil som */
  border-color: #aaa;

}

#maintext {
  padding: 35px 40px 0px 30px;
	font-family: Open Sans, sans-serif;
 	}

#text1 {
	font-size: 20px;
	padding-right: 45px;
	width:250px;
  }
#text2 {
	width:65%;
  float:right;
  text-align: justify; 
  font-size: 16px;
}
#text3 {
  clear: both;
}


#stlpce {
  padding: 30px 30px 0 10px;
	font-family: Open Sans, sans-serif;
}
#stlpce h2 {
  	font-size: 22px;
  color: #555;
}

#stlpce img {
    width: 220px;
    margin-top: 10px;
    
}

.left13 {
  width: 28%;
  float: left;
  padding-left: 33px;          
  text-align: center;
  padding-bottom: 30px;
}

.left13 ul {
  padding-left: 20px; 
  text-align: left;  
  line-height: 28px;        
}

.left13nadpis {
  width: 28%;
  float: left;
  padding-left: 33px;          
  text-align: center;
  padding-bottom: 0px;
  margin-bottom: -10px;
  
}

.left1 {
  margin-top: 35px;
  float: none;
  text-align: center; 
  font-size: 16px;
}

#links {
  margin: 0 auto 20px;
  min-height: 200px;
  background: #f3f3f3;
  width: 100%;
}

#links .linkscontent {
  float: none;
  font-size: 18px;
  padding: 30px 30px 0 30px;
}

#links img {
  margin-right: 20px; 
  vertical-align: middle;
}

#links img:hover {
  opacity: 0.9;          
}


#links h2 {
  margin: 30px 0 0 30px;
  font-size: 24px;
}

.link1 {
  float: left;
  margin: 0 30px 40px 0;
}

#over_slider_logo a img {
  position: relative;
  padding: 0px;
  margin-bottom: -55px;
  float: left;
  visibility: hidden;
}

#label_new_ a img {
  position: relative;
  float: left;
  left: 620px;
  top: 3px; 
}

/* ---- .product-table on products.html page ------ */

.product-table table {
  margin: 30px auto 0;
  border-collapse:collapse;
  width: 95%
}

.product-table table, .product-table table th, .product-table table td {
  border: 1px solid #ccc; 
}

.product-table table tr.header {
  background-color:#ddd;
}

.product-table table tr.header:hover {
  background-color:#ddd;
}

.product-table table tr:hover {
  background-color:#eee; 
}

.product-table .here {
  color: #007AAF;
  /* text-decoration: underline;    zrusil som */
}


/* ---- tables on products details pages ------ */


#maintext-products table {
  /* margin: 30px auto 0;   zrusil som */
  border-collapse:collapse;
  /* width: 95%    zrusil som */

}

#maintext-products table, #maintext-products table th, #maintext-products table td {
  border: 1px solid #ccc;
}

#maintext-products table tr:hover {
  background-color:#abc; /*eee*/
}

#maintext-products table tr.header {
  background-color:#ddd;
}

#maintext-products table tr.header:hover {
  background-color:#ddd;
}


#footer {
  min-height: 50px;
  width: 900px;
  margin: 0 auto;
  position: relative;
  top: 10px;     /* toto riesi vysku footer (povodne -80px) */
  z-index: 1;
  line-height: 20px;
}

#footer div {
  text-align: center;
	text-shadow: 1px 1px 1px #FFFFFF;
	font-family: 'Abel', sans-serif;
	font-size: 14px;
	color: #6F7071;
}

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

#footer a img {
  opacity: 0.7;
}

#footer a img:hover {
  opacity: 1;
}

#footer .social_icon_small_img {
  position: relative;
  left: 6px;
  top: 4px;
}

#copyright {
  margin-top: 15px;
}

#piwik_img {
  border: 0;
}

      
.modry {
  	color: #006389;
}

.ramik {
  border: 1px solid #B2B9BD;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, .1);
}

.ramikimg {
  border: 1px solid #ddd;
  padding: 5px;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
	border-radius: 2px;
	box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
}

.ramikimglink {
  border: 1px solid #ddd;
  padding: 10px;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
	border-radius: 2px;
	box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
}


.ramikmenu {
  border: 1px solid #3C4651;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
	border-radius: 7px;
	box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
}

.ramikm {
  margin: 30px 30px 30px 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #B2B9BD;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
	border-radius: 7px;
	box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, .1);
  background: #fafafa;
  width: 26%;
  float: right;
}

.ramikm-kt {
  margin-top: 55px; 
  padding-right: 15px;
}

.ramik-swf {
  border: 1px solid #B2B9BD;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
	border-radius: 7px;
	box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
}



#rightlink {
  font-size: 18px;
  line-height: normal;
  position: absolute;
  top: 0px;
  right: 50px;
  z-index: 5;
  color: #007AAF;  
}
#rightlink p {
  margin: 5px 0;
  padding: 0;
}

#rightlink a {
  color: #007AAF; 
}


.divider {
  margin: 35px auto 0px;
  border-bottom: 1px solid #ddd;
	border-radius: 10px;
  width: 50%;
  background: #ddd;         
	box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
}



.clearfix {
	clear: both;
}
 
#maincontactus {
	padding-top: 35px;
	padding-bottom: 25px;
	height: 590px;
	width: 800px;
	font-family: Open Sans, sans-serif;
	font-weight: 100;
	color: #666;
	font-size: 14px;
	text-align: left;
	margin: auto;
}  

#thank-you {
	color:#060;	
	background-color:#f1fdf4;
	border:1px solid #060;
	min-height:40px;
	line-height:25px;
	text-align:center;
	border-radius:2px;
}
  
#form {
  float:left;
	width:460px;	
}

#form .underscore {
  border-bottom: 1px solid #ccc;
}

#form .cerveny {
  color: #dc3f3f;
}

#form .mb10 {
  margin-bottom:10px;
}

#form .inputshort {
  width: 300px; 
  height:25px
}

#form .inputlong {
  width:395px; 
  height:25px
}

#form .inputtextarea {
  width: 400px;
}

#form .fleft {
  float: left;
}

#form .inputsubmit {
  cursor: pointer;
  width: 120px;
  height: 30px;
  border-bottom: 1px solid #ccc;
}

#maps {
	float:right;
	margin-top:70px;
        margin-right: 20px;
       /* padding: 7px;  */
}
input {
	border-radius:2px;	
	border: 1px solid #ccc; 
    -webkit-box-shadow: 
      inset 0 0 2px  rgba(0,0,0,0.1),
            0 0 5px rgba(0,0,0,0.1); 
    -moz-box-shadow: 
      inset 0 0 2px  rgba(0,0,0,0.1),
            0 0 5px rgba(0,0,0,0.1); 
    box-shadow: 
      inset 0 0 2px  rgba(0,0,0,0.1),
            0 0 5px rgba(0,0,0,0.1); 
    background: rgba(255,255,255,0.5);
    margin: 0 0 10px 0;
    padding-left: 5px;
}
textarea {
	border-radius:2px;	
	border: 1px solid #ccc; 
    -webkit-box-shadow: 
      inset 0 0 2px  rgba(0,0,0,0.2),
            0 0 5px rgba(0,0,0,0.2); 
    -moz-box-shadow: 
      inset 0 0 2px  rgba(0,0,0,0.2),
            0 0 5px rgba(0,0,0,0.2); 
    box-shadow: 
      inset 0 0 2px  rgba(0,0,0,0.2),
            0 0 5px rgba(0,0,0,0.2); 
    background: rgba(255,255,255,0.5);
    margin: 0 0 10px 0;	
	resize: vertical;
}
.odstup-captcha {
    margin-top: 10px;
    margin-bottom: 30px;
}
#maincontactus #FormCaptcha_CaptchaDiv {
    margin-top: 14px !important;
}
#maincontactus #FormCaptcha_CaptchaImageDiv a {
    display:none !important;
}
#maincontactus #FormCaptcha_CaptchaIconsDiv {
    left: 38px !important; 
    position: relative;
}
#maincontactus #FormCaptcha_CaptchaImage {
    height: 50px;
}

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