body {
	background-color: #f0f0f0;
	color: black;
	font-size: 80%;
	margin: 0.5em 0.1em;
}
body, input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
form {
	padding: 0; margin: 0;
}
input, textarea, select {
	border: 1px solid #003366;
}
input.button {
	background-color:#DEE4EB;
}
textarea {
	font-size: 100%;
}

a img {
	border-width: 0;
}

a {
	color: #003366;
}
a:active {
	color: #CC0000;
}

/* ---------------------------- hlavne casti stranky ------------------------------------- */
div#page {
	width: 59.5em;
	margin: 0 auto; padding: 0;
	background: #003366 url("../obrazky/tien_vpravo.gif") repeat-y top right;
}

div#top_and_menu {
	position: relative;
}

div#page_content {
	margin-right: 10px;
	border: 1px solid black;
	border-bottom: 3px solid #003366;
	background: white url("../obrazky/content_bg.gif") repeat-y top left;
}

div#top {
	background: url("../obrazky/top_bg.gif") repeat-x top left;
	width: 100%;
	overflow:hidden;
	height: 95px;
}

div#middle {
	padding: 2em 36px 3em;
	background: url("../obrazky/content_top_bg.gif") repeat-x top left;
}

div#shadow_bottom {
	height: 10px;
	background:  url("../obrazky/tien_dole.gif") repeat-x;
	position: relative;
}

img#shadow_corner {
	position: absolute;
	top: 0; right: 0;
}

div#copy_and_contact {
	width: 59.5em;
	text-align: center;
	margin: 0 auto;
}
/* ---------------------------- hlavne menu ------------------------------------- */
div#main_menu_container {
	background-color: #003366;
	color: white;
	padding: 0.2em 1em 0.2em 24px;
	border-top: 2px solid #95ABBF;
}
ul#main_menu {
	margin: 0; padding: 0; list-style-type: none;
	position: relative;
}
ul#main_menu li {
	display: inline;
	border-right: 1px solid #6484A2;
	padding-left: 0.2em;
}
#main_menu a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 0.3em 0;
	border: 1px solid #003366;
}
#main_menu a small {
	position: relative;
	bottom: 0.1em;
	left: 0.2em;
}
#main_menu a:hover {
	color: black;
	background-color: #9CAFC4;
	border-color: white;
	border-top-color: #9CAFC4;
}
#main_menu a.active, #main_menu a.active:hover {
	color: white;
	background-color: #CC0000;
	border-color: white;
	border-top-color: #CC0000;
}

/* podmenu ponuka */
ul#offer_submenu {
	display: none;
	list-style-type: none;
	background-color: #003366;
	color: white;
	margin:0; padding: 0.3em; 
	border: 1px solid black;
	position: absolute;
	left: 21em;
	top: 1.6em;
	_top: 1.9em;
}
ul#offer_submenu li {
	display: list-item;
	border-width: 0;
}
ul#offer_submenu li a {
	display: block;
	width: 10em;
}
/* ---------------------------- nadpisy ------------------------------------- */
h2 {
	color: #003366;
	font-size: 180%;
	margin: 0 0 0.6em;
}
h3 {
	color: #CC0000;
	font-size: 130%;
	margin-bottom: 0;
}
h4 {
	color: #CC0000;
	font-size: 100%;
	margin: 0 0 0.5em;
}

/* nasledujuce tri veci
   su kvoli spravnemu zobrazovaniu nadpisov a vysuvacieho menu v IE
	 na strankach s float elementmi */
div#page_heading {
	_overflow: hidden;
	width: 100%;
}
div#page_heading h2 {
	_float: left;
}

/* ---------------------------- uvodna stranka ------------------------------ */
p.basic_info, p.info {
	color: #CC0000;
	font-size: 110%;
	line-height: 160%;
}
p.info {
  color: black;
  margin-top: 0.2em;
}
div.partner_logos {
  text-align: center;
}
img#sublera {
	position: absolute;
	top: 5px; right: 20px;
	z-index: 100;
}
div#img_left {
	width: 97%;
	height: 300px;
	background:  url("../obrazky/vyskomer.jpg") no-repeat left bottom;
}
div#img_right {
	height: 100%;
	background:  url("../obrazky/tvrdomer.jpg") no-repeat right bottom;
}
div#img_center {
	width: 271px;
	height: 121px;
	padding-top: 100px;
	margin: 0 auto;
}

/* ---------------------------- profil spolocnosti ------------------------- */
dl, ul, div.indent {
	margin: 0.5em 1.2em;
}
dl dt {
	font-weight: bold;
}
dl dd {
	margin-bottom: 0.2em;
}
ul {
	padding-left: 1.3em;
	list-style-type: square;
}

/* ---------------------------- sluzby ------------------------------------- */
span.red_text {
	color: #CC0000;
}
div#sluzby_bg_image {
	background:  url("../obrazky/drsnomer.jpg") no-repeat top right;
}

/* ---------------------------- cennik ------------------------------------- */
img.filetype_icon {
	float: left;
	margin-right: 1em;
}
a img.filetype_icon {
	border-width: 0;
}
div.filetype {
	margin: 1.5em 1em;
}
div.cennik_image {
	background:  url("../obrazky/koncove_mierky.jpg") no-repeat 35% right;
}
/* ---------------------------- kontakt ------------------------------------- */
table.contact_info th {
	text-align: left;
	vertical-align: top;
	padding-right: 0.6em;
}
table.contact_info td {
	vertical-align: top;
}
table.contact_info th.left_padding {
	padding-left: 2em;
}
table.contact_info input, table.contact_info textarea {
	width: 25em;
	border: 1px solid #003366;
}
table.contact_info textarea {
	_width: 26em;
}
input#submit_button {
	width: auto;
	background-color:#DEE4EB;
	border: 1px solid #003366;
}
strong.status_ok {
	color: #003366;
}
strong.error {
	color: #cc0000;
}
img.map {
	border: 1px solid #003366;
}

/* ---------------------------- akreditacia ------------------------------------- */
div.empty {
	display: none;
	_display: block;
}
div.accred_item, div.download_all {
	height: 12em;
	float: left;
	margin: 0 7em 0.5em 0;
	white-space: nowrap;
}
div.no_right_margin {
	margin-right: 0;
}
div.accred_item h3 {
	margin-top: 0;
	padding-bottom: 0.4em;
}
div.accred_item img.thumbnail {
	float: left;
	border: 1px solid #003366;
	vertical-align: top;
}
div.accred_item_right_column {
	padding-top: 16px;
	margin-left: 100px;
}
div.download_all {
	height: 8em;
	margin: 0.5em 3em 2em 0;
	padding: 1em;
	border: 1px dashed #9CAFC4;
}
div.no_top_padding {
	padding-top: 0;
}
div.cleaner {
	font-size: 1px;
	clear: both;
}

/* ---------------------------- catalogues ----------------------------------- */
div.catalog div.picture {
  float: left;
}

div.catalog div.catalog_info {
  float: left;
  padding-left: 1em;
	padding-right: 1.5em;
  padding-top: 6em;
}

/* print media */
@media print {
	body {
		background-color:white;
	}
	div#top_and_menu, div#shadow_bottom, div#copy_and_contact, div.order_status, a.print_this {
		display: none;
	}
	div#page, div#page_content {
		width: 100%;
	}
	div#page, div#page_content, div#middle  {
		margin: 0; padding: 0;
		background-color: white;
		background-image: none;
		border-width: 0;
	}
}
