

/* zaklad body, html */
body, html {
		height: 100%;
		margin: 0;
		padding: 0; 
		background-color:#ffffff;
		color:#cccccc;
		font-family:sans-serif;
		font-size:14;
	}	

p {text-align:justify;}
hr {height: 1px; color:#020202; }

/* odkazy */

a{
	color:#b58639;
	text-decoration: none;
	
}
a:hover{
	color:#5ff180;
	text-decoration:none;
	background-color: transparent;

}	



/* DIV styly */

.celek{
	width: 1000px;
	margin: 0px auto 0px auto;
	background-image: url(obsah.gif);
	background-position: top;
	background-repeat: repeat-y;
	
}

.obsah{
	background-image: url(hlavicka.gif);
	background-position: center;
	background-repeat: no-repeat;
	width: 600px;
	height: 200px;
	text-align: left;
	position:absolute;
  left:133px;
  top:262px;

}


.menu{
  text-align: left;
  position:absolute;
  left:100px;
  top:40px;
}

.upoutavka{
  text-align: left;
  position:absolute;
  left:133px;
  top:496px;
}
