body {
  background-color: #FFF;
  color: #666;
  font-family: Arial;
  text-align: center;
  font-size: 1em;
  width:100%;
}

div {
  position: relative;
  float: left;
}

#frame {
  width:920px;
  float:none;
  overflow:hidden;
  margin: 50px auto;
  text-align:left;
}

#header {
  margin-bottom: 30px;
}

#logo {
  width: 170px;
}

#navigation {
  width:100%;
  margin-bottom:15px;
}
#navigation ul {
  padding: 0px;
  margin: 0px;
}
#navigation li {
  display: inline;
  list-style-type: none;
  margin-right: 20px;
  font-size: 1.3em;
}
#navigation ul li a {
  color: #3399FF;
  text-decoration: none;
}
#navigation ul li.selected a {
  color: red;
}
#navigation ul li.active a {
  color: red;
}


#navigation2 {
  top: 40px;
  width: 630px; 
}
#navigation2 ul {
  padding: 0;
  margin: 0;
}
#navigation2 ul li {
  list-style-type: none;
  margin-left: 20px;
  font-size: 14px;
}
#navigation2 ul li a {
  color: white;
  text-decoration: none;
}

#navigation2 ul li.selected a {
  color: #ffffaa;
}
#navigation2 ul li.active a {
  color: yellow;
  text-decoration: underline;
}
#navigation2 ul li.selected a ul li a {
  color: white;
}
#navigation2 ul li.active a ul li a {
  color: white;
  text-decoration: none;
}


#middle {
  width: 100%;
  background-image:url(/images/Rohea_sivut_leikkaus.jpg);
  background-repeat:no-repeat;
}

#content_wrap {
  margin-top:220px;
  float:right;
  width: 58%;
  padding-bottom: 20px;
  padding-right: 2%;
}

#content .nosto {
  margin: 0px 0px 240px 15px;

}

#content .partner_logo {
  margin-right:15px;
}

#navigation2 {
  width: 33%;
}

p {
  font-family: Arial;
  font-size: 0.85em;
  margin-top:0px;
}

a {
  color: #3399FF;
}
a:hover {
  color: red;
}

#content .site_image {
  float:right;
  margin-bottom:20px;
}

#content h1 {
  display:none;
  color: #202020;
  margin: 10px 0px;
  font-size: 2em;
  font-family: "Trebuchet MS";
  text-align: left;
  letter-spacing: 10px;
}
h2 {
  font-size: 16px;
  font-family: "Trebuchet MS";
}
h3 {
  font-size: 14px;
  font-family: "Trebuchet MS";
}

table.persons{
 width:100%;
}

table.persons td {
 width:100%;
}
table.persons img {
/*  border-top: 1px solid #585858;
  border-left: 1px solid #585858;
  border-right: 1px solid black;
  border-bottom: 1px solid black; */
  border: none;
  margin-right: 20px;
  margin-bottom: 15px;
}

table.persons td h3 {
  font-weight: normal;
  margin: 9px 0 5px 0;
}
table.persons td h3 a {
  color: #666;
  text-decoration: none;
}
table.persons td p {
  margin: 0 0 2px 0;
  padding: 0;
}
table.persons td p.title {
  font-style: italic;
}
.midcom_services_toolbars_fancy{
  z-index: 9999;
}
