/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

@import url(../warp/css/layout.css);


/* Spacing
----------------------------------------------------------------------------------------------------*/

.module,
#header,
#breadcrumbs,
#content,
#footer { margin: 15px; }

#header { margin-top: 30px; }

#toolbar { margin-bottom: 15px; }

#footer .module { margin: 0; }


/* Layout
----------------------------------------------------------------------------------------------------*/
body#page{
	background:  #fff;  
/* kolm halli palli kadusid 28.12.2020 */	
/*	background: url("../images/kolmhallipalli.png") top center no-repeat; */
	background: url("../images/tyhi_taust.png") top center no-repeat;
}


#logo {
	display: inline-block;	
	float: none;
}



#menubar {
position: relative;
}



#menu
{padding:5px;}




#content
{padding:15px;}



#bottom-a
.module-title {
  color: #f4f3f1;
  font-size: 100%;
  font-weight: bold;
  position: relative;
  margin: -16px -16px 15px -16px;
  padding: 8px 12px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #4487b4;
} 
  
#sidebar-a
.module-title{
/*  background:#489fa1; */
  background: #89939a;
  color:#ffffff;       
  position: relative;
  margin: -12px -12px 13px -12px;
  padding: 8px 12px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2); 
}

#sidebar-b
.module-title{
/*  background:#DF4708; */
  background: #89939a;
  color:#ffffff;       
  position: relative;
  margin: -12px -12px 13px -12px;
  padding: 8px 12px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}

#innerbottom .module-title {
/*  background:#ca4117; */
/*  color:#ffffff;       */
  color: #342c26;
  position: relative;
  margin: -12px -12px 13px -12px;
  padding: 8px 12px;
/*  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2); */
  border-bottom: 2px solid #8ad1ff;
  font-size: 130%;
  font-weight: bold;
}


#bottom-a {
/* background:#fafafa url("../images/bottom_a.jpg")repeat ; */
/* background: #302923; */
background: #032e4c;
color:#b5b5b5;	
}

#bottom-b {
/* background:#fafafa url("../images/bottom_a.jpg")repeat ; */
/* background: #302923; */
background: #033355;
color:#ffffff;
}

#bottom-a a, #bottom-b a {
	color: #c3d3db;
}
#bottom-a a:hover, #bottom-b a:hover {
	color: #be5100;
}


	

#totop-scroller {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 20px;
	height: 20px;
	background: url(../images/totop_scroller.png) 50% 50% no-repeat;
	text-decoration: none;
}