/*Asetteluperhe normaaliselaimella katseltavaksi*/
/*Menu*/
#banner { 
   background-image : url(pohjakuvat/avaintausta.png); 
   background-size : cover; 
   height : 150px; 
 } 
#topmenu ul { 
   margin : auto; 
 } 
#topmenu li { 
   display : inline; 
   margin : auto 0.4em; 
 } 
#topmenu { 
   font-family : 'Arizonia', cursive, 'Times new Roman'; 
   font-size : 2em; 
   text-align : center; 
 } 
#topmenu a { 
   text-decoration : underline; 
 } 
#topmenu a:hover { 
   font-family : "Times New Roman",Georgia,Serif; 
 } 
a.selectedPage { 
   color : #C29722; 
   border-bottom : 2px solid yellow; 
 } 
#gutter { 
   margin : 0.2em auto 1em !important; 
  /* background-image : url(pohjakuvat/gutterinaulat.png); */
 } 
#wrapper,#footerwrapper { 
   width : 1000px; 
   margin : auto; 
 } 
/*content*/
#content { 
   min-height : 500px; 
 } 
img.sivukuva_vasen { 
   float : left; 
   margin-right : 1em; 
   margin-top:1.5em;
 } 
img.sivukuva_oikea + p { 
   margin-top : 0em; 
 }
h1.sivukuva_vasen, h2.sivukuva_vasen, h3.sivukuva_vasen{ 
   float:right;
   width : 68%; 
   display : inline-block; 
 } 
img.sivukuva_oikea { 
   float : right; 
   margin-left : 1em; 
 } 
h1.sivukuva_oikea, h2.sivukuva_oikea, h3.sivukuva_oikea { 
   /* float:left;*/
   width : 68%; 
   display : inline-block; 
 } 
.sivukuva_oikea + p { 
   margin-top : 0em; 
 } 
/*Footer*/
#footerwrapper {  
   padding: 2em 0em 0.5em 0em ;
 } 
#footer a { 
   color : black; 
   font-weight : bold; 
 } 
#footer { 
   background-image : url(pohjakuvat/alabanneri.png); 
   background-size : cover; 
   min-height : 90px; 
 } 
#footer div { 
   vertical-align : top; 
 } 
#footer p { 
   padding-bottom : 0; 
 } 
.vasenlohko, .oikealohko, .keskilohko { 
   display : inline-block; 
 } 
.vasenlohko { 
   width : 33%; 
 } 
.firmannimi { 
   font-family : VintageOne; 
   font-weight : lighter; 
   font-size : 1.5em; 
 } 
.keskilohko { 
   margin : 1em auto auto auto; 
   width : 33%; 
   text-align : center; 
 } 
.oikealohko { 
   color : #5f5f5f; 
   width : 33%; 
   text-align : right; 
   vertical-align : bottom !important; 
 } 
.oikealohko a { 
   color : #5f5f5f !important; 
 } 