html,body {
	height: 100%;
}

body {
	margin:0; padding:0;
	text-align: left;
	border: none;
	color: black;
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
	background: white url(/_clip/bg-site.gif) left top repeat-x;
}


h1 {
	font-size: 195%;
	color: #790000;
	font-weight: normal;
	margin: 0 0 20px 0; padding: 2px 0;
}

h2 {
	margin: 15px 0; padding: 2px 0;
	font-size: 115%;
	font-weight: bold;
	color: #B45213;
	border-bottom: 1px solid #B45213;
}
h3 {
	font-size: 105%;
	font-weight: bold;
	color: black;
	padding: 10px 0; margin: 0;
}

h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
}


a {text-decoration: underline; color: #790000;}
a:hover {text-decoration: none; color: #005A9B;}

img {border: none;} img.block {display: block}
form {margin: 0; padding: 0;}
select, option {clear: none;}

sup {font-size: 75%;}

.textRight {text-align: right;} .textCenter {text-align: center;} .textLeft {text-align: left;}
.floatLeft {float: left;} .floatRight {float: right;}
.clear {clear: both;} .clearRight {clear: right;} .clearLeft {clear: left;}
.hide {display: none;}

hr {
	border: none;
	border-top: 1px solid #B45213;
	height: 1px;
	width: 100%;
	display: block;
}


/**/

#page {
	margin: 0 auto; padding: 0;
	width: 780px;
	position: relative;
}

#side-shadows {
	width: 780px;
	padding-top: 175px;
	background: url(/_clip/side-shadows.gif) 0 176px no-repeat;
}
#content-holder {
	width: 730px;
	margin: 0 auto;
	display: table;
	border-right: 5px solid white;
	border-left: 5px solid white;
	background: #ECEBE3;
}
#content {
	width: 520px;
	padding: 34px 20px 0 0; margin: 0;
	float: right;
}
#left-menu {
	width: 165px;
	padding: 5px 0 0 6px; margin: 0;
	float: left;
}
.gradient {
	height: 200px;
	background: url(/_clip/bg-menu-bottom.gif) left bottom repeat-x;
}

#header {
	background: #005A9B url(/_clip/header-picture.gif) center bottom no-repeat;
	width: 780px; height: 175px;
	position: absolute; top: 0; left: 0;
	z-index: 103;
}
#header .headline {
	margin: 0; padding: 0;
	position: absolute;
	border: none;
	color: #BC7F7F;
	bottom: 20px; left: 45px;
}
.homepage #header {
	background: #005A9B url(/_clip/header-picture-hp.gif) center bottom no-repeat;
	width: 780px; height: 175px;
	position: absolute; top: 0; left: 0;
	z-index: 103;
}
#description {
	background: #FFFFFF url(/_clip/header-picture-hp-2.gif) center top no-repeat;
	color: #C57F5A;
	width: 280px;
	padding: 5px 430px 20px 20px;
}
#description strong {
	width: 280px;
}
img.logo {
	margin: 60px 0 0 20px;
}
#content-navig {
	border-top: 1px solid #E4CCCC;
	font-size: 95%;
	padding: 5px 0 25px 0; margin-top: 20px;
	clear: both;
}
#content-navig ul {
	list-style: none;
	margin: 0; padding: 0;
	text-align: right;
}
#content-navig ul li{display: inline;}
#content-navig li.btn-back {background: url(/_clip/bullet-back.gif) left center no-repeat; padding: 0 20px 3px 13px;}
#content-navig li.btn-top {background: url(/_clip/bullet-top.gif) left center no-repeat; padding: 0 0 3px 13px;}
#footer {
	padding: 10px 20px; margin: 0 auto;
	width: 690px;
	font-size: 95%;
	display: table;
	clear: both;
	color: #787272;
	background: #F1E5E5 url(/_clip/bg-footer.gif) left top repeat-x;
	border-right: 5px solid white;
	border-left: 5px solid white;
}
#footer a {padding: 1px 3px; color: #787272;}
#footer a:hover {color: #005A9B}
/************/

.aktualita {
	width: 100%;
	display: table;
	margin:  0 0 15px 0; padding: 0 0 10px 0;
	border-bottom: 1px dashed #D0A9A0;
}

.aktualita h3 {
	margin: 0 0 15px 0; padding: 0;
}
.aktualita p {
	font-size: 95%;
	margin: 10px 0; padding: 0;
}
#rss-feed {
	background: url(/_clip/rss.gif) left center no-repeat;
	padding: 5px 0 5px 23px;
	font-size: 95%;
}
/**/
.download {
	display: table;
	width: 100%;
	border-bottom: 1px dashed #E1D4CD;
	padding: 10px 0;
}
.download img {float: left;}
.download p {
	margin: 0 0 0 60px;
	padding: 10px 0 5px 0;
}
/**/
.certifikaty {
	background: white;
	padding: 5px;
	border: 1px dashed #D5A991;
	display: table;
	width: 100%;
}
.certifikaty img {
	display: block;
	float: left;
	margin: 3px;
}

