@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: left; 
} 
div#Topbar{
	margin: 0px;
        padding:  0px;
         width: 1024px;
         height: 20px;
        position:relative;
}
div.moduletable_modmenuLeft{
   display: none;
}

div.moduletablemodQA{
   display: none;
}


div.componentheadingsufPismo{
   display: none;
}

.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;
}
ul.TopbarUL {
	list-style-type: none;
	margin:0;
	left: 0px;
	width: 1024px;
	height: 20px;
	padding: 0;! important
}

ul.TopbarUL  li {
	margin-top: 0px;
	margin-left: 31px;
	float: left;
	font-weight:bold;
	padding: 0;
	display: inline;
}
ul.TopbarUL  li a{
	color:#3E1700;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	padding-top: 3px;
	margin: 0;
}
#container #Topbar .TopbarUL #qa {
	padding: 0px;
	margin:  0px 0px 0px 245px;
}
#container #Topbar  li.heb{
                float:right;
}
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 {
list-style-type: none;
margin-top:0;
padding-left:0;
margin-left:0;
left: 0;
margin-bottom:6px;
}

ul.leftSideUL li{
	width: 245px;
	margin-bottom:6px;
	/*margin-bottom: 6px;*/
}
ul.RightSidebarUL {
list-style-type: none;
margin-top:0;
padding-left:0;
margin-left:0;
left: 0;
}
ul.mainContentUL {
list-style-type: none;
margin-top:0;
padding-left:0;
margin-left:0;
left: 0;
}
ul.mainContentUL 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: 422px;
}
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:44px;
	background-image: url(../images/heb.jpg);
        background-repeat: no-repeat;
	margin-left:135px;
}

a.ocebe {
	background-image: url(../images/1.gif);
	background-repeat: no-repeat;
}
#container #mainContent #mizerfont {
	font-size: 14px;
}
#container #mainContent .tmuna p {
	font-size: 14px;
	text-align: center;
	position: absolute;
}
#container #mainContent .tmuna p.a1 {
	top: 175px;
	width:125px;
	
}

#container #mainContent .tmuna p.a2 {
	top: 190px;
	width:125px;
}

a.ocebe:hover {
	background-image: url(../images/1-2.gif);
	background-repeat: no-repeat;
}

a.psix {
	background-image: url(../images/2.gif);
	background-repeat: no-repeat;
}
a.psix:hover {
	background-image: url(../images/2-2.gif);
	background-repeat: no-repeat;
}
a.couch {
	background-image: url(../images/3.gif);
	background-repeat: no-repeat;
}
a.couch:hover {
	background-image: url(../images/3-2.gif);
	background-repeat: no-repeat;
}
a.rodil {
	background-image: url(../images/4.gif);
	background-repeat: no-repeat;
}
a.rodil:hover {
	background-image: url(../images/4-2.gif);
	background-repeat: no-repeat;
}

a.PB {
	background-image: url(../images/5.gif);
	background-repeat: no-repeat;
}
a.PB:hover {
	background-image: url(../images/5-2.gif);
	background-repeat: no-repeat;
}
			
				
div#devider{
	width: 1000px;
}
div#devider2{
	width: 1000px;
}

#header {
	background: #f4f4c2;
	padding: 0;
	background-image: url(/pics/head1.gif);
	height: 187px;
	width: 1024px;
	margin: 0;
} 
 #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: left; /* 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;
}
BottomUL{
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 545px; /* 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: 25px;
}
ul.BottomUL {
list-style-type: none;
margin-top:10px;
padding-left:0;
margin-left:0;
left: 0;
margin-bottom:6px;
}
#RightSidebar {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	/*width: 169px;*//* since this element is floated, a width must be given */
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:  0; /* top and bottom padding create visual space within this div */
	/*height: 204px;*/
	margin-top:20px;
}


#mainContent {
             float: right;
             margin:0;
             width:750px;
             position:relative;
}
#mainContent p{
	margin: 0;
	text-align: justify;
	font-size: 16px;
}

