body { 
	font-size: 8pt; 
	font-family: Arial, Helvetica; 
    
	background-color: #14387F; 
	background-repeat:repeat-x;
	background-repeat:no-repeat;

	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:30px; color:#14387F; }

#map_div {
	width: 973px;
	height: 556px;
	background-image: url('../images/teren.png');
	background-repeat: no-repeat;
	
	background-color: #FFFFFF;
	border: 0px solid black;
}

#map_loading {
	position: absolute;

	z-index: 100;

	width: 973px;
	height: 556px;

	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;
}

input {
    color: rgb(243, 238, 237);
	background-color:   #E73331;
	background-color:    #14387F;
    font: 400 13.3333px Arial;
   
}
tbody {
       border-color: #14387F;
}
select {
	color:  #14387F;
	background-color:   rgb(255, 255, 255);
	cursor: default;
    border-color: #14387F;
    
	}
select:-internal-list-box option:checked {
		background-color:#E73331;
		color:#14387F;
		border-color: #14387F;
	}
