* {
  margin: 0;
  padding: 0;
}

body {
  background-image: url("/res/matkailu/background.jpg");
  background-repeat: repeat-x;
  font-family: arial;
  margin-bottom: 50px;
}

.frame {
  margin: 32px auto 30px auto;
  width: 1000px;
}

  .header {
    background-image: url("/res/matkailu/kangasala_matkailu_header_n.jpg");
    height: 180px;
    position: relative;
  }
  
  	.headerImage {
		padding-top: 12px;
		margin-left: 373px;
	}
	
		.headerImage .divThemeImage {
			width: 618px;
			height: 141px;
			overflow: hidden;
		}
  
    .flags {
      bottom: 36px;
      position: absolute;
      right: 20px;
    }

      .flags img {
        display: block;
        float: left;
        padding: 0 2px;
      }

    .menu {
      color: white;
      font-size: 11px;
      font-weight: bold;
      line-height: 12px;
      padding-top: 9px;
      text-align: center;
    }

      .menu a {
        color: white;
        text-decoration: none;
        padding: 5px;
      }
	  
	  	.menu a.topnavilink-chosen {
			background: #fc9406;
		}
  
  .page {
    background-image: url("/res/matkailu/shadow_page.jpg");
    background-repeat: repeat-y;
    overflow: hidden;
    padding: 30px 40px;
    width: 920px;
  }

    .sidebar {
      background-color: #f0e6d9;
      background-image: url("/res/matkailu/sidebar_corner.jpg");
      background-position: 100% 100%;
      background-repeat: no-repeat;
      float: left;
      font-size: 12px;
      margin-right: 30px;
      padding: 20px;
      width: 180px;
    }
	
	body.lang .sidebar {
		background: none;
	}

      .sidebar .topic {
        background-image: url("/res/matkailu/green_box.jpg");
        background-position: 0 2px;
        background-repeat: no-repeat;
        color: #336600;
        font-weight: bold;
        margin-bottom: 5px;
        padding-left: 15px;
      }

      .sidebar a {
        color: black;
        display: block;
        margin-bottom: 5px;
        margin-left: 15px;
        text-decoration: none;
      }
	  
		  .sidebar a.selected {
		  	text-decoration: underline;
		  }

    .content {
      float: left;
      font-size: 12px;
      line-height: 16px;
    }

    .photos {
      float: left;
      margin-left: 30px;
	  font-size: 12px;
      width: 250px;
    }

  .footer {
    background-image: url("/res/matkailu/shadow_footer.jpg");
    background-repeat: no-repeat;
    color: #c0b6a9;
    font-size: 11px;
    padding-top: 40px;
    padding-right: 30px;
    text-align: right;
    width: 970px;
  }

    .footer a {
      color: #c0b6a9;
      text-decoration: none;
    }

h1 {
	font-size: 17px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 17px;
}
		
h2 {
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 17px;
}
				
img {
  border: 0;
}

div.hiddenmenu {
  background: red;
  width: 982px;
  padding: 5px 0;
  margin: 7px auto 0 auto;
}

a.homelink {
	width: 364px;
	height: 141px;
	display: block;
	position: absolute;
	margin: 12px 0 0 9px;
}

	a.homelink strong {
		display: none;
	}
