body {
     font-family: Trebuchet MS;
     font-size: 13px;
     color: #000000;
     margin: 0px;
     padding: 0px;
     background: url(../kuvat/bg.jpg) no-repeat top center;
     background-attachment: fixed;
     }


html{
overflow: scroll;
}

/* LINKIN VÄRI */

a:link, a:visited {
color: #996633; }



.clear {
clear: both;}

.wrapper {
height:100%;
width: 100%;
position:absolute;
top:0;
left:0;
/*overflow:auto;*/
z-index:2;
margin: 0 auto;
}



#all {
     width: 980px;
     margin: 0 auto;
     padding: 20px 0px 0px 0px;
}

.form {
padding: 0px;
margin: 0px;
width: 350px;
}


/* VASEN */

.left {
          width: 510px;
          height: auto;
          float: left;
          color: #ffffff;
          text-align: right;
          }
          
          
          
.logo {
background:url(../kuvat/magys_logo.png) no-repeat;
width: 176px;
height: 67px;
margin: 0px 0px 20px 50px;
}


.content {
width: 510px;
float: left;
}

.content_top {
background:url(../kuvat/top_bg.png) no-repeat;
width: 510px;
height: 25px; }

.content_bg {
background:url(../kuvat/bg_mid.png);
background-repeat: repeat-y;
text-align: left;
width: 510px;
margin: 0px;}

.content_bg p{
text-align: left;
width: 410px;
margin: 0 auto;
color:#000000;}


.content_bottom {
background:url(../kuvat/bot_bg.png) no-repeat;
width: 510px;
height: 29px; }


.fb {
margin: 0 auto;
width: 420px;
background: #ffffff;
}

/* KUVAT */

.images {
      width: 223px;
      float: left;
      vertical-align: top;}
      
      
.slides {
width: 218px;
height: 775px;
}

.slides img {
margin-top: -10px;
}
  
  


/* KIELIVALINNAT */

.languages {
width: 223px;

}

.fi, .en, .sv, .ru {
float: left;
vertical-align: top;
width: 39px;
height: 34px;
}

.fi {
background:url(../kuvat/fi.png) no-repeat;
margin-left: 25px; }

.en {
background:url(../kuvat/en.png) no-repeat;
}

.sv {
background:url(../kuvat/sv.png) no-repeat;
}

.ru {
background:url(../kuvat/ru.png) no-repeat;
}




/* OIKEA REUNA */


.right {
width: 170px;
float: left;
vertical-align: top;
}


.right_top {
background:url(../kuvat/right_top.png) no-repeat;
width: 166px;
height: 21px;
margin: 0px;}

.right_bg {
background:url(../kuvat/right_bg.png);
background-repeat: repeat-y;
width: 166px;
text-align: center;
margin: 0px;
padding: 0px;
}

.right_bg p{
margin: 0px;
padding: 0px;
}

/* margin tuotemerkkien välissä */
.right_bg img{
margin: 6px 0px 6px 0px;
border: 0px;
}

.right_bottom {
background:url(../kuvat/right_bot.png) no-repeat;
width: 166px;
height: 23px;
margin: 0px;}





/* OTSIKOT */

h1   {
     font-family: Georgia;
     font-weight: normal;
     font-size: 20px;
     padding: 0px 0px 10px 0px;
     margin: 0px;
}

h2   {}

h3  {}


.small_text {
           font-size: 11px;}
           



/* FOOTER */

.footer {
        color: #ffffff;
        text-align: center;
        font-size: 10px;
        height: 45px;
        padding: 10px 0px 0px 0px;

}

.footer a:link, .footer a:visited {
        color: #ffffff;
}