#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;
	margin: 0;
	position: relative;
} 
ul.FooterUL {
	list-style-type: none;
	float: left;
	margin:0;
	padding:0;
	display: inline-table;
	position: absolute;
	width: 1024px;
	height: 20px;
}
ul.FooterUL li {
	margin:0;
	padding:0;
	float: left;
	font-size:12px;
	display: inline-table;
}
li#olga  {
	margin: 0;
	margin-left: 170px;
	padding: 0;
}

li#copr {
	margin: 0;
	padding: 0;
	margin-left: 240px;
	float: left;
}

a.ola{
color: #83312E;	
font-size:22px;
font-style:italic;
font-weight:bold;
text-decoration:none;
}
.tmuna {
	background-image: url(../images/adler.gif);
	background-repeat: no-repeat;
	padding: 0px;
	float: right;
	height: 200px;
	width: 124px;
	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;
	position: relative;
	margin-left: 10px;
}
.tmunadrekus {
	background-image: url(../images/draikus.gif);
	background-repeat: no-repeat;
	padding: 0px;
	float: right;
	height: 165px;
	width: 113px;
	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;
	position: relative;
	margin-left: 10px;
}
#container #mainContent .tmunadrekus p {
	font-size: 14px;
	text-align: center;
	position: absolute;
}
#container #mainContent .tmunadrekus p.a1 {
	top: 145px;
	width:115px;
	
}

#container #mainContent .tmunadrekus p.a2 {
	top: 160px;
	width:115px;
}
.hetz {
	background-image: url(../images/up.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	float: right;
	height: 36px;
	width: 36px;
	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;
	position: relative;
	margin-left: 10px;
}
.hetz a{
display:block;
width:36px;
height:36px;
}
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;
padding-top:3px;
font-style:italic;
}


a.arrow:hover {
	color:#D67A0B;
	font-weight:bold;
	text-decoration:none;
}
#Topbar a.arrow2 {
color:#3E1700;
font-size:14px;
font-weight:bold;
text-decoration:none;
padding-top:3px;

}


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


/* 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;
}
li.lupa {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	font-weight: normal;
        font-style:italic;
	margin: 0px;
	padding-top: 0px;
	padding-left: 25px;
	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: 15px;
	/*line-height: 2px;*/
}

.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:1px;
	font-size: 1px;
	line-height: 0px;
	margin-top: 10px;
}
li.heb{margin-left:160px;}
li.lekc{
	margin-bottom: 8px;
	height: 27px;
}
a.vera{
color: #83312E;	
font-size:18px;
font-style:italic;
font-weight:bold;
text-decoration:none;
}

li#ola{
        color: #83312E;
        font-size :22px;
          font-style :italic;
          font-weight :bold;
          text-decoration:none;
margin-bottom:6px;
padding-left:25px;
}
li#vera{
        color: #83312E;
          	height: 20px;
	        width: 222px;
          text-decoration:none;
          margin-bottom: 0;
          padding-left: 0;
}
li.arrow{
/*font-family: Arial, Helvetica, sans-serif;*/
background-image:url(../images/arrow.gif);
background-repeat:no-repeat;
padding-left:25px;
background-position:left center;
height:25px;
margin-top:10px;
font-style:italic;
}
li#couch{
	background-image: url(../images/3-1.gif);
	background-repeat: no-repeat;
	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;
}
div.osebNB{
	background-color: #DBA23E;
	color: #240000;
	display: block;
	left: 190px;
	position: relative;
	padding: 8px;
	margin: 4px;
}
.publikacii{
color: #240000;
font-size:16px;
margin:0;
text-align:justify;
font-family:"Times New Roman",Times,serif;
}
div.leftIL{
	float:left;
	margin: 0;
	width:200px;
	height: 145px;
	margin-top: 15px;
	margin-left: 300px;
}
div.leftIL ul{
	list-style-type: none;
	margin-top:0;
	padding-left:0;
	margin-left:0;
	left: 0px;
	text-align: center;
}
div.leftIL ul a{
	background-image: url(../images/irina.jpg);
	display: block;
	width: 100px;
	height: 100px;
	margin: auto;

}
div.rightIL{
	float:left;
	margin: 0;
	width:300px;
	margin-top: 15px;
	height: 145px;
}
div.rightIL ul{
	list-style-type: none;
	margin-top:0;
	padding-left:0;
	margin-left:0;
	left: 0;
	text-align: center;
}
div.rightIL ul a{
	background-image: url(../images/mark.jpg);
	display: block;
	width: 100px;
	height: 100px;
	margin: auto;
}
ul.BottomUL li a{
font-style:normal;
}
li#PB{
	background-image: url(../images/5-1.gif);
	background-repeat: no-repeat;
	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;
}
div#BotPag {
          width: 701px;   
          height: 15px;	
          margin-bottom: 10px;
          font-size:11px;
}
div#BotPagWork {
          width: 681px;   
          height: 15px;	
          margin-bottom: 10px;
          font-size:11px;
}
ul#pub {
          right: 0;   
          margin: 0 0 5px 300px;     
}
#pub li {
          list-style-type: none;
          display: inline; /* Отображать как встроенный элемент */
          float: right;
          margin-right: 15px; /* Отступ слева */
          padding-left: 10px;
}

