* {margin: 0; padding: 0}

img {border: 0;}

body {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Muli', Calibri;
  background: url('../images/bg.jpg') repeat-x #fff;
  font-size: 13px;
}

/* YLEISET TYYLIT */

h1 {
    font-weight: normal;
    color: #123870;
    font-size:17px;
    margin-bottom: 15px;
    padding-bottom: 7px;
}

h2 {
    font-weight: normal;
    color: #123870;
    font-size:15px;
    margin-top: 20px;
    margin-bottom: 15px;
}

h3 {
    font-weight: normal;
    color: #123870;
    font-size:13px;
    margin-bottom: 10px;
}

p {
  margin-bottom: 10px;
  line-height: 1.5em;
}

a {
    color: #227AD5;
    text-decoration: none;
}

a:hover {
    color: #4e92dc;
    text-decoration: none;
}

hr {
    border: 0;    
    border-top: 1px solid #DBDBDB;    
    margin: 5px 0px 5px 0px;    
    }

table td{
    vertical-align: top;
    }    
    
#container {
    padding-top: 10px;
}

#container_404 {

}

/* HEADER OSA JA SIVUSTON NAVIGAATIO */

#header-container {
    height: 200px;
    background-repeat:no-repeat;
    position:relative;
}

#logo {
  padding: 10px;
}

#logo p {
  margin-top: 4px;
  color: #a6a6a6;
  font-size:14px;
}


/* FOOTER */

#footer-container {
    margin-top:-10px;
    min-height: 125px;
}

#footer-left {
    float:left;
    width:240px;
    color:#838383;
    font-size:11px;
}

#footer-middle {
    float:left;
    width:260px;
    color:#838383;
    font-size:11px;
}

#footer-right {
    float:left;
    width:220px;
    color:#838383;
    font-size:11px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* STYLES */

.divider {
    height:20px;
    background-image:url(../images/hr.png);
    background-repeat:no-repeat;
    margin-top:20px;
    margin-bottom:20px;
}

.page-title {
    font-size:14px;
    color:#214d72;
}

.footer-title {
    font-size:14px;
}
