/* ÚVODNÍ STRANA WEBU */

body {
	background: #900 url(bgokna2.jpg) 0 8px repeat-x;
	margin: 0px;
	padding: 0px;
	text-align:center;
}

h1, .h {
	position: absolute;
	top: -1000px;
}

img {
	border: none;
}

#body {
	width:970px;
	text-align:left;
	margin:0 auto;
}

.imgl {
  float:left;
  margin-right:10px;
}

.imgr {
  float:right;
  margin-left:10px;
}

.tbl {
  width: 100%;
  border: none;
}

.tbl td {
  vertical-align: top;
  font-size: 100%;
}

.title {
	font-weight:bold;
	margin-bottom:12px;
}

acronym {
	border-bottom: none;
}

/* Titulek - pruh s nadpisem CZ-MILKA */

#titulek {
	text-align: center;
	width: 970px;
	height: 80px;
	border-top: 1px solid #990000;
}

#nadpis {
	margin-top: 18px;
	height: 65px;
	background:url(czmilka.gif) center bottom no-repeat;
}

#home {
/*	position:absolute;*/
	left:10px;
	top:30px;
}

/* Logo (slon) a "Vzpomínáte" (slon) v levém a pravém horním rohu */

#logo {
	margin: 19px 0 0 10px;
	float:left;
	background: url(logomilka.png) no-repeat;
}

#slon {
	margin: 19px 10px 0 0;
	float:right;
	background: url(slon.jpg) no-repeat;
}

#logo, #slon {
/*	position: absolute;*/
	top: 20px;
	width: 75px;
	height: 55px;
}

#logo a, #slon a {
	display: block;
	width: 75px;
	height: 55px;
}

/* Levé menu */

#menu {
	float:left;
	width:130px;
	margin-top:7px;
}

#menuo {
	background:black;
	border:1px solid red;
	width:99%;
	color:#ffffff;
	text-align:justify;
	padding:5px;
	margin-bottom:10px;
}

#menuo ul {
	list-style:none;
	margin: 12px 0px 0px 0px;
	padding: 0px;
}

#menuo a {
	font:12pt arial;
	color:#ffffff;
	text-decoration:none;
}

#menuo a:hover {
	color:#ff7777;
	text-decoration:none;
}

/* Vyhledávání */

.inps {
	width:120px;
}

/* Obsah */

#text {
	float:left;
	background:none;
	margin-left:20px;
	margin-top:7px;
}

.okno {
	background:#000000 url('rampouchy.gif') top repeat-x;
	background-position:top center;
	border:1px solid red;
	color:#ffffff;
	text-align:justify;
	padding: 20px 10px 5px 5px;
	margin-bottom:10px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:10pt;
	font-family:arial
}

#text .okno {
	width:800px;
}

#menu .okno {
	width:125px;
}

.okno td {
  font:10pt arial;
  color:#ffffff;
}

.okno a  {
  font:10pt arial;
  color:#ffffff;
}

.okno a:hover {
  font:10pt arial;
  color:#ff7777;
}

/* Zápatí */

#copy {
  font:10pt arial;
  text-align:right;
  color:#000000;
}

#copy a {
  font:10pt arial;
  color:#000000;
}

#copy a:hover {
  font:10pt arial;
  color:#ff0000;
}
