/*
Credit: http://www.edusite.com
*/


.nothing {
  margin:0px; 
  padding:0px; 
}
.category {
  margin:0px;
  color: #000000;
  position: absolute; 
  top:110px;
  width:200px;
  text-align:center; 
}
.mez {
  width:10px; 
  height:200px;
  float:left; 
}
.single_color {
  width:200px; 
  height:140px; 
  margin:5px; 
  padding:0px; 
  background-color:#E9CD43;
  float:left;
}
.single_button {
  width:200px;  
  margin:5px; 
  color: black;
  padding:0px; 
  background-color:#A08700;
  font-size: 10px;
  text-align:center;
  float:right;
}
.single_photo {
  width:200px; 
  height:200px; 
  margin:20px; 
  padding:0px; 
  background-color:#E94543;
}
.single_text {
  width:200px; 
  height:200px; 
  margin:0px; 
  padding-top:0px; 
  background-color:#E9CD43;
  float:left;
  color: black;
  vertical-align: bottom;
  text-align: center; 
  position:relative;
}
.single_text_black {
  width:200px; 
  height:200px; 
  margin:5px; 
  padding:0px; 
  float:left;  
  color: #EEEDF0;
  vertical-align: bottom;
  text-align: center; 
  position:relative;
  font-size: 9px;
}
.double_color {
  width:290px; 
  height:140px; 
  margin:5px; 
  padding:0px; 
  background-color:#E9CD43;
  float:left;
}
.quatro_color {
  width:600px; 
  margin:0px; 
  padding:0px; 
  float:left;
}
.quatro_color_in {
  width:100%; 
  margin-bottom:25px; 
  padding:0px; 
  background-color:#0D0D0E;
}
.nadpis {
  color: #E9CD43;
  width:98%; 
  margin:0px; 
  padding:5px;
  font-weight: bold; 
  letter-spacing: 1px;
}
.popis {
  color: #404040;
  width:98%; 
  margin:0px; 
  padding:5px; 
  font-size: 10px;
}
.text_kontakt {
  color: #000000;
  width:100%; 
  margin:0px; 
  padding:5px; 
  float:left;
  font-size: 12px;
}
.vystraha {
	color: #000000;
	background:#FF0000;
	margin:10px 10px 10px 0px;
	padding:5px;
	text-decoration: none;
}

.infotext {
	color: #000000;
	background:#00FF00;
	margin:10px 10px 10px 0px;
	padding:5px;
	text-decoration: none;
}
a.top_menu2 {   
	font-size: 9px;  
	text-decoration: none; 
	font-weight: normal;
  letter-spacing: 1px;  
}

a.more:top_menu2 { 
	color: #fff; 
  text-decoration: underline;
} 