body {
	background: #DCEFFE;
	margin: 0;
	padding: 0;
	font: 12px verdana, sans-serif;
	color: #043764;
	text-align: center;
}
#stranka {
	background: white;
	width: 755px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}


#top {
	height: 80px;
	background: url(img/top.jpg) top right no-repeat white;
}

	#top img{
	border: 0;
	position: relative;
	top: 10px;
	left: 25px;
	}

#menu {
	height: 26px;
	margin: 0;
	padding: 0;
	background: url(img/menubg.gif) #E5E5E5;
}

	dl#menicko{
		margin: 0;
		padding: 0;
		background: transparent url(img/menu.gif) top left no-repeat;
		width: 478px;
		height: 26px;
		position: relative;
	}
	
	dt{ margin: 0; padding: 0; position: absolute; font-size: 85%; display: none; }
	dd{ margin: 0; padding: 0; position: absolute; font-size: 85%; }
	
	dd a { position: absolute; height: 17px; text-decoration: none; }
	dd a span { display: none; }
	dd a:hover span { display: none; }
	
	dd#menu_onas { left: 14px; top: 3px; }
	dd#menu_onas a { position: absolute; width: 33px; height: 17px; }
	body#onas dd#menu_onas a, dd#menu_onas a:hover { background: url(img/menu.gif) -14px -26px no-repeat; }
	
	dd#menu_intrastat { left: 62px; top: 6px; }
	dd#menu_intrastat a { position: absolute; width: 57px; height: 14px; }
	body#intrastat dd#menu_intrastat a, dd#menu_intrastat a:hover { background: url(img/menu.gif) -62px -29px no-repeat; }
	
	dd#menu_celnisluzby { left: 132px; top: 3px; }
	dd#menu_celnisluzby a { position: absolute; width: 78px; height: 17px; }
	body#celnisluzby dd#menu_celnisluzby a, dd#menu_celnisluzby a:hover { background: url(img/menu.gif) -132px -26px no-repeat; }
	
	dd#menu_prepravnisluzby { left: 223px; top: 3px; }
	dd#menu_prepravnisluzby a { position: absolute; width: 107px; height: 17px; }
	body#prepravnisluzby dd#menu_prepravnisluzby a, dd#menu_prepravnisluzby a:hover { background: url(img/menu.gif) -223px -26px no-repeat; }
	
	dd#menu_kestazeni { left: 344px; top: 3px; }
	dd#menu_kestazeni a { position: absolute; width: 61px; height: 17px; }
	body#kestazeni dd#menu_kestazeni a, dd#menu_kestazeni a:hover { background: url(img/menu.gif) -344px -26px no-repeat; }
	
	dd#menu_kontakt { left: 420px; top: 6px; }
	dd#menu_kontakt a { position: absolute; width: 48px; height: 14px; }
	body#kontakt dd#menu_kontakt a, dd#menu_kontakt a:hover { background: url(img/menu.gif) -420px -29px no-repeat; }

#obsah {
	padding: 10px;
	background-color: white;
}

	#obsah #sloupecek {
		float: right;
		width: 300px;
		padding: 10px;
		margin: 0;
		background-color: #efefef;
	}
	
	#obsah #sloupecek a img#mapka{
		border: 1px solid silver;
		margin: 10px;
		text-align: center;
	}
	
	#obsah #sloupecek .nadpis {
		background-color: #075699;
		padding: 2px;
		color: white;
		font-weight: bold;
	}

	#obsah a {
		color: darkorange;
		text-decoration: underline;
	}
	
	#obsah a:visited {
		color: orange;
		text-decoration: underline;
	}
	
	#obsah a:hover {
		color: chocolate;
		text-decoration: underline;
	}
	
	#obsah img {
		/*margin: 10px;*/
		border: 1px solid silver;
	}
	
	#obsah ul li {
		list-style-type: square;
	}
	
	#obsah a  img#mapa, #obsah img#clipart {
		margin: 10px;
		border: 1px solid silver;
		float: right;
	}
	
	#obsah img.ico {
		padding: 0;
		border: 0;
	}
	
	#obsah .download {
		color: #555; 
		font-size: 10px; 
		position: relative; 
		left: 20px;
	}
	
#paticka {
	height: 15px;
	clear: both;
	padding: 2px;
	background-color: #043764;
	color: white;
	font-size: x-small;
	text-align: right;
}