﻿@charset "utf-8";
body  {
	font-family:"Times New Roman",Times,serif;
	background: #f4f4c2;
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#3E1700;
}
#container {
	width: 1024px;
	background: #f4f4c2;
	margin: 0 auto;
	/*border: 1px solid #000000;*/
	text-align: right;
	position: relative;
	height: 100%;
} 
div#Topbar{
	margin: 0px;
	padding:  0px;
	width: 1024px;
	height: 20px;
	position:relative;
}

ul.TopbarUL {
	list-style-type: none;
	float: right;
	margin:0;
	left: 0px;
	position:absolute;
	width:1024px;
	padding: 0;
}

ul.TopbarUL  li {
	margin-top: 0px;
	float: right;
	font-weight:bold;
	display: inline;
	padding-right: 50px;
}
ul.TopbarUL  li a{
	color:#3E1700;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	padding-top: 3px;       
}
ul.TopbarUL  li.heb{
	margin-top: 0px;
	float: left;
}
a.heb {
	border-style:none;
	border-width:0;
	display:block;
	height:13px;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	width:75px;
	background-image: url(/pics/rus.gif);
	background-repeat: no-repeat;
	
}

a.ocebe {
	background-image: url(/hpics/1-2.gif);
	background-repeat: no-repeat;
	background-position: 0 -60px;
	z-index: 3;
	display: block;
}
a.ocebe:hover {
	background-position: right center;
	background-repeat: no-repeat;
	z-index: 3;
	background-image: url(/hpics/1-2.gif);
	display: block;
}

a.psix {
	background-image: url(/hhpics/2-2.gif);
	background-position: 0 -60px;
	background-repeat: no-repeat;
	z-index: 3;
	display: block;
}
a.psix:hover {
	background-image: url(/hpics/2-2.gif);
	background-repeat: no-repeat;
	background-position: right center;
	z-index: 3;
	display: block;
}
a.couch {
	background-image: url(/hpics/3-2.gif);
	background-position: 0 -60px;
	background-repeat: no-repeat;
	display: block;
}
a.couch:hover {
	background-image: url(/hpics/3-2.gif);
	background-position: right center;
	background-repeat: no-repeat;
	display: block;
	z-index: 3;
}
a.rodil {
	background-image: url(/hpics/4-2.gif);
	background-position: 0 -60px;
	background-repeat: no-repeat;
	display: block;
	z-index: 3;
}
a.rodil:hover {
	background-image: url(/hpics/4-2.gif);
	background-position: right center;
	background-repeat: no-repeat;
	display: block;
	z-index: 3;
}

a.PB {
	background-image: url(/hpics/5-2.gif);
	background-position: 0 -60px;
	background-repeat: no-repeat;
		display: block;
	z-index: 3;
}
a.PB:hover {
	background-image: url(/hpics/5-2.gif);
	background-position: right center;
	background-repeat: no-repeat;
		display: block;
	z-index: 3;
}
				
				
div#devider{
	width: 1024px;
}
div#devider2{
	width: 1000px;
}
devider3{
	width: 1024px;
}
devider4{
	width: 1024px;
}
h2{
color:#83312E;
}

ul.leftSideUL li a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline: none;
	display: block;
	height: 27px;
	width: 222px;
}
ul.leftSideUL li a.arrow {
	width: 120px;
}


ul.leftSideUL {
list-style-type:none;
margin:0;
padding:0;
}

ul.leftSideUL li{
	width: 230px;
	font-weight:bold;
	margin-bottom: 6px;
}
ul.leftSideUL li.arrow{
	width: 190px;
} 

 #header {
	background: #f4f4c2;
	padding: 0;
	background-image: url(/pics/head1.gif);
	height: 187px;
	margin: 0;
	position: relative;
	width: 1024px;
} 
.header {
	white-space: nowrap;
	display: block;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 187px;
	width: 1024px;
	top: 0px;
	outline: none;
}

 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#LeftSidebar {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 245px; /* since this element is floated, a width must be given */
	background: #f4f4c2; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div  */
	position: relative;
	display: block;
	margin-right: 0px;
	margin-left: 25px;
	min-height:450px;
        overflow:hidden;
        background-repeat:no-repeat;
}
#RightSidebar {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 350px;/* since this element is floated, a width must be given */
	background: transparent; /* top and bottom padding create visual space within this div */
	height: 100px;
        margin: 0px! important;
	padding: 0;
}


#mainContent {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 750px;/* since this element is floated, a width must be given */
	background: transparent; /* top and bottom padding create visual space within this div */
	display: block;
	margin: 0;
	padding: 0;
}

#footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: transparent;
	height:20px;
	width: 1024px;
	/*position: relative;*/
	top: 100px;
} 
ul.FooterUL {
	list-style-type: none;
	float: right;
	padding:0;
	width: 1024px;
	margin: 0;
	display: inline;
}
ul.FooterUL li {
	margin:0;
	padding:0;
	font-size:12px;
	display: inline;
	float: right;
}
li#olga  {
	margin: 0;
	margin-right: 0px;
	margin-left: 200px;
}

a.ola{
color: #83312E;	
font-size:22px;
font-style:italic;
font-weight:bold;
text-decoration:none;
}
a.ola:hover {
	color:#D74540;
font-size:22px;
font-style:italic;
font-weight:bold;
text-decoration:none;
}
a.arrow {
	color:#3E1700;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	margin: 0;
	padding: 0;
}


a.arrow:hover {
	color:#D67A0B;
	font-weight:bold;
	text-decoration:none;
}

