html, body {
	border: 0px none;
	margin: 0px;
	padding: 0px;

	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 0.9em;
	color: black;
}

body {
	background: #d9d5d4;
	text-align: center; /* centerování webu pro IE */
}

#bodywrap { /* zajišťuje "natahování" šířky stránky - pro IE je použit speciální styl */
	width: 100%;

	border: 0px none;
	margin: 0px;
	padding: 0px;

	text-align: center;
}

#logo-text, #fotoatelier, #hudebni-nastroje, #digital-foto-video {
  display: block;
	margin:0px; padding:0;
	position: absolute;
	left:130px; top:50px;
	width:348px; height:69px;
	overflow:hidden;
	text-align: center;
}
		
#logo-text a, #fotoatelier a, #hudebni-nastroje a, #digital-foto-video a {
  color: black;
  font-size: 1.4em;
  font-weight: normal;
  font-style: italic;
  display: block;
  margin-top: 30px;
}
		
#logo-text span, #fotoatelier span, #hudebni-nastroje span, #digital-foto-video span {
  display:block;
  position:absolute; left:0; top:0; z-index:1;
  width:348px; height:69px;
  margin:0; padding:0;
  background:url(../images/logo.gif) top left no-repeat;
  cursor: pointer;
}

#fotoatelier {
	left:20px; top:180px;
	width:278px; height:183px;
}
		
#fotoatelier span {
  width:278px; height:183px;
  margin:0; padding:0;
  background:url(../images/fotoatelier.jpg) top left no-repeat;
}

#hudebni-nastroje {
	left:310px; top:180px;
	width:262px; height:258px;
}
		
#hudebni-nastroje span {
  width:262px; height:258px;
  margin:0; padding:0;
  background:url(../images/hudebni-nastroje.jpg) top left no-repeat;
}

#digital-foto-video {
	left:585px; top:253px;
	width:253px; height:185px;
}
		
#digital-foto-video span {
  width:253px; height:185px;
  margin:0; padding:0;
  background:url(../images/digital-foto-video.jpg) top left no-repeat;
}

#content {
  width: 860px;
  height: 500px;
  text-align: center;
  margin: 0px auto;
  position: relative;
}


/* ========== TEXT, OBRAZKY, TABULKY .. atd ========== */

h1 {
	font-size: 2em;
	font-weight: normal;
	color: black;
	margin: 0px;
}

h2 {
	font-size: 1.6em;
	font-weight: normal;
	color: black;
	margin: 0px;
}

a {
	color: black;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

