body
{
	margin:0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 0;
	font-size: 0.8em;
	background:url(../images/layout/bg-body.png) left top repeat-x #1a4380;
	color:#030000;
}
* {
	padding: 0;
	margin: 0;
	border: 0px none;
}
.invisible {
     position:absolute;
     top:-2000px;
     left:0;
     width:1px;
     height:1px;
     overflow:hidden;
}
.clear {
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0px;
	overflow:hidden;
	display:block;
}
.right {
	text-align:right;
}
.l-float {
	float:left;
	padding:0px 20px 20px 0px;
}
.center {
	text-align:center;
}
input, select, textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	padding:2px 3px;
}


/*Page*/
#page {
	width:960px;
	margin:0px auto;
	text-align:left;
}
#page p{
	line-height:1.6em;
	padding:0.4em 0em;
}


/*Header*/
#header {
	text-align:center;
	position:relative;
	height:265px;
	overflow:hidden;
	background:url(../images/layout/bg-header.png) right top no-repeat;
}

/*Logo*/
#logo-box {
	position:absolute;
	top:126px;
	left:294px;
}
a.logo{
	color:#f6f6f8;
	font-size:2em;
	display:block;
	cursor:pointer;
	text-decoration:none;
	position:relative;
	overflow:hidden;
	width:324px;
	height:117px;
}
a.logo span{
	display:block;
    position:absolute; left:0; top:0; z-index:1;
	background:url(../images/layout/logo.png) top left no-repeat;
	width:324px;
	height:117px;
}
/*Logo*/

/*Main-menu*/
#main-menu {
	position:absolute;
	top:69px;
	left:-5px;
	_left:-10px;
}
#main-menu ul {
}
#main-menu li {
	list-style-type:none;
	float:left;
	margin:0px 5px;
}
#main-menu li a{
	font-size:1.2em;
	color:#cbcbcb;
	text-decoration:none;
	position:relative;
	overflow:hidden;
	display:block;
	float:left;
	height:37px;
	line-height:37px;
	cursor:pointer;
	padding:0px 13px 0px 16px;
}
#main-menu li.act a, #main-menu li a:hover{
	color:#ffffff;	
}
#main-menu li.act {
	background:url(../images/layout/bg-main-menu-act.png) left top no-repeat;
}
#main-menu li.act a {
	background:url(../images/layout/bg-main-menu-act-right.png) right top no-repeat;
}
/*Main-menu*/

/*Header-hriste*/
#header-hriste {
	position:absolute;
	top:116px;
	left:0px;
	width:280px;
	height:143px;
	background:url(../images/layout/bg-header-hriste.jpg);
}
/*Header-hriste*/

/*Header-flash*/
#header-flash {
	position:absolute;
	top:23px;
	left:638px;
	width:300px;
	height:232px;
	background:#ffffff;
}
/*Header-flash*/
/*Header*/


/*Main*/
#main {
	background:#ffffff;
	margin-top:23px;
	padding:15px;
}

/*Left-column*/
#left-column {
	width:242px;
	float:left;
	background:url(../images/layout/bg-shadow-columns.png) left top repeat-x;
	border:1px solid #cccccc;
	padding:15px 1px;
	overflow:hidden;
}
#katalog-menu h3{
	font-size:1em;
	font-weight:normal;
	background:url(../images/layout/bg-katalog-menu-h3.png) left top repeat-x #ecf0f1;
	padding:10px;
	border:1px solid #eceaeb;
	width:220px;
	overflow:hidden;
}
#katalog-menu a{
	color:#030000;
	text-decoration:none;
	background:url(../images/layout/bg-katalog-menu-a.png) left top no-repeat;
	padding-left:20px;
	display:block;
	width:210px;
}
#katalog-menu a:hover, #left-column a.act{
	color:#37a0e0;
	background:url(../images/layout/bg-katalog-menu-a.png) left top no-repeat;
	background-position:-390px 0px;
}
#katalog-menu ul {
	padding:10px 10px 15px 20px;
}
#katalog-menu ul li{
	list-style-type:none;
	padding:4px 0px;
	font-size:0.9em;
}
/*Left-column*/

