body {
 font: 12px/18px "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
 background: #222;
 margin: 0 auto;
}
strong { font-weight: bold; }
h1, h2, h3, h4, p { padding: 0 10px; margin: 0; }
a:link, a:visited { outline: none; color: #eee; font-weight: bold; text-decoration: none; }
a:hover, a:active { text-decoration: none; color: #fff; }
span { line-height: 0; }
#main {
 width: 973px;
 background: #fff url(graphics/bg.jpg) center no-repeat;
 padding: 36px 0;
 margin: 1px auto;
}
 #header {
  height: 72px;
  background: #fff url(graphics/header.jpg) no-repeat;
  margin: 36px 10px 90px;
  position: relative;
 }
  #access, #logo, #title { display: none; }
  
  #title
  {
	text-indent: -9999px;
	display: block;
	width: 360px;
	height: 90px;
	position: absolute;
	right: -30px;
	top: -10px;
	background: url(graphics/pripravujeme.jpg) no-repeat;
  }
  
  
  
  
  
 #content {
  overflow: hidden;
  padding: 1px;
  border: 1px solid #eee;
  -moz-border-radius: 4px;
 }
  #squash, #badminton, #beach, #tenis {
   float: left;
   margin-right: 1px;
  }
  h2 {
   display: block;
   width: 219px;
   height: 100px;
   text-indent: -9999px;
   padding: 10px;
   border: 1px solid #ccc;
   -moz-border-radius: 4px;
  }
  ul {
   list-style: none;
   background: #fff;
   padding: 2px;
   border: 1px solid #ccc;
   -moz-border-radius: 4px;
   margin: -10px 10px 0;
  }
  li { margin: 1px; }
  li a:link, li a:visited {
   width: 202px;
   height: 31px;
   display: block;
   padding: 5px 0 0 10px;
  }
  #squash h2 { background: #fff url(graphics/squash.jpg) center no-repeat; }
  #badminton h2 { background: #fff url(graphics/badminton.jpg) center no-repeat; }
  #tenis h2 { background: #fff url(graphics/tenis.jpg) center no-repeat; }
  #beach h2 { background: #fff url(graphics/beach.jpg) center no-repeat; }
  
  #squash li a:link, #squash li a:visited { background: #a3c300; }
  #badminton li a:link, #badminton li a:visited { background: #eb6b0a; }
  #tenis li a:link, #tenis li a:visited { background: #d2232a; }
  #beach li a:link, #beach li a:visited { background: #eb0; }
  
  #squash li a:hover, #squash li a:active, 
  #badminton li a:hover, #squash li a:active,
  #tenis li a:hover, #tenis li a:active,
  #beach li a:hover, #squash li a:active { background: #000; color: #fff; }
 #footer {
  font-size: 11px;
  margin-bottom: 90px;
  clear: both;
 }
  #footer a:link, #footer a:visited { color: #333; }