img {border:0px none;}

body {
  margin-top: 0px;
	text-align: center;
	font-family: comic sans;
	font-size: 16px;
	color: #000;
	background-image: url('img/background.jpg');
  background-position: center;
  background-repeat: repeat-y;
  background-color:#CAA46D;
  }
  
/* Bloky */

#mainframe {
	position: relative;
	width: 692px;
	margin: auto;
}

#header {
  width: 692px;
	height: 261px;
	background-image: url('img/head5.jpg');
	background-repeat: no-repeat;
}

#menu {
  position: absolute;
  top: 261px;
  left: 0px;
	width: 170px;
	text-align: left;
	background-image: url('img/left.jpg');
  background-position: top;
  background-repeat: no-repeat;
  font-weight:bold;
}

#content {
  position: absolute;
  top: 261px;
  left: 170px;
	width: 522px;
	height: 155px;
  background-image: url('img/right5.jpg');
  background-position: top;
  background-repeat: no-repeat;

}
#content_od {
  position: absolute;
  top: 45px;
  left: 22px;
	width: 480px;
	text-align: left;
  height: 510px;
}

#link {
  position: absolute;
  top: 45px;
  right: 0px;
}
#footer {
  position: relative;
  bottom:5px;
  left:10px;
  font-size:9px;
}

/* Nadpisy */

h1 {
  font-family: tahoma;
  font-size: 13px;
  color: #rgb(0,0,51);
  padding: 0px;
  margin: 0px;
}

/* Odkazy */
a,a:link,a:visited {
  text-decoration:none;
  color: #FFF;
}

a:hover {
  color: #FFF;
}

/* Ostatni */
p.od {
  margin: 30px 0px 0px 20px;
  line-height: 20px;
}

td {
  font-family: tahoma;
	font-size: 12px;
	color: #FFF;
  vertical-align: top;
}

td.od {
padding-bottom:15px; 
}

scrollbar {
	color: #000;
}