/*Right-column*/
#right-column {
	width:628px;
	float:left;
	background:url(../images/layout/bg-shadow-columns.png) left top repeat-x;
	border:1px solid #cccccc;
	padding:15px 16px;
	overflow:hidden;
	margin-left:20px;
}
#right-column a{
	color:#37a0e0;	
}
#right-column a:hover{
	color:#030000;	
}
#right-column h1{
	font-size:1.4em;
	border-bottom:1px solid #d2d2d2;
	padding-bottom:4px;
	margin-bottom:20px;	
}
#right-column h2{
	font-size:1.1em;
	padding:10px 0px 20px 0px; 
}
#right-column ul, #right-column ol{
	padding:10px 0px 10px 70px; 
}
#right-column ul li, #right-column ol li{
	line-height:1.6em;
	padding:0.2em 0em; 
}

/*Boxik-product*/
.boxik-product {
	background:url(../images/layout/bg-boxik-produkt.png) left bottom no-repeat;
	min-height:180px;
	_height:180px;
	padding:0px 20px 20px 20px;
	margin-bottom:50px;
}
.boxik-product .foto {
	width:150px;
	float:left;
}
.boxik-product .text{
	float:left;
	margin-left:30px;
}
.boxik-product .text table{
	border-collapse:collapse;
	width:405px;
}
.boxik-product .text table td {
	vertical-align:top;
	padding-bottom:10px;	
}
.boxik-product .text table td.left-td {
	padding-right:10px;	
}
#page .boxik-product .text table td p{
	line-height:1.6em;
	padding:0em 0em;
}
/*Boxik-product*/

#PagerId a{
	color:#ffffff;
	text-decoration:none;
	background:#cccccc;
	display:inline;
	width:20px;
	padding:3px 10px;
	line-height:2em;
}
#PagerId a:hover{
	color:#ffffff;
}
#PagerId a.prev{
	background:url(../images/layout/bg-pager-prev.png) center no-repeat #cccccc;
	display:inline;
	width:20px;
	padding:3px 10px;
}
#PagerId a.next{
	background:url(../images/layout/bg-pager-next.png) center no-repeat #cccccc;
	display:inline;
	width:20px;
	padding:3px 10px;
}
#PagerId a.first{
	background:url(../images/layout/bg-pager-first.png) center no-repeat #cccccc;
	display:inline;
	width:20px;
	padding:3px 10px;
}
#PagerId a.last{
	background:url(../images/layout/bg-pager-last.png) center no-repeat #cccccc;
	display:inline;
	width:20px;
	padding:3px 10px;
}
#PagerId span.act{
	padding:3px 10px;
}

/*Right-column*/
/*Main*/

/*Footer*/
#footer {
	text-align:right;
	font-size:0.85em;
	color:#cccccc;
	padding-top:20px;
	padding-bottom:10px;
}
#footer a{
	color:#cccccc;
}
#footer a:hover{
	color:#ffffff;
}
/*Footer*/

/*Form*/
#vzkaz input, #vzkaz textarea {
	border:1px solid #cccccc;
	background:#f0f4f7;
	padding:3px;
}

#vzkaz label {
	display:block;
	padding:7px 0px 3px 0px;
	
}
#vzkaz input {
	width:200px;
}
#vzkaz textarea{
	width:335px;
	margin-top:0px;
}
#vzkaz input.submit {
	width:auto;
	padding:3px 20px 3px 20px;
	overflow:visible;
	background:#1a4380;
	cursor:pointer;
	margin-top:5px;
	color:#ffffff;
	font-weight:bold;
}
#vzkaz input.submit:hover{
	background:#f0f4f7;
	color:#030000;
}
table.form {
	padding:20px 0px;
}
table.form td{
	padding:2px 0px;
}
/*Form*/

/*Mojemapa*/
#mojemapa {
	width:600px;
	height:400px;
	border:5px solid #1a4380;
}
/*Mojemapa*/

/*Page*/

