@import url('null.css');

/*

		GENERAL

*/

.cleaner {
	clear: both;
}

.alt {
   display: none;	
}

a {
	color: #622c16;		/* f90101 */
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.ok-msg {
	color: #c52436;
}

.error-msg {
	color: red;
}

/*

		MAIN

*/

body {   
	font-size: 80%;
	font-family: Trebuchet MS;
	text-align: center;
	background: #f6f1de;
	position: relative;
}

div#page-borders {
	width: 100%;
/*	background: url(../img/page-borders.gif) center top repeat-y;*/
	position: absolute;
	left: 0;
	top: 0;
}

div#container {
	width: 100%;
	min-height: 100%;
	_height: 100%;
	background: url(../img/bg-pattern.gif) left top repeat-x;
	position: relative;
}

div#page-bg {
	width: 100%;
	height: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}

#page-bg div {
	width: 907px;
	height: 100%;
	margin: 0 auto;
	background: #f6f1de;
}

#container div#page {
	width: 907px;
	margin: 0 auto;
	height: auto;
	padding-bottom: 100px;
/*	_padding-bottom: 0; */
	text-align: left;
	background: #f6f1de;
	position: relative;
}

/*

		HEADER

*/

#page div#header {
	width: 100%;
	height: 73px;
	background: #552512 url(../img/header.gif) left top no-repeat;
	position: relative;
}

#header div#logo {
	width: 363px;
	height: 28px;
	position: absolute;
	left: 16px;
	top: 24px;
}

#header div#langs {
	width: 255px;
	height: 25px;
	position: absolute;
	left: 600px;
	top: 20px;
	color: #c52436;
	text-decoration: none; text-align: right;
}

#header div#langs a, #header div#langs a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#logo h1 a {
	display: block;
	width: 363px;
	height: 28px;
}

#logo h1 a span {
	position: absolute;
	left: -907em;/*bolo 1000*/
}

/*

		MENU

*/

#page div#menu {
	width: 100%;
	height: 46px;
	background: url(../img/menu.gif) left top repeat-x;
	position: absolute;
	left: 0;
	top: 73px;
}

#menu ul {
	list-style: none;
	padding-left: 0;
}

#menu ul li {
	float: left;
	height: 46px;
	line-height: 46px;
	position: relative;
}

#menu ul li.separator {
	width: 1px;
	background: url(../img/menu-separator.gif) left top no-repeat;
}

#menu ul li.clear {
	background: none !important;
}

#menu ul li a, #menu ul li a:hover {
	display: block;
	height: 50px;
	_height: auto;
	line-height: 34px;
	margin-top: 9px;
	padding: 0 33px 0 33px;  /* bez rezervacie bolo O 40 0 40 */
	font-size: 1.1em;
	color: #000000;
	text-decoration: none;
}

#menu ul li a:hover {
	color: #552512;
	background: white;
	background: url(../img/menu-hover.gif) left top repeat-x;
	/*font-weight: bold;*/
}

#menu ul li a:hover span {
	display: block;
	width: 2px;
	height: 37px;
	position: absolute;
	bottom: 0;
}

#menu ul li a:hover span.left {
	left: 0;
	background: url(../img/menu-active-left.gif) left top no-repeat;
}

#menu ul li a:hover span.right {
	right: 0;
	_right: -1px;
	background: url(../img/menu-active-right.gif) left top no-repeat;
}

#menu ul li ul {
	display: none;
	width: 210px;
	_width: 150px;
	z-index: 907; /*bolo 1000*/
	position: absolute;
	left: 0;
	top: 46px;
}

#menu ul li ul li {
	float: none;
	height: 38px;
	background: #5f7761;
}

#menu ul li ul li a, #menu ul li ul li a:hover {
	height: 38px;
	line-height: 38px;
	margin-top: 0;
	font-size: .9em;
}

#menu ul li ul li a:hover {
	color: white;
	background: #f1b658;
}

#menu ul li:hover ul, #menu ul li.hover ul {
	display: block;
}

/*

		CONTENT

*/

div#content {
	margin-top: 46px;
}

/*

		BOXES

*/

div#boxes-holder {
	width: 100%;
	height: 235px;
	background: url(../img/boxes-holder.gif) left top repeat-x;
}

#boxes-holder div.box {
	width: 25%;
	float: left;
	text-align: center;
}

.box div.inner {
	width: 860px;
	height: 200px;
	margin: 0 auto;
	margin-top: 42px;
	margin-left: 22px;
	position: relative;
}

.box div.inner img {
	margin-top: 8px;
}

.box div.inner h3 {
	margin: 0 10px 0 10px;
	line-height: 30px;
	font-family: Trebuchet MS;
	font-size: 1.2em;
	color: #f91212;
	border-bottom: 1px solid #c4c4c4;
}

.box div.inner p {
	margin: 5px 10px 0 10px;
	line-height: 18px;
	text-align: justify;
	color: #f90101;
}

.box div.inner a {
	position: absolute;
	left: 17px;
	bottom: 8px;
}

/*

		MAIN CONT

*/

div#main-cont {
	width: 100%;
}

#main-cont h2 {
	margin: 10px 22px 0 22px;
	line-height: 40px;
	font-family: Trebuchet MS;
	font-size: 1.4em;
	font-weight: normal;
	color: #5f7761;
}

#main-cont h1 {
	margin: 10px 22px 0 22px;
	line-height: 40px;
	font-family: Trebuchet MS;
	font-size: 1.4em;
	font-weight: normal;
	color: #552512;
}

#main-cont p {
	margin: 0 22px 22px 22px;
}

/*

		FOOTER

*/

div#footer {
	width: 100%;
	height: 94px;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
}

#footer div.inner {
	width: 100%;	/* 907px */
	margin: 0 auto;
	background: url(../img/footer.gif) left top repeat-x;
}

#footer div.inner p {
	line-height: 94px;
	color: #FFFFFF;
}

#footer div.inner p a, #footer div.inner p a:hover {
	color: #FFFFFF;
}


.reklama {float: right; padding-right: 15px;}

.msg {
	width: 839px;
	background: #eed8b1;
	border: solid 1px #552512;
	color: #552512;
	padding: 10px;
	text-align: justify;	
	margin-left: 22px;
}