﻿@charset "utf-8";
/* CSS Document */

body  {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	background: url(images/bg_body_01.gif) center top repeat-x #FFF2D0;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	line-height: 24px;
}

body#ota-yhteytta {
	background: url(images/bg_body_02.gif) center top repeat-x #FFF2D0;
}

body#elamyksia {
	background: url(images/bg_body_03.gif) center top repeat-x #FFF2D0;
}

body#matkakohteita {
	background: url(images/bg_body_04.gif) center top repeat-x #FFF2D0;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 14px;
}


h1, h2, h3 {
	color: #a0937f;
	font-weight: normal;
}



img  { 
	border: none;
} 


a:link, a:visited {
	text-decoration : underline;
	color: #920000;
}

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

a:active {
	text-decoration : underline;
	color: #920000;
}

#container { 
	width: 929px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: url(images/bg_mainContent.jpg) left 239px no-repeat;
} 


#header { 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 143px;
} 

#header img{ 
	margin: 27px 0 0 70px; 
} 

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 284px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 28px 35px 20px 15px;
	background: url(images/bg_sidebar.jpg) left 71px no-repeat;
}

#mainContent ul{
	padding: 0;
	margin: 0 0 0 15px;
	list-style-image: url(images/bullet.gif); 
}

#sidebar1 ul{
	padding: 0;
	margin: 0 0 0 15px;
	list-style-image: url(images/bullet.gif); 
}

#sidebar1 img{
	padding: 0 10px 0 0px;
	background-color: #fff;
	margin-left: -35px; 
}

#content { 
	width: 929px; 
	background-color: #fff;
} 

#illustration { 
	width: 929px; 
	background: #ac151c url(images/bg_contentTop.gif) 0 0 no-repeat;
	background-color: #ac151c;
	height: 216px;
	padding: 10px 0 0 0;
	
} 

#mainpage #illustration { 
	height: 304px;
}

#smart-banner { 
	padding: 0 0 0 10px; 
	background-color: #fff;
} 


#mainContent { 

	padding: 10px 20px 60px 55px; 
	background: url(images/bg_mainContent.jpg) #fff left 76px no-repeat;
	width: 500px;
} 

.baskimaa #mainContent, .santiago #mainContent, .madrid #mainContent, .lissabon #mainContent, .viandante #mainContent, .yhteystiedot #mainContent, #ota-yhteytta #mainContent {
background-position: left 116px;
} 



#footer { 
	padding: 0 10px 0 20px; 
	background: url(images/bg_footer.gif) #FFF2D0 left top no-repeat;
	text-align:center;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 26px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #9f9784;
	font-size: 12px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.smallTopMargin { 
	margin-top: 10px;
}

#mainpage #container #mainContent, .matkakohteita #container #mainContent{ 
	height: 320px;
}

.viandante #container #mainContent{ 
	height: 1290px;
} 



/* NAVIGATION */

#nav { 
	width: 929px;
	height: 48px;
	margin-bottom: 45px;
} 

#nav ul{margin:0;padding:0;list-style-type:none;width:auto;position:relative;display:block;height:53px;}
#nav ul li{display:block;float:left;margin:0;pading:0;}
#nav ul li a{display:block;float:left;background:transparent url("images/buttons_nav.gif") no-repeat top left; height: 48px;}

#nav ul li a.item1 {background-position:0px 0px; width: 154px;} #nav ul li a:hover.item1, #mainpage #nav ul li a.item1 {background-position:0px -87px;}
#nav ul li a.item2 {background-position: -154px 0; width: 130px;} #nav ul li a:hover.item2, #yritysinfo #nav ul li a.item2 {background-position:-154px -87px;}
#nav ul li a.item3 {background-position:-284px 0px;width: 138px;} #nav ul li a:hover.item3, #elamyksia #nav ul li a.item3 {background-position:-284px -87px}
#nav ul li a.item4 {background-position:-422px 0;width: 175px;} #nav ul li a:hover.item4, #matkakohteita #nav ul li a.item4 {background-position:-422px -87px;}
#nav ul li a.item5 {background-position:-597px 0px;width: 161px;} #nav ul li a:hover.item5, #ota-yhteytta #nav ul li a.item5 {background-position:-597px -87px}
#nav ul li a.item6 {background-position:-758px 0;width: 171px;} #nav ul li a:hover.item6, #in-english #nav ul li a.item6 {background-position:-758px -87px;}



/* NAVIGATION - Elämyksiä*/

#nav-elamyksia { 
	margin-top: -45px;
	margin-bottom: 6px;
} 

#nav-elamyksia ul{margin:0;padding:0;list-style-type:none;width:auto;position:relative;display:block;height:39px;}
#nav-elamyksia ul li{display:block;float:left;margin:0;pading:0;}
#nav-elamyksia ul li a{display:block;float:left;background:transparent url("images/buttons_nav.gif") no-repeat top left; height: 39px;}