li#copr {
	margin: 0;
	width: 275px;
}
li#copr p{
	float:right;
	margin:0;
	padding:0;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
li#lekc{margin-bottom: 20px;}
li#ola{
      /*  color: #83312E;
        font-size :22px;
          font-style :italic;
          font-weight :bold;
          text-decoration:none;
margin-bottom:6px;
padding-left:25px;*/
}
li.arrow{
	background-image:url(/pics/arrow_h.gif);
	background-repeat:no-repeat;
	padding-right:25px;
	background-position:right center;
	height:25px;
	/*font-family: Arial, Helvetica, sans-serif;*/
        font-style:italic;
}
li#kouch{
height:35px;
line-height:0.9;
}
li.ocebe{
	background-image:url(/hpics/1-1.gif);
	background-repeat:no-repeat;
	background-position: right center;
}
li.psix{
	background-image:url(/hpics/2-1.gif);
	background-repeat:no-repeat;
	background-position: right center;	
}
li.couch{
	background-image:url(/hpics/3-1.gif);
	background-repeat:no-repeat;
	background-position: right center;	
}
li.rodil{
	background-image:url(/hpics/4-1.gif);
	background-repeat:no-repeat;
	background-position: right center;	
}
li.PB{
	background-image:url(/hpics/5-1.gif);
	background-repeat:no-repeat;
	background-position: right center;
	z-index: 2;
}
div#tsitata{
	background-image:url(/hpics/door.gif);
	background-repeat:no-repeat;
	background-position: left top;
	width: 750px! important;
	float: right;
	margin: 0px;
	padding: 0px;
	height: 120px;
        position: relative;
        cursor:url("pics/keykursor.cur");
}
div#tsitata h3{
	margin: 0px;
	padding: 0px;
	height: 120px;
        position: relative;
        width: 630px! important;
}
div#tsitata div.doors{
	margin: 0px;
	padding: 0;
	display: block;
        float: left;
        width: 90px;
        height: 120px;
        position:absolute;
        left: 0;
        top: 0;
}

li#kesher {
	margin-left: 240px;
	width: 180px;
}

li#kesher  p {
	margin:0;
	float:right;
	padding:0;
}
#container  #k1 {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
	margin-right: 0px;
	width: 49px;
	height: 20px;
	margin-left: 10px;
}
 #mainContent h3 {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: justify;
}
#apDiv1 {
	top:578px;
	width:700px;
	height:108px;
	z-index:1;
	background-image: url(pics/key.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	float: right;
	margin: 0;
        margin-top: -20px;
}
#apDiv1 h2{
        padding: 0px;
	margin: 0;
	color:#83312E;
        font-size: 21px;
}
#container  #k2 {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
	margin-right: 0px;
	width: 49px;
	height: 20px;
	margin-left: 10px;
}

#RightSidebar h3 {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: justify;
}
#container #heb1 {
	margin-right: 220px;
}
#container #wh {
	border-style:none;
	height:179px;
	margin:0;
	overflow:hidden;
	padding:0;
	position:absolute;
	/*top:370px;*/
	width:210px;
	right: 6px;
	z-index: 1;
}

#container  #wh marquee{
	border-style:none;
	height:179px;
	margin:0;
	overflow:hidden;
	padding:0;
	width:210px;
        position:relative;
}
#container  #wh marquee p{
	top:0;
	height:179px;
	margin:0;
	padding:0;
 }

#container #header #runningT {
	text-align: left;
	width: 820px;
	height: 30px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	top: 20px;
	position: absolute;
	display: block;
	left: 200px;
	margin: 0;
	padding: 0;
}
#marka{
	margin: 0px;
	padding:  0px;
	width: 822px;
	height: 25px;
	position:absolute;
	left: 0;
	top:0px;
}
#container #header #runningT #marka h3 {
	margin: 0px;
	padding: 0px;
}
div.moduletable_modmenuLeft{
                            display: none;
}
div.moduletablemodQA{
                            display: none;
}
#mainContent div.QA{
float:left;
margin:0;
width:750px;
margin-top:15px;
margin-bottom: 20px;
padding:0 0 15px;
border-bottom-style:double;
border-bottom-width:medium;
border-color:#83312E;

}
#mainContent div.QA p{
padding: 0px;
margin:0;
color:#3E1700;
font-size:16px;
font-weight:bold;
}
#mainContent table.contentpanesufOtzivi form {
margin-right:15px;
}
#mainContent table.contentpanesufOtzivi form table tbody tr {
height:42px;
}
#mainContent table.contentpanesufOtzivi form table tbody tr td {
background-image:url(../images/v.gif);
background-position:right center;
background-repeat:no-repeat;
padding-right:25px;
}
#mainContent table.contentpanesufOtzivi a {
color:#3E1700;
font-size:18px;
font-weight:bold;
text-decoration:none;
}
#mainContent table.contentpanesufOtzivi a:hover {
color:#D67A0B;
font-size:18px;
font-weight:bold;
text-decoration:none;
}
#container span.article_separator {
background-image:url(../images/up.jpg);
background-position:left bottom;
background-repeat:no-repeat;
display:block;
height:36px;
margin:0;
padding:0;
width:750px;
}
a#JavaOlga {
display:block;
float: left;
height:36px;
margin:0;
padding:0;
position:relative;
width:36px;
}
#Topbar li#otklik a {
        color:#D67A0B;
}
#Topbar a.arrow2:hover {
color:#D67A0B;
font-weight:bold;
text-decoration:none;
}
template.css (