body {

	font-family: Verdana, Arial, Helvetica, sans-serif;  
  background-color: rgb(192,192,192);                                          
  margin: 0;
 /* margin-left: 200px;
  margin-right: 200px;
  margin-top: 100 px;
  */
	
	
}

header {
  margin: 20px auto 0px;
	padding: 0%;
  height: 192px; 
  width: 980px; 
  overflow: hidden;
	background-color: #f0f8ff;
	background-position: top right 10px;
	border-top-left-radius:2em;
  border-top-right-radius:2em;
 
  
	
} 

header h1 {
  float: left;
	margin: 50px 30px;
	color: rgb(0,0,0);
  letter-spacing:5px ; 
  font-style: italic;
 
}
header h1 a{
	text-decoration: none;
	color: rgb(0,0,0);
	text-shadow: 2px 2px 10px #999;
  }
.nadpis {
   color: rgb(0,0,0);
   letter-spacing:2px ;
}


h2 {
	color:  	rgb(0,0,0);
	
}

nav {  
display: none;      
  margin-left: auto;
  margin-right: auto;
  margin-top: -40px;
	padding: 0;
	height: 40px;
	width: 960px;
	overflow: hidden;
  border-bottom-right-radius: 0.5em;
  
}
nav ul{
padding: 0 0 0 7px;
	margin: 5px 0;
}

nav ul li{
  float: left;
	text-align: center;
	display: inline;
	padding: 0;
	margin: 0 20px;
	line-height: 20px; 
}
nav ul li a{
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	margin: 0;
	font-size: 15px;
	padding: 7px 5px;
	color: rgb(0,0,0);
  font-weight: bolder;
  
}
 
nav form{
 display: none;
margin-left: 750px; 
               
}
.cz {
  margin-top: 8px ;
  margin-right: 15px;
  font-size: 10px;
  background-color: red;
  background-image: url(obrazky/cz.gif);
  background-position: center;
 
}

.eng {
  margin-top: 8px ;
  margin-right: 15px;
  font-size: 10px;
  background-color: red;
  background-image: url(obrazky/Eng.jpg);
  background-position: center;
 
}
.de {
  margin-top: 8px ;
  margin-right: 15px;
  font-size: 10px;
  background-color: red;
  background-image: url(obrazky/deutsch.jpg);
  background-position: center;
 
} 
.site_holder{
	width: 980px;
	margin: 5px auto;
	background-color: #FFF;
  border-top-left-radius:2em;
  border-top-right-radius:2em;
}  

.wrapper {
  background-color: #FFF;
  overflow: hidden;
  margin: 0px 0px 0px;
  min-height: 560px;
  }
  
.mapa{
	text-align: center;
	margin: 30px;
}
.mapa iframe{
	border: 2px solid rgb(0,0,0);;
}  
section {  
  margin-top:0px;
  padding: 0px;
	background-color: #FFF; 
  width: 710px;
  float:left;
  

	
}


section h2{
margin-top: 50px ;
  margin-left: 40px;
}

aside {
display: none;
  width: 230px;
  background-color: red;
  margin-right: 10px;
  margin-top: 90px;
  border-bottom-right-radius:0.5em;
  border-bottom-left-radius:0.5em; 
	float: right; 
	padding:  0;


} 
section p,ol{
  padding-left: 40px;
  width:650px;  
	
}

footer {
	color: #FFFFFF;
	padding: 1%;
	font-size:0.7em;
  clear: both;
  float: center;
}

section table{
border: thin  ;
border-color: rgb(0,0,0);
margin-left: 90px;
margin-top: 10px;
border-collapse: collapse;
margin-bottom: 20px;

}

.tabnad{
  font-size: x-large;;
margin-left: 90px;
margin-top: 80px;
margin-bottom: 0px; 
  
}

section th{
  font-size: small;
	padding-left: 10px;
  width: 270px;
  text-align: left;
	}
	
section td{
  font-size: small;
	padding: 0.5em;
} 

.cena {
	text-align: center;
	font-weight: bold;
}
.zvyraz{
   margin-left: 20px;
   font-weight: bolder;
}
.chyba{
  background: rgb(255,102,51);;
}
.male{
   font-size: 0.6em;
   font-style: italic;
}

.nazov {
	font-weight:bolder;
	font-size: 0.8em;
  text-align: center;
}

.ob{
margin-left: 50px;
margin-right:50px ;
width:980px

}




.image-row {
  *zoom: 1;
  margin-bottom: 20px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.image-row:after {
  content: "";
  display: table;
  clear: both;
}

/* line 184, ../sass/screen.sass */
.example-image-link {
  display: inline-block;
  margin: 0 5px 20px 10px;
  line-height: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 10px;
  border: 4px solid rgb(32,32,32);                      /*farba */
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
/* line 191, ../sass/screen.sass */
.example-image-link:hover {
  border: 4px solid rgb(144,144,144);                   /*farba */
}

/* line 194, ../sass/screen.sass */
.example-image {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

