body {
  font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  line-height: 150%;
  margin: 0;
  background-image:url('./foto/background.jpg');
}

a {color: #0066FF; text-decoration: none;}
a:hover {color: #0066FF; text-decoration: underline;}


h1 {
  color: #0066FF;
  font-size: 25px;
  margin: 15px 0px 15px 0px;
  font-weight: normal;
}

h2 {
  color: #CCC;
  font-size: 22px;
  font-weight: normal;
}

.greentxt {
  color: #0066FF;
}

.bold {
  font-weight: bold;
}

.bigger {font-size: 13px;}


img.greenborder {
  border: 2px solid #0066FF;
}

img.logo {
  border: 0px;
  width:128px;
  height:86px; 
}

img.header {
  border: 0px;
  width:980px;
  height:100px; 
}


#site_wrapper {
  width: 950px;
  position: absolute;
  margin-left: 50%;
  left: -475px;

}

#header {
  height: 95px;
  margin-left: 20%;


}

#logo {
  position: absolute;
  top: 25px;
}

#name {
  position: absolute;
  top: 33px;
  left: 0px;
}

#social {
  position: absolute;
  right: 10px;
  top: 30px;
}


#navigation {
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 30;
  top: 70px;
  height: 55px;
  overflow: hidden;
  background: url(./foto/menu.jpg) repeat-x;
  font-size: 18px;
  color: #333;
}

#navigation ul {
  position: absolute;
  margin-left: 50%;
  left: -475px;
  padding: 0px;
  margin-top: 10px;
}

#navigation li {
	list-style-type:none;
	float: left;
	position:relative;
	padding: 7px 10px 7px 10px;
	z-index: 30;
}

#navigation li a {
	color: #333;
	text-decoration: none;
	opacity: 1;
}

#navigation li.backLava {
    background-color:#FFF;
    border: 1px solid #333;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 10;
    opacity: .6;
}


#content, #sidebar {
	margin-top: 100px;
}

.belowc {
  margin: 40px 0 10px 0;
  text-align: center;
  color: #999;
  border-top: 1px solid #ccc;
  font-size: 11px;
}

.tabulka-bez-ramu {
	border: none;
}

.nahrada-h3	{
	font-size: 1.1rem;
	font-weight: bold;
	color: black;
}



.w-20 {
    width: 20%;
}

.w-25 {
    width: 25%;
}

.w-30 {
    width: 30%;
}

.w-33 {
    width: 33%;
}

.w-40 {
    width: 40%;
}

