html
{
	background-color: #ededed;
 	-ms-overflow-style: -ms-autohiding-scrollbar;
}

body
{
	margin: 7px;
	padding: 0px;
	margin-left: auto; 
	margin-right: auto;
	font-family: Verdana, sans-serif;
	background-color: #ffffff;
}

span.wide {
    display: none;
}

#banner {
        background: #91b9ec;
	padding-left: 30px;
	padding-top: 0px;    
	margin: 0px;
	margin-top: 0px;
        text-align: left;
	height: 50px;
        border-bottom: 1px solid #aaa;
	background-image: url("kuvat/mbanner.jpg"); 
	background-repeat: no-repeat;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

img
{
	border: 0px;
}

h1, h2 ,h3 {
	/* font-size: x-large; */
	margin: 0px;
	font-family: Georgia, "Times New Roman" , Times, serif;
        color: #18398a;
}

ul,ol {margin-top: -1em;}

#container
{
	position:relative;
}


#header h1, #header h2, #header h3
{
	padding: 0px;
	margin: 0px;
        color: white;
        font-weight: normal;
}

#header a
{
	color: white;
	text-decoration: none;
}

#flags
{
	top: 0px;
	padding: 0px;
	margin: 0px;
}

#content_text
{
	clear: both;
	min-height: 280px;
	padding-left: 15px;
	padding-right: 15px;
}


#content_text p {
}
#content_text a
{
	color: #375493;
	background-color: transparent;
	text-decoration: none;
}

#content_text a:hover
{
	color: #d17b2c;
}

#content_text table td
{
	border: thin solid #d8d8d8;
}


#menu
{
  padding-left: 10px;
  padding-top: 1em;
  font-size: 94%;
  width: 227px;
  margin-left: 0;
}

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

#menu li 
{
        margin-top: 5px;
        padding-left: 4px; 
        padding-top: 0px;
        padding-bottom: 0px;
}

#menu li a
{
        display: block;
        margin: 4px;
        padding: 8px 0px 8px 0.5em; /* yoav */
        background-color: #efefef; /* sisempi */
        color: #375493;
        text-decoration: none;
        border-left: 4px solid #47d147;
}

#menu a:hover
{
	color: #d17b2c;
}

#content
{
	width: 98%;
}

#footer
{
	width: 100%;
	margin-top: 45px; 
	padding-top: 45px; 
        text-align: center;
	font-size: small;
	line-height: 15px;
/*	background-color: #ededed; */
}

#footer hr
{
	border-top: solid 1px;
	border-top-color: #cccccc;
}

#footer a
{
	color: #375493;
	background-color: transparent;
	text-decoration: none;
}

#footer a:hover
{
	color: #d17b2c;
}

ul.menu
{
	list-style: none;
}

#myphoto
{
	float: left;
	margin-top: -1.5em;
	width: 146px;
        border: solid thin #cccccc;
	margin-right: 15px;
	margin-bottom: 10px;
}

.centered
{
	text-align: center;
}

.gotop
{
	text-align: right;
}

.accessibility
{
	display:none;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: white;
  border-right: 1px solid #333;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 45px;
}

.sidenav .closebtn {
  position: absolute;
  background-color: white;
  border: none;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 0px;
}

.mbut {
  background-color: white;
  border: none;
  color: black;
  padding: 0 0 15px 0;
  text-align: center;
  font-size: 30px;
  cursor: pointer;
}

