BODY {
	text-align:left;
	font: 0.8em 'Trebuchet MS', Arial, Verdana, Tahoma;
	margin: 0;
	padding: 0;
	color: #333;
	height:100%;
	background: #1D6598;
}

A {
	color:#FFFFFF;
	text-decoration:none;
}

H1 A,H2 A,TD A {
	color:#333;
	text-decoration:none;
}

P {
	padding:4px;
	padding-bottom:0px;
	font-weight:bold;
	font-size:12px;
}
.al {
	font-size:0.8em;
	font-family:Monospace;
	padding:2px;
	font-size:19px;
	color:#FFFFFF;
}

.pozadie_spodok {
	width:100%;
	position: absolute; 
	height: auto; 
	background: url('../images/body-bottom.gif') bottom left repeat-x;
}

.pozadie_vrch {
	width:100%;
	position: relative; 
	min-height: 675px; 
	height:1000px;
	background: url('../images/body-top.gif') top left repeat-x;
}

.page {
	vertical-align: top;
	width:70%;
	margin:auto;
	padding:0px;
	height:1200px;
}

.header {
	border: 1px dashed black;
	border-bottom: 0px;
	text-align:center;
	width:98.7%;
	height:50px;
	float:none;
	display:block;
}

.block {
	height:inherit;
	min-height:600px;
	display:block;
}

.left {
	border:1px dashed black;
	border-right:0px;
	float:left !important;
	width:20% !important;
	min-height:inherit;
	display:block;
}

.right {
	border:1px dashed black;
	border-left:0px;
	float:left !important;
	width:19% !important;
	min-height:inherit;
}

.body {
	border:1px dashed black;
	margin:0;
	padding:5px;
	padding-right:0px;
	float:left;
	width:79.0%;
	min-height:800px;
	display:block;	
}

.listing {
	float:left;
	margin:2px;
	width:32%;
}

.cl {
	clear:both;
}

.nadpis {
	font-weight:bold;
	font-size:14px;
}

.text {
	font-size:14px;
}
.top-menu {
	float:right;
	margin:5px;
}

.top-menu ul li {
	float:left;
	padding-right:25px;
}

.data {
	margin:0px;
	padding:2px !important;
}

.InfoBox {
    
-moz-border-radius:10px 10px 10px 10px;
-moz-box-shadow:0 0 20px #000000;
background:none repeat scroll 0 0 #FFFFFF;
border:20px solid #DDDDDD;
display:none;
float:left;
font-size:1.2em;
left:50%;
padding:20px;
position:fixed;
top:50%;
z-index:99999;
    
}
