body,html {
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	text-align: center;
}
#container {
min-width:810px;
min-height:610px;
width:100%;
height:100%;
width:expression(document.body.clientWidth < 810?
"810px": "100%" ); /* pro IE */
height:expression(document.body.clientHeight < 610?
"610px": "100%" ); /* pro IE */
position:absolute;
top:0;
left:0;
}
#container-horizontal {
text-align:left;
margin:auto;
position:absolute;
top:50%;
left:50%;
}
#container-in {
position:absolute; 
top:-305px;
left:-405px;
width:810px;
height:610px;
background:white;
overflow:auto;
} 
p {
	   font-family: Tahoma;
	   color: #575757;
      font-weight: 600;
		font-size: 12px;
	   text-align: justify;
		vertical-align: top;
}
.yellow{
	color: #C0C033;
}
.nadpis{
	line-height: 30px;
}
.polozka{
	line-height: 15px;
   color: #56666C;
}
.polozka a{
   color: #A2AEB6;
	text-decoration: none;
}
.main{
	background-image: url(et_back.png);
	background-position: center;
	background-repeat: no-repeat;
	
}
a {
	text-decoration: none;
	color: #56666C;
}
a:hover {
		color: #BE0C10;
	text-decoration: none;
	font-weight: bold;
}
img {
	margin: 5px;
}
