body { 
	font-size: 8pt; 
	font-family: Verdana, Arial, Helvetica; 
    
	background-color: #C0D2E8;
	background-image: url(../images/back.png);
	background-repeat:repeat-x;

	margin: 0; 
	padding: 0; 
}

html, body { 	height:100%; }
#maxsize { 	height:100%; width: 100%;}

img {		vertical-align: middle; border:0px; }
td {		font-size: 9px; }

.text {		margin-bottom:5px; font-weight:bold; }
.obrazek {	background-image: url('../images/shadow.png'); 
		background-repeat: no-repeat; 
	
		width:210px; 
		height:160px; 
	
		text-align:left;
}

p,h1 {		margin:0px;}

#shadow {	background-color:#ffffff; padding:8px; border:1px solid #000000;}
#tabulka {	text-align:center; align:center; vertical-align:middle;}

.cara {		display: block; text-align: center; background-image: url('../images/black.gif'); background-repeat: repeat-x; background-position: left center; margin-bottom:5px;}
.nadpis {	background-color: white; padding:5px; font-weight:bold; font-size:10px;}

#map_div {
	width: 640px;
	height: 723px;
	background-repeat: no-repeat;
	
	background-color: #FFFFFF;
	border: 1px solid black;
}

#map_loading {
	position: absolute;

	z-index: 100;

	width: 600px;
	height: 723px;

	opacity: 0.85;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;

	background-color: #FFFFFF;

	text-align: center;
	vertical-align: middle;
	
	display: block;
}

#map_loading img {
	margin-top: 200px;
}