#container td.contentheading_beseda{
text-align:center;
margin: 0;
font-size: 21px;
width: 720px;
font-weight: bold;
}
div.moduletable_LogSem{
top: 20px;
margin-top:35px;
}

div.blog_more_beseda ul{
list-style-type: none;
}
div.blog_more_beseda ul li{
list-style-type: none;
}

div.blog_more_beseda ul li a{
text-decoration: none;
font-style:italic;
font-weight:bold;
color:#3E1700;
}
div.blog_more_beseda ul li a:hover{
color:#D67A0B;
font-weight:bold;
text-decoration:none;
}

#ckformcontainer{
	margin-top:20px;
        font-size:18px;

}

#ckformcontainer h2{
        font-size:21px;
}

#ckformcontainer p.ck_mandatory{
        margin-top:20px;
}

#container   .olink {
	color: #83312E;
	text-decoration: underline;
}
#container  a.olink:hover {
	color: #D74540;
	text-decoration: underline;
}
input.polName{
              width:240px;
font-family:arial;
font-size:18px;
}

input.polAddr{
              width:240px;
font-family:arial;
font-size:18px;
}

input.polTema{
font-family:arial;
font-size:18px;
}
textarea.polpismo {
font-family:arial;
font-size:14px;
height: 250px;
}

div.ckCSScenter{
       width: 200px;
       float: left;
}
div.textAddr{
    display: none;
}
div.textTema, div.textpismo, div.textsub{
    display: none;
}
div.ckCSStop10{
float:left;
width:400px;
}
input#ck_captcha_code{
   font-family:arial;
font-size:20px;
 width: 90px;
padding: 0 20px 0;
}
div.contentpanesumlistphoca{
       margin: 50px 0 0 0;
       padding: 0;
}
fieldset.input{
    display: none;
}
form#com-form-login {
font-size:22px;
position:relative;
top:200px;
}
form#com-form-login ul{
    display: none;
}

table.contentpaneopen_beseda, table.contentpaneopen_beseda  p, table.contentpaneopen_beseda  td{
              width: 750px;
}

ul.menuSufKeyToMenu{
                   list-style-type: none;
                   padding: 0px;
                   margin:15px 0 0;

}
ul.menuSufKeyToMenu a{
	color:#3E1700;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}

ul.menuSufKeyToMenu a:hover {
color:#D67A0B;
font-size:16px;
font-weight:bold;
text-decoration:none;
}

table.contentpaneopenKeyToMenuV{
        width: 100%;
}

td.contentheadingKeyToMenuV{
font-size:20px;
margin-bottom:35px;
margin-top:35px;
padding-top:20px;
text-align:center;
}

div.keystats{
  margin-top: 20px;
}
div.keystats ul li{
display:inline;
list-style-type:none;
padding-right:20px;
}
table.vinaora_counter tr{ height:30px;}
div.keystats div div{margin-bottom:20px;}
div.keystats div div table tbody tr{
height:30px;
}

#container #mainContent p.galka {
	background-image: url(/pics/v.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
}
