html,body {
	height: 100%;
}

body {
	margin: 0; padding: 0;
	text-align: center;
	border: none;
	color: #454738;
	font-size: 70%;
	font-family: Arial, Helvetica, sans-serif;
	background: #B8C28F;
}

h1 {
	margin: 0; padding: 0;
	font-size: 155%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #506E10;
}
h2 {
	padding-bottom: 5px;
	font-size: 105%;
	font-family: Arial, Helvetica, sans-serif;
	color: #312326;
	border-bottom: 1px solid #6D0016;
}
h3 {
	margin: 0; padding: 5px 0;
	font-size: 95%;
	font-weight: bold;
	color: #FFF;
	
}

img {border: 0px;}
a {text-decoration: underline; color: #5B6E10;}
a:hover {text-decoration: none; color: black; background: #F1F3E9;}
form { margin: 0; padding: 0;}

.textRight {text-align: right;}
.textCenter {text-align: center;}
.textLeft {text-align: left;}
.floatLeft {float: left;}
.floatRight {float: right;}
.clear {clear: both;}
.hide {display: none;}

hr {
	border: none;
	border-top: dashed 1px #959595;
	height: 1px;
}

.right-picture {
	float: right;
	margin: 0 0 15px 15px;
	border: 4px solid #758339;
}

/**/

#page {
	padding: 0; margin: 0 auto;
	width: 777px;  min-height: 100%; height: 100%;
	text-align: left;
	background: white;
	border-left: 3px solid #424924;
	border-right: 3px solid #424924;
}

body>#page {height: auto;}

#header {
	margin: 0 auto;
	width: 100%; height: 120px;
	background: url(_clip/bg-header.gif) left top repeat-x;
	position: relative;
}
#flash-menu {
	border-bottom: 1px solid white;
}

#content {
	margin: 0; padding: 0;
	width: 100%;
	background: url(_clip/bg-content.gif) top left repeat-y;
	border-top: 1px solid #B8C28F;
}
#hp-content {
	padding: 20px 20px 20px 460px;
	background: #D8EEA8 url(_clip/hp-image-01.jpg) left top no-repeat;
	height: 228px;
}
#hp-content ul {
	margin: 0 0 0 15px; padding: 0;
}
#left-side {
	float: left;
	width: 183px;
}
#left-side img {display: block;border-bottom: 5px solid #758339;}

#right-side {
	margin: 0 30px 0 230px; padding: 20px 0;
}
#footer {
	margin: 0 auto; padding: 5px 15px;
	height: 50px;
	font-size: 95%;
	border-top: 1px solid #B8C28F;
	color: #B8C28F;
	clear: both;
}
#footer a {color: #A0AB75;}

.content-foto-right {
	float: right;
	border: 4px solid #EEEFE9;
	margin: 0 0 10px 15px;
}
.content-foto-left {
	float: left;
	border: 4px solid #EEEFE9;
	margin: 0 15px 10px 0;
}

ul.language {
	list-style: none;
	margin: 0; padding: 0;
	position: absolute; top: 10px; right: 60px;
}
.language li {
	display: inline;
	padding: 0 3px;
	float: left;
}
.language li img {
	border: 1px solid #758339;
	padding: 1px;
	display: block;
}
.language li a:hover img {
	border: 1px solid #424924;
	background: #424924;
}
.language li a:hover img, .language li a:hover {
	text-decoration: none;
}
img.logo-szkt {margin: 15px;}

/* --- MENU --- */

ul#horni-menu {
	padding: 80px 130px 0 0; margin: 0;
	list-style: none;
	font-weight: bold;
	color: #929F65;
	text-align: right;
}

ul#horni-menu li  {
	display: inline;
}
#horni-menu li a {
	padding: 7px 3px;
	width: 120px;
	text-decoration: none;
	color: #929F65;
}
#horni-menu li a:hover, #horni-menu li.active a {
	background: #B8C28F;
	color: white !important;
	text-decoration: none;
}
#horni-menu li a.menunew {
	color: red;
}

/**/

#left-side ul {
	padding: 0; margin: 0;
	list-style: none;
	font-weight: bold;
	display: block;
}
#left-side li a {
	padding: 10px 10px 10px 20px;
	text-decoration: none;
	color: #5B6E10;
	border-bottom: 1px solid #D8EBB4;
	display: block;
}
* html #left-side li a {height: 1px;} /* IE */

#left-side  li a:hover, #left-side li.active a {
	background: #EAEBE6;
	text-decoration: none;
}

/* --- MENU END --- */


/* --- TABLES --- */

table {
	width: 99%;
}
th, td {
	padding: 3px 3px;
	text-align: left;
	}
th {font-weight: bold;}
td {color: black;}

table img {display: inline;}


/* --- TABLES end --- */


@media print {

	#topmenu, #header, #footer, .sub-navig { display: none;}
	#page { width: 650px;}

}
