* { margin: 0; padding: 0; color: black; }

body {
text-align: center;
}

html { 
	background-color: #37342D;
	background-image: none;
	color: black;
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

fieldset.kuva{
	border: none; 
}

fieldset.laatikko{
	font-size: 1em;
	background-color: #EDEAE6; 
	border: 1px solid #505049; 
	margin: 0 0 40px 0;
	padding: 0px 10px 10px 10px;
	text-align: left;
	float: right;
	width: 35%;
}	


h1, h2, h3, h4 {
	margin-bottom: 12px;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	line-height: 20px;
	color: #FF9602;
}

b.info
{
color: #FF9602;
font-weight: bold;
}


h2 {
	margin-bottom: 10px;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	line-height: 20px;
	color: #FF9602;
}


h6 {
	margin-bottom: 8px;
	font-family: verdana, sans-serif;
	font-weight: normal;
	font-size: 10px;
	line-height: 14px;
}

h5 {
	margin-bottom: 4px;
	font-family: verdana, sans-serif;
	font-weight: bold;
	font-size: 10px;
	line-height: 14px;
}

em {
	font-style: italic;
}

strong {
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

p {
	margin-bottom: 12px;
	text-align: left;
}


file{
background: url(kuvat/file.gif) right center no-repeat;
	padding-right: 20px;
	margin-bottom: 4px;
	text-align: left;

}


span.lista li{
	background: url(kuvat/bullet.gif) no-repeat scroll 0px 4px;
	padding-left: 15px;
	margin-bottom: 4px;
	text-align: left;
}

span.lista ul{
text-align: left;
}

a, a:link{
	color: #DE8B16;
	text-decoration: none;
	border-bottom: 1px solid #DE8B16;
}

 a:visited {
 color: #724A13;
	text-decoration: none;
	border-bottom: 1px solid #724A13;
 }



a:hover {
	color: black;
	text-decoration: none;
	border-bottom: 1px solid #513207;

}


label, input, textarea {
	font-family: verdana, sans-serif;
	font-weight: normal;
	font-size: 10px;
	line-height: 14px;
}

label {
	display: block;
	width: 290px;
	margin-bottom: 2px;
}

input, textarea {
	padding: 3px;
	border: 1px solid black;
}

input {
	width: 282px;
}

textarea {
	width: 582px;
	height: 200px;
}

button { 
	float: right;
	width: auto;
	overflow: visible;
	padding: 3px 15px 4px 15px;
	background-color: black;
	color: white;
	border: none;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

button:hover {
	background-color: #fdca00;
	color: black;
}

#container {


}
#header {

}

#signature {
	width: 205px;
	height: 120px;
	background-image: url(img/logo.gif);
	background-repeat: no-repeat;
}

#content {
	
	padding-bottom: 40px;
	padding-left: 3em;
	padding-right: 3em;

	
}
.lista ul{
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}


.lista li {
	background: url(kuvat/bullet.gif) no-repeat scroll 0px 4px;
	padding-left: 15px;
	margin-bottom: 4px;
	list-style-type: none;
}



p.lista
{
	margin: 0;
	padding: 0;

}



div#menu
{


}

#scontent p {
	margin-bottom: 12px;
	font-family: verdana, sans-serif;
	font-weight: normal;
	font-size: 10px;
	line-height: 18px;
}

#content img {
	margin-bottom: 24px;
}

#menu ul {

	width: 100%;
	float: left;
	background-color: black;
	color: white;

}

#menu ul li {
	display: inline;
}

#menu ul li a {
	padding: 4px 15px 4px 15px;

	float: left;
	color: white;
	text-decoration: none;
	border-bottom: none;

}

#menu ul li a:hover {
	background-color: #FF9602;
	padding: 4px 15px 4px 15px;

	color: black;
	text-decoration: none;
	border-bottom: none;
}

#menu ul li#activeitem {
	padding: 4px 15px 4px 15px;

	float: left;
	background-color: #FF9602;
	color: black;
	text-decoration: none;
}