/**/
.infoBox {
	padding: 10px; margin: 10px 0;
	background: url(/_clip/bg-menu-bottom.gif) left top repeat-x;
	border: 1px dashed #E4CCCC;
}
.roundedBox {
	padding: 15px; margin: 10px 0;
	background: url(/_clip/bg-column.gif) left top repeat-x;
}
.roundedBox h2, .infoBox h2 {margin: 0 0 15px 0;}
.left-picture {
	float: left;
	margin: 0 10px 10px 0;
	border: 3px solid #C17855;
}
.right-picture {
	float: right;
	margin: 0 0 10px 10px;
	border: 3px solid #C17855;
}
.full {width: 550px}
input.noStyle {border: none !important; background: none !important;}

/***********/
ul.styled-list {
	margin: 0; padding: 0;
	list-style: none;
}
.styled-list li {
	background: url(/_clip/bullet.gif) 0 5px no-repeat;
	padding: 2px 0 2px 17px; margin: 0 0 0 10px;
}
ul.sortiment li a {width: 200px; display: block; float: left}
/**/
.login-box input {
	border: 1px solid #D5A991;
	background:#F1E5E5;
	margin: 3px 0;
	width: 150px;
}
.login-box span {display: block; width: 130px; float: left; padding: 5px 0 0 0;}
.login-box input.btn-submit {margin-left: 130px; width: auto;}
* html .login-box input.btn-submit {margin-left: 133px;} 

/***********/
.nahledy {
	width: 100%;
	margin: 0 0 20px 0; padding: 0 0 10px 0;
	display: table;
/*	border-bottom: 1px solid #E7DDBB; */
}
.nahledy img {
	float: left;
	margin: 0 5px 5px 0;
	border: 3px solid #DCCD9C;
}
.nahledy a:hover img {border: 3px solid white;}
.page-souteze .nahledy {border: none;}

/***********/
.two-column-holder {
	width: 100%;
	display: table;
}
.two-column-holder .left-column {
	padding: 10px 10px 10px 0;
	float: left;
	width: 47%;
}
.two-column-holder .right-column {
	padding: 10px 10px 0 10px;
	float: right;
	width: 47%;
}

/**/

/* --- TABLES --- */

.table-cennik {width: 100%; font-size: 95%}
.table-cennik th {
	font-weight: bold;
	padding: 7px;
	background: #D0A9A0;
	color: white;
}
.table-cennik td {
	padding: 4px 7px;
	background: #E3E1D3;
}
.table-cennik tr.even td {
	padding: 4px 7px;
	background: #DEDBC9;
}
/**/
table.table-tech-udaje {
	width: 100%;
	border: 1px solid #D5A991;
}
.table-tech-udaje th {
	text-align: left;
	padding: 5px;
	background: #D5A991;
	color: white;
}
.table-tech-udaje td {
	padding: 3px 5px;
	background: #E1D4CD;
}
/**/
table.table-formular {
	border-collapse: collapse;
	width: 100%;
}
.table-formular td {
	vertical-align: top;
	padding: 5px;	
	border-bottom: 1px solid #E4CCCC;
}
.table-formular input, select, textarea {
	border: 1px solid #B45213;
	background: white;
	width: 100%;
}
/**/
table.servis {
	width: 250px;
	float: left;
	border: 1px solid #E4CCCC;
	margin: 5px;
	background: url(/_clip/bg-menu-bottom.gif) left top repeat-x;
}
table.servis th {padding: 3px 5px; background: #E0C5BE; text-align: left; border-bottom: 1px solid #F1E5E5;}
table.servis td {padding: 2px 5px;}

/**/
input.btn-submit {background: #790000; color:white; font-weight: bold; border: 1px solid white;}
/***************/
@media print {
	body {
		background: white; color: black;
		font-size: 10pt;
		font-family: "Times New Roman", Times, serif;
		}
	h1, h2, h3, h4 {font-family: "Times New Roman", Times, serif; color: black;}
	#page {width: 100%; padding: 0; margin: 0;}
	#left-menu, #top-menu, #main, #toolbar, #content-footer, #footer {display: none;}
	#content, #content-holder {width: 100%; line-height: normal; margin: 0; padding: 0; overflow: visible; height: 100%; position:    static;}
}

#answer, #vote {
    width: 200px;
    height: 100px;
    padding: 5px;
    border: 1px solid #700022;
    background-color: #F0EFEF;
}

#msg {
    background-color: #FF9805;
    padding: 5px;
    margin: 2px;
    color: #96002E;
}

