/* rozvrhnutie stranky */
body {
  margin-top: 0px;
  padding: 0px;
  background-color: #000000;
  font-family:Arial, Helvetica, sans-serif;
  text-align: center; 
  color: #ffffff;
  background-image: url('str_pozadie.png');
  background-repeat: repeat-x
  
}
  
  
#reset {
	border:  0px none;
	margin:  0px;
	padding: 0px;
	float: none;
	clear: both;
	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

#telo {
  text-align: center;
  width: 800px;
  margin: 0px auto;
  background-image: url('str_stred.png');
}

#hlavicka {
  text-align: left;
  height: 120px;
  color: #ffff00;
  background-image: url('str_vrch.png');
}

#stranka {
  text-align: left;
  display: block;
}

#pata {
  text-align: left;
  height: 115px;
  background-image: url('str_dole.png');
}

#lava {
  float: left;
  text-align: left;
  width: 150px;
  margin: 0px 0px 5px 1px;
  padding: 10px 0px 0px 0px;
}

#prava {
  float: right;
  width:625px;
  padding: 10px 10px 0px 0px;
}

#text {
  text-align: left;
  margin: 50px 10px 5px 0px;
  padding: 50px 0px 0px 0px; 
}

#title {
  float: left;
  padding: 40px 0px 0px 250px;
  font-size: 2em;
}

.nadpis {
  text-align: center;
  font-size: 1.5em;
}

ul {
	padding: 0px;
	margin: 0px;
	list-style-type:none;
}

textarea {
	width:350px;
	height:140px;
	background:url('textarea.jpg') no-repeat top;
	color:#333;
	border:0px none;
	padding:10px;
	margin:5px;
	color:#777; font-style:normal; font-variant:normal; font-weight:normal; font-size:100%; font-family:Lucida Grande, Lucida Sans Unicode, geneva, verdana, sans-serif
}


/* odkazy v menu */
a.menu{
  text-decoration: none;
  color: #f5f95e;
  display:block;
  width: 149px;
}

a.menu:hover{
  text-decoration: none;
  color: #ffffff;
  background-color: #e1e100;
  width: 149px;
}

/* nijak nedefinovane odkazy */
a{
  text-decoration: none;
  color: #e1e100;
}

a:hover{
  text-decoration: none;
  color: #fff471;
}