/*--------------------------------------
   BASIC
-------------------------------------- */
*                                      { margin: 0; padding: 0; list-style: none; }
body                                   {
	font: normal 9pt Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
	padding: 10px;
	text-align: center;
}
a img                                  { border: none; }
a, a img, 
a:link, a:visited, 
a:hover, a:active                      { outline: none; color: #000; text-decoration: none; }
br.clear                               { clear: both; }
/*--------------------------------------
   HIDE
-------------------------------------- */
#topMenu, #mainMenu, #nav, #featuredCar, 
.homeLeftCol, #homeBottomContainer, 
#banners, #development, .rez, #subMenu, 
#top, #kartice, #language               { display: none !important; }

#featuredCar                            { position: absolute; z-index: -1; top: -9999px; width: 0; height: 0; overflow: hidden; }
#featuredCar img                        { position: absolute; z-index: -1; top: -9999px; width: 0; height: 0; overflow: hidden; }

/*--------------------------------------
   LAYOUT & Typ.
-------------------------------------- */
#wrapper                               { text-align: left; }
#header                                { margin-bottom: 30px; }

h1                                     { font-size: 18pt; font-weight: normal; margin-bottom: 25px; }
h2                                     { font-size: 14pt; font-weight: normal; margin: 25px 0 20px 0; }
h3                                     { font-size: 12pt; font-weight: bold; margin: 20px 0 15px 0; }
h4,
h5,
h6                                     { font-size: 10pt; font-weight: bold; margin: 15px 0 10px 0; }
p, ul, ol, table                       { margin: 10px 0; }
ul, ol                                 { padding-left: 10px; }
ul li                                  { list-style: outside circle; margin-left: 30px;  }
ol li                                  { list-style: outside decimal; margin-left: 30px;  }

img                                    { display: inline; margin: 5px; padding: 5px; border: 1px solid #000; }
img.left                               { float: left; }
img.right                              { float: right; }

#mainContent table                                     { margin: 0 10px 10px 10px; border: 1px solid #a4cded; }
#mainContent table caption                             { font-size: 8pt; padding-bottom: 5px; }
#mainContent th                                        {
	padding: 5px 10px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #a4cded;
}
#mainContent td                                        { padding: 5px; text-align: center; border: 1px solid #ccc; }
#mainContent th.left, #mainContent td.left             { text-align: left; }
#mainContent th.right, #mainContent td.right           { text-align: right; }

#copyright                                             { margin-top: 40px; padding-top: 10px; font-size: 8pt; color: #ccc; border-top: 1px solid #ccc; clear: both; }

.box                                                   { margin-top: 20px; }
.boxContainer                                          { clear: both; margin-bottom: 20px; }
.box#firstBox                                          { margin-top: 0; }

.box .content                                          { display: inline; float: left; width: 200px; margin-bottom: 20px; }
.box .image                                            {
	display: inline;
	float: right;
	width: 226px;
	margin-top: 5px;
	margin-bottom: 20px;
}

.box ul li                                             { background: none; padding: 0; margin: 0; list-style: none; }