* {
  padding: 0px;
	margin: 0px;
}
body{
 background-image:url('images/background.jpg');
 font-family: Arial;
  
}
#obalWebu {
  margin: 0px auto;
	width: 960px;
	background-image:url('images/background.jpg');
}
 


#menu {
  background: #48563A; 
	width: 960px;
	height: 30px;
 
	padding-left: 6px; 
	padding-top: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
  border: 0px solid white; border-radius: 6px;
}
 
#logo {
  color: #48563A;
  background: white;
  height: 23px;
	border: 0px solid white; border-radius: 6px; 
  float: right;
  padding-left: 6px;
  padding-right: 3px;
  padding-bottom: 2px;
  margin-right: 2px;
	text-shadow: 1px 1px 1px #9FB18B;
	}

a.menuText {
  color: white;
	font-size: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 4px;
	text-decoration: none;
	font-family: "Trebuchet MS", Segoe Script, serif;
}

a.menuText:hover {
	text-decoration: none;
	color: black;
	background: #68CA00;
	border: 0px solid white; border-radius: 6px;
	}
  
#content {
  text-align: center;
  margin: 0px auto;
  color: #40463A;
	width: 960px;
	padding-top: 10px;
  padding-left: 7px;
  padding-right: 5px;
  padding-bottom: 5px; 
	margin-top: 7px;
	margin-bottom: 10px;
	border: 0px solid white; border-radius: 5px;
}
 
#robotickyvysavac {
margin: 0px auto;
margin-top: 5px;
border: 0px solid white; border-radius: 5px;
}
a.odkazy {
text-decoration: none;
color: #233E59;
}
a.odkazy:hover {
text-decoration: underline;
color: green;
}
#foot {
	width: 200px;
  margin: 5px auto;
  font-size: 8pt;
  color: #40463A;
 }



           
 
   
 
 
 
 
 