
body {
	margin:0px;
	padding:0px;
	margin:0px;
	font-family: Verdana, Geneva, Arial, sans-serif;
/*	behavior:url("csshover.htc"); */
}

.pole {
	width:150px;
	padding:0px;
	margin:0px 0px 0px 150px;
/*	overflow:hidden; IE*/
	border-left: 1px solid #DDDDDD;
	text-align:left;
}


.pole a {
	border: none;
	display:block;
	padding:0px 0px 20px 0px;
	margin: 0px  0px 0px 10px; 
	border:1px solid white; /* tohle tu je kvuli tomu aby to nedelalo divny bottom padding */
	text-decoration: none;
	color: gray;
}
.pole h2 {
	margin: 0px;
	font: normal normal normal;
	font-weight: bold;
	font-size: 1.0em;
	font-family: Verdana, Geneva, Arial, sans-serif;
	margin: 0px; 
}

.pole img {
	position: absolute;
	right:380px;
	border:0px;
}

/*
#content a:hover, #content a:active, #content a:focus {}
	background-color: white;
}
IE*/

.pole a:hover  {
	display:block;
	text-decoration: underline;
	color:red;
}

.popis {
	position:absolute; 
	left:250px;
	top: 0px;
	left:320px;
	font-weight:normal;
	font-size:smaller;
	overflow: hidden;
	text-decoration:none;
	color: #7C8487;
	width:200px;
	height:400px;
	display:none; 
}




.popis em {
	font-style:normal;
	font-weight:bold;
}

.pole a:hover .popis {
	display:block;
	text-decoration:none;
}


/* hlavni elementy na strance */

#horizont {
	text-align: center;
	position: absolute;
	left: 40%;  /* was 50% originally, changed because of sidemenu*/
	top: 0px;
	width: 1px;
	height: 95%;
	overflow: visible;
	display: block;
}

#content {
	position: absolute;
	text-align: left;
	background: white;
	margin: 30px auto 0px auto;
	width: 520px;
	left:-330px;
	top:0px;
}


.clear {
	clear:both;
	height:0px;
}


/*** postranni pruh - menu s aktualitami**/

#sidemenu {
	position: absolute;
	text-align: left;
	background: white;
	margin: 0px auto 0px auto;
	width: 257px; 
	left:525px;
	top:0px;
	color:gray;
	border-left: 1px solid #DDDDDD;
}

#sidemenu a {
	color: black;
	text-decoration:none; 
}

#sidemenu a:hover, #sidemenu a:active {
	color:red;
}


/* box obsahuje jednu zpravu */

.box {
/*	border: 1px solid red; */
	margin: 0px 0px 10px 10px;
	font-weight:normal;
	font-size:smaller;
	text-decoration:none;
	color: #7C8487;
}



.box h2 {
	margin: 0px 0px 3px 0px;
	font: normal normal normal;
	font-weight: bold;
	font-size: 1.2em;
	font-family: Verdana, Geneva, Arial, sans-serif;
	border-bottom:1px solid #AAAAAA;
	color: black;
}

/* nadpis uplne nahore v sloupci */
#sidemenu h1#nadpis {
	margin: 0px 0px 8px 0px;
	font: normal normal normal;
	font-weight: normal;
	font-size: 0.9em;
	font-family: Verdana, Geneva, Arial, sans-serif;
	border-bottom:1px solid #AAAAAA;
	color: white;
	background: #777777;
	padding: 3px 3px 3px 10px;
	text-align: left;
}

/* #footer paticka ------------------*/

#footer {
  position: fixed;
  bottom:0px;
  left:0;
  width:100%;
  height: 1.2em;
  font-size: 0.6em;
  text-align: center;
  color:#aaa;
  background:white;
}

#footer *, #footer a {
  color:#aaa;
}

#footer a:hover, #footer a:active {
  color:red;
}