/** {
	padding: 0;
	margin: 0;
	font-family: Arial, sans-serif;
}
*/


body {
	font-size: 12px;
	behavior: url("css/csshover3.htc");
	background-color:#CCCCFF;
	height: 100%;
	text-align: center;
}

p {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: normal;
}

ul {
list-style: none;
width: 125px;
padding: 0;
margin: 0;
font-family: Arial, sans-serif;

}



ul a {
color: #FFFFFF;
text-decoration: none;
display: block;
padding: 5px 5px 5px 10px;
width: 125px;
background: #333366;
}

ul a:hover {
color: #4BD8FF;
text-decoration: none;
background: #666699;
}

ul li {
border-bottom: 1px solid #FFFFFF;
float: left;
position: relative;
}

ul li ul {
list-style: none;
position: absolute;
left: 140px;
top: 0;
display: none;
width: 125px;
border-left: 1px solid #FFFFFF;
}

ul li:hover ul { display: block; 
}

hr {
	color: #CCCCCC;
	width: 680; 
	align: center;
}
a {
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	color: #0000CC;
	text-decoration: underline;
}


.kuva_vas {
	float: left;
	height: auto;
	width: auto;
	padding: 10px;
}

.kuva_oik {
	float: right;
	height: auto;
	width: auto;
	padding: 10px;
}

.otsikko1 {
	font-size: 14px;
	font-weight: bold;
	color: #663366;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.otsikko2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666699;
	font-style: italic;
}

.otsikko3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

#wrapper {
	width: 860px;
	text-align: left;
	background-color:#FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666699;
	border-left-color: #666699;
	height: auto;
	margin: auto;
	position: relative;
	padding: 0px;
	border-bottom-width: 5px;
	border-bottom-style: double;
	border-bottom-color: #9C9CBC;
	border-top-width: 5px;
	border-top-style: double;
	border-top-color: #9C9CBC;
} 

#top {
	width: 860px;
	text-align: center;
	height: 270px;
	position: relative;
	top: 0px;
	left: 0px;
	clear: both;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../img/top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
} 

#toptext {
	position: relative;
	top: 215px;

}

#menu {
	width: 140px;
	text-align: left;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1;
	background-color: #FFFFFF;
	float: left;
} 

#content {
	width: 680px;
	text-align: left;
	float: left;
	position: relative;
	background-color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
	left: 0px;
	top: 0px;
	height: auto;
	padding-top: 0px;
} 

#bottom {
	clear: both;
	background-color: #FFFFFF;
	height: 20px;
	width: 860px;
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	border-bottom-width: 5px;
	border-bottom-style: double;
	border-bottom-color: #666699;
}

#wrapper #content li {
	list-style-type: disc;
	width: auto;
}

