body {
	background: url(kuvat/tausta.png) no-repeat;
	background-size: cover;
  	background-attachment: fixed;
	padding:0;
	margin:0;
	color:#484848;
	font-size:12px;
	font-family:Tahoma;
	line-height:18px;
	font-style:normal;
	text-align:justify;
}

#ulk1 {
	margin:0 auto;
	padding:0;
	width:840px;
}

.ulk2 {
	margin:0 auto;
	padding:0;
	width:800px;
	border-right:1px dotted #dcdcdc;
	border-left:1px dotted #dcdcdc;
	background:#e5eddd;
}

#palkki {
	margin:0;
	padding:0;
	width:100%;
	background:#ced4bc;
}

#linkit {
	overflow: hidden;
	margin:0 auto;
	padding:0;
	width:800px;
	background:#ced4bc;
	font-size:16px;
	font-family:Garamond;
	line-height:36px;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	overflow:hidden;
}

#linkit ul {
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
}

#linkit ul li {
	display:block;
	margin:0;
	padding:0;
	float:left;
	width:200px;
}

#linkit ul li a {
	display:block;
	margin:0;
	padding:0;
	text-decoration:none;
	color:#7b806c;
	-moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
}

#linkit ul li a:hover {
	text-decoration:none;
	margin:0;
	color:#fff;
	background:#9ca384;
	-moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  display:block;
  padding: 0;
  text-decoration:none;
  color:#7b806c;
  display:block;
  float:left;
  width:200px;
  background:#ced4bc;
	font-size:16px;
	font-family:Garamond;
	line-height:36px;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	border: none;
  -moz-transition: all .1s ease-in-out;
  -webkit-transition: all .1s ease-in-out;
}

.dropdown-content {
  display: none;
  font-size: 14px;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 200px;
  z-index: 1;
  margin-top: 36px;
}

.dropdown-content a {
  float: none;
  color: #999e88 !important;
  padding: 2px 12px;
  text-decoration: none !important;
  display: block;
  text-align: center;
}

.dropdown-content a:hover {
  background-color: #dee3cc;
  text-decoration: none;
}

.dropdown:hover .dropdown-content {
  display: block;
}

#otsikko {
	margin:0;
	padding:0;
	background:url(kuvat/otsikko.png) no-repeat;
	height:300px;
	padding:0;
	margin:0;
}

#otsteksti {
	font-size:80px;
	font-family:Garamond;
	font-style:italic;
	color:#fff;
	padding-top: 60px;
	margin-left: 50px;
	text-shadow: 2px 2px 8px #4f5440;
}

#teksti {
	margin:0;
	padding:20px 30px;
	border-bottom:1px dotted #dcdcdc;
}

#copyt {
	margin:20px auto 0 auto;
	padding:0;
	width:895px;
	text-align:center;
	color:#f1f2eb;
}

#copyt a {
	color:#f1f2eb;
	text-decoration:none;
}

#copyt a:hover {
	color:#f1f2eb;
	text-decoration:underline;
}

h1 {
	text-indent:15px;
	margin:10px 0 10px 0;
	color:#7b806c;
	font-family:Garamond;
	font-size:20px;
	text-align:left;
}

h2 {
	text-indent:15px;
	margin:20px 0 10px 0;
	color:#7b806c;
	font-family:Garamond;
	font-size:17px;
	text-align:left;
}

h3 {
	margin:20px 0 5px 0;
	color:#7b806c;
	font-family:Garamond;
	font-size:15px;
	text-align:left;
}

b, strong {
	color: #646956;
}

a:link, a:visited,a :active {
	color:#646956;
	text-decoration:underline;
  -moz-transition: all .1s ease-in-out;
  -webkit-transition: all .1s ease-in-out;
}

a:hover {
	color:#8b9179;
	text-decoration:none;
  -moz-transition: all .1s ease-in-out;
  -webkit-transition: all .1s ease-in-out;
}

hr {
  border: 1px #acb591 solid;
}