html, body {
	background-color: #ffffff;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	padding: 0px;
	margin: 0px;
}

div#hibernate {
        display: none;
        position: absolute;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: black;
        opacity: 0.4;
        z-index: 10;
        color: white;
        text-align: center;
        vertical-align: middle;
        font-size: 2em;
        font-weight: bold;
        padding-top: 160px;
}


a {
	text-decoration: none;
}

img {
	border: none;
}

img.logo {
	position: absolute;
	top: 18px;
	left: 0px;
}

img.main_image, object,main_image_swf {
	position: relative;
	top: 13px;
	left: 21px;
}

div.header {
	position: absolute;
	top: 0px;
	left: 50px;
	width: 900px;
	height: 100px;

}
div.menu_left a, div.menu_top a {
	color: #0062a2;
}
div.menu_top {
	position: absolute;
	top: 38px;
	right: 0px;
	font-size: 1.2em;
}
div.divider {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 100%;
	height: 5px;
	background-color: #0063a6;
	border-top: 1px solid #5faece;
	border-bottom: 1px solid #008bbc;
}
div.menu_left a {
	font-weight: bold;
	display: block;
	width: 185px;
	margin-left: 10px;
}
div.menu_left {
	position: absolute;
	top: 275px;
	left: 21px;
	width: 200px;
	background-color: #f0f0f0;
	border-left: solid 4px #008bbc;
	padding: 10px;
	margin-bottom: 25px;
}

div.menu_left img {
	margin: 8px 0px 8px 1px;
}
div.border_left {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 243px;
	width: 9px;
	background-image: url('../img/bg_border_left.png');
}
div.border_right {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 243px;
	width: 11px;
	background-image: url('../img/bg_border_right.png');
}
div.container {
	position: absolute;
	top: 107px;
	width: 100%;
	height: 243px;
	background-image: url('../img/bg_margins.png');
	background-repeat: repeat-x;
}
div.text {
	position: relative;
	top: 21px;
	left: 260px;
	width: 636px;
	margin-bottom: 60px;
	min-height: 200px;
	font-size: 0.85em;
}
div.content {
	top: 0px;
	left: 40px;
	width: 921px;
	position: absolute;
	background-image: url('../img/bg_content.png');
	font-size: 0.95em;
}
div.copyright {
	position: relative;
	clear: both;
	left: 260px;
	width: 633px;
	font-size: 0.7em;
	padding: 2px;
	border-top: 1px solid #b9b9b9;
	margin-bottom: 5px;
}
div.foot {
	position: absolute;
	clear: both;
	left: 0px;
	margin-top: 4px;
	background-image: url('../img/bg_bottom.png');
	width: 915px;
	height: 8px;
}


table.texttableheader {
	border-collapse: collapse;
	width: 100%;
	font-size: 0.9em;
}
table.texttableheader td.cena {
	width: 80px;
}
table.texttableheader td.img {
	width: 165px;
}
table.texttableheader td {
	background-color: #e6e6e6;
	border: 1px solid #000000;
	text-align: center;
	padding: 5px;
}
table.texttable {
	border-collapse: collapse;
	width: 100%;
	font-size: 0.9em;
}
table.texttable td {
	padding: 5px;
	border: 1px solid #000000;
}
table.texttable td.cena {
	text-align: right;
	width: 80px;
}
table.texttable td.img {
	width: 165px;
}


a.active {
	color: #777788 !important;
}
div.text a {
	color: #555555;
	font-weight: bold;
}
div.text a:hover {
	text-decoration: underline;
	color: #000000;
}
div.text h1 {
	margin: 0px 0px 15px 0px;
	font-size: 1.6em;
	color: #222222;
}
div.text h2 {
	font-size: 1.3em;
	margin-bottom: 0px;
}
div.text p {
	padding: 0px 0.8em 0.8em 0.8em;
/*	text-align: justify; */
}
div.text img {
	margin: 0em 1em 0em 1em;
}
p.first {
	background-image: url('../img/dew.png');
	background-repeat: repeat-x;
}
p.second,p.first {
	display: block;
	margin-top: 0.8em;
	clear: both;
}

span.bold {
	font-weight: bold;
}

img.dewarky {
	float: left;
	cursor: pointer;
	cursor: hand;
}

input.faktura, textarea.faktura {
    font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
    font-size: 10pt;
    border: 1px solid #bbb;
    width: 300px;
}