body {
	margin: 0;
	padding: 0;
	background-image: url("images/header_background.gif");
	background-repeat: repeat-x;
	background-color: #ffffff;
	font-family: verdana, arial;
	font-size: 14px;
	color: #303030;
	line-height: 125%;
}


/* OTSIKOT */

h1{
	margin: 40px 0 40px 0;
	padding: 0;
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 30px;
}

h2{
	margin: 40px 0 20px 0;
	padding: 0;
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 24px;
}

h3{
	margin: 40px 0 0 0;
	margin-bottom: 10px;
	padding: 0;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 16px;
}

/* HR */

hr {
	border: none 0; 
	border-top: 1px solid #0E0E0E;
	border-bottom: 1px solid #282828;
	width: 100%;
	height: 0px;
	margin: 30px 0 30px 0;
	text-align: center;
	}

/* LINKIT */

img{
	border: 0;
}

a {
	color: #303030;
	cursor: pointer;
	cursor: hand;
	text-decoration: underline;
}

a:visited{
	color: #222222;
}

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

/* HEADER */

#header{
	margin: 0 auto;
	width: 940px;
	height: 170px;
	text-align: center;
}

.header_menu{
	margin: 0 23px 0 380px;
	padding: 23px 0 0 0;
	text-align: center;
	font-size: 14px;
}

.header_menu a{
	margin: 0 3px 0 3px;
}

/* FRAME */

#frame{
	margin: 0 auto;
	width: 940px;
}

/* FOOTER */

#footer{
	margin: 40px 0 40px 0;
	text-align: center;
	font-size: 10px;
}

/* LUETTELO */

ul{
	padding-left: 20px;
	font-size: 12px;
}

li{
	margin-bottom: 10px;
}


#save{
	color: #006633;
	text-align: center;
	margin: 20px 0 20px 0;
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 24px;
}

/* SMALL TEXT*/

.smalltext{
	font-size: 10px;
	color: #555555;
}

/* ETUSIVUN LAATIKOT */

.frontpage_box{
	vertical-align: top;
	padding: 10px;
	width: 270px;
	background-color: #e8e7e7;
	border: 5px #f8f8f8 solid;
	font-size: 12px;
}

.from_liity{
	margin: 25px;
}

.form_liity_input{
	display: block;
	margin: 0 0 10px 0;
	width: 400px;
	height: 20px;
	background-color: #ffffff;
	border: 1px #d5d5d5 solid;
}

.form_liity_submit{
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	width: 130px;
	height: 30px;
	background-color: #e8e7e7;
	border: 1px #d5d5d5 solid;
	color: #303030;

}

.form_liity_submit:hover{
	background-color: #b5fd14;
}



/* VALIKKO */

#main-menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}

#main-menu li{
	float: left;
	margin: 0;
}

#main-menu li a{
	border-right: 1px #303030 solid;
	height: 40px;
	line-height: 40px;
	float: left;
	width: 130px;
	display: block;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
}

#main-menu li a:hover{
	background-color: #101010;
	border-top: 1px #b5fd14 solid;
	height: 39px;
	line-height: 39px;
	color: #b5fd14;
	
}

#main-menu{
	height: 40px;
}

/* KÄYTTÄJÄHALLINA */

#userpanel{	
	border-left: 1px #e8e7e7 solid;
	border-right: 1px #e8e7e7 solid;
	border-bottom: 1px #e8e7e7 solid;
	border-top: 5px #b5fd14 solid;
	padding: 30px;
}

#userpanel-menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}

#userpanel-menu li{
	float: left;
	margin: 0 10px 0 0;
}

#userpanel-menu li a{
	background-color: #e8e7e7;
	height: 35px;
	line-height: 35px;
	float: left;
	width: 120px;
	display: block;
	text-decoration: none;
	text-align: center;
	color: #303030;
}

#userpanel-menu li a:hover{
	background-color: #c9c9c9;
	border-top: 1px #b5fd14 solid;
	height: 34px;
	line-height: 34px;
}

#userpanel-menu{
	height: 35px;
}

/* TAULUKKO */

.table_title{
	background-color: #e8e7e7;
	border-bottom: 1px #b5fd14 solid;
	padding: 8px;
	font-weight: bold;
}

.table_column{
	padding: 8px;
	font-size: 12px;
	border-bottom: 1px #f5f5f5 solid;
}

.table_row1{
}

.table_row2{
	background-color: #f5f5f5;
}

.table_row1:hover{
	background-color: #b5fd14;
}

.table_row2:hover{
	background-color: #b5fd14;
}

/* UKK */
.ukk_question{
	display: block;
	margin-top: 10px;
	font-size: 14px;
}

.ukk_answer{
	background-color: #f8f8f8;
	padding: 10px;
}