/* CSS Document */

body {
  background: white;
  color: black;
  font-size: 100%;
  font-family: "Trebuchet MS", Verdana, sans-serif;
}

#obal {
  background: #00a99d;
  padding: 20px;
  margin: 20 auto;
  width: 900px;
  margin-bottom: 30px;
}

#header {
  background-color: #cccad7;
  width: 900px;
  height: 150px;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0 0 3px;
}

#top {
  width: 100%;
  height: 150px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background: url("header.jpg") no-repeat 0 0;
  font-size: 150%;
}  
  
#top span {display: none;}  

span h1 {
  display: none;
}

#telo {
  padding: 10px;	
	margin-left: 200px;
	position: relative;
}

#menu{
	position: absolute;
	left: -200px;
	padding: 0 5px;
	width: 180px;
	height: auto;
	background: #00528c;
}

h2 img {
  height: 24px;
  width: 24px;
}

#text {	
	position: relative;
}

#kontakt {
  position: relative;
  font-size: 12px;
}

#kontakt .posun {
  
  padding-left: 20px;
  font-size: 14px;
}

#paticka {
  position: absolute;
  background: white;
  margin-top: 20px;
  font-size: 12px;
}
    