#nav-elamyksia ul li a.item1 {background-position:0px -48px; width: 203px;} 
#nav-elamyksia ul li a:hover.item1, .ideoi-oma-matkasi #nav-elamyksia ul li a.item1 {background-position:0px -135px;}
#nav-elamyksia ul li a.item2 {background-position: -203px -48px; width: 134px;} 
#nav-elamyksia ul li a:hover.item2, .ruoka-ja-viini #nav-elamyksia ul li a.item2 {background-position:-203px -135px;}
#nav-elamyksia ul li a.item3 {background-position:-337px -48px;width: 161px;} 
#nav-elamyksia ul li a:hover.item3, .kulttuuri-ja-taide #nav-elamyksia ul li a.item3 {background-position:-337px -135px}
#nav-elamyksia ul li a.item4 {background-position:-498px -48px;width: 180px;} 
#nav-elamyksia ul li a:hover.item4, .hyvan-olon-matkat #nav-elamyksia ul li a.item4 {background-position:-498px -135px;}
#nav-elamyksia ul li a.item5 {background-position:-678px -48px;width: 251px;} 
#nav-elamyksia ul li a:hover.item5, .liikematkustajan-matkat #nav-elamyksia ul li a.item5 {background-position:-678px -135px}


/* NAVIGATION - Matkakohteita*/

#nav-matkakohteita { 
	margin-top: -45px;
	margin-bottom: 6px;
} 

#nav-matkakohteita ul{margin:0;padding:0 0 0 157px;list-style-type:none;width:auto;position:relative;display:block;height:39px;}
#nav-matkakohteita ul li{display:block;float:left;margin:0;pading:0;}
#nav-matkakohteita ul li a{display:block;float:left;background:transparent url("images/buttons_nav.gif") no-repeat top left; height: 39px;}

#nav-matkakohteita ul li a.item1 {background-position:0px -174px; width: 118px;} 
#nav-matkakohteita ul li a:hover.item1, .madrid #nav-matkakohteita ul li a.item1 {background-position:0px -213px;}
#nav-matkakohteita ul li a.item2 {background-position: -118px -174px; width: 109px;} 
#nav-matkakohteita ul li a:hover.item2, .barcelona #nav-matkakohteita ul li a.item2 {background-position:-118px -213px;}
#nav-matkakohteita ul li a.item3 {background-position:-227px -174px;width: 223px;} 
#nav-matkakohteita ul li a:hover.item3, .santiago #nav-matkakohteita ul li a.item3 {background-position:-227px -213px}
#nav-matkakohteita ul li a.item4 {background-position:-450px -174px;width: 108px;} 
#nav-matkakohteita ul li a:hover.item4, .baskimaa #nav-matkakohteita ul li a.item4 {background-position:-450px -213px;}
#nav-matkakohteita ul li a.item5 {background-position:-558px -174px;width: 120px;} 
#nav-matkakohteita ul li a:hover.item5, .lissabon #nav-matkakohteita ul li a.item5 {background-position:-558px -213px}

/* NAVIGATION - Yritysinfo*/

#nav-yritysinfo { 
	margin-top: -45px;
	margin-bottom: 6px;
} 

#nav-yritysinfo ul{margin:0;padding:0 0 0 78px;list-style-type:none;width:auto;position:relative;display:block;height:39px;}
#nav-yritysinfo ul li{display:block;float:left;margin:0;pading:0;}
#nav-yritysinfo ul li a{display:block;float:left;background:transparent url("images/buttons_nav.gif") no-repeat top left; height: 39px;}

#nav-yritysinfo ul li a.item1 {background-position:0px -252px; width: 138px;} 
#nav-yritysinfo ul li a:hover.item1, .viandante #nav-yritysinfo ul li a.item1 {background-position:0px -291px;}
#nav-yritysinfo ul li a.item2 {background-position: -138px -252px; width: 134px;} 
#nav-yritysinfo ul li a:hover.item2, .yhteystiedot #nav-yritysinfo ul li a.item2 {background-position:-138px -291px;}



/* FRONTPAGE */

#mainpage #sidebar1 img, #matkakohteita #sidebar1 img{ 
	padding: 15px 0 0 20px;
} 

#mainpage #container #mainContent{ 
	background: none;
	padding-top: 22px;
	font-size: 16px;
	width: 510px;
	line-height: 160%;
} 


/* FORM */


fieldset  { 
	border: 1px solid #e4d5af;
	width: 406px;
} 


/* SIFR otsikot*/

    .sIFR-active h1 {
      padding-bottom: 15px;
	  margin-top: 15px;
    }

    .sIFR-active h2 {
      display: block;
	  padding: 0;
	  margin: 0;
    }

    .sIFR-active h3 {
    }

    .sIFR-active h4 {
      font-size: 21px;
      font-weight: normal;
    }



@media screen {
  .sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
  }
  
  .sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
  }
  
  .sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
  }
  
  .sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt; 
    padding: 0pt; 
    overflow: auto; 
    letter-spacing: 0px; 
    float: none;
  }
}

@media print {
  .sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
  }
  
  .sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }
}

/*
Place CSS rules for to-be-replaced elements here. Prefix by .sIFR-active
so they only apply if sIFR is active. Make sure to limit the CSS to the screen
media type, in order not to have the printed text come out weird.
*/
@media screen {
  /* Example:
  .sIFR-active h1 {
    font-family: Verdana;
    visibility: hidden;
  }
  */
}

/*
IE 6.0 Hacks
*/

* html #mainContent { 
   margin-top: 5px;
}

* html  #sidebar1 {
   padding:28px 15px 20px 5px;
}

* html #illustration {
   background: #ac151c url(images/bg_contentTop.gif) 0 0 no-repeat;
   margin-top: -5px;
margin-bottom: -5px;
}

* html #nav{
margin-bottom: 40px;
}