@charset "ISO-8859-1";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: url(/images/bg.jpg) repeat-x #f5f5f1;
}

#wrapper {
	width: 860px;
	margin: 15px auto 0 auto;
	background: #fff;
	border: 4px solid #fff;
}

table {
	border-collapse: collapse; }

td {
	margin: 0;
	padding: 0; }

/* header */

#header {
	display: inline;
}

/* navigation */

#navigation { 
	width: 200px;
	float: left;
} 
#navigation ul { 
	list-style: none; 
	margin: 0; 
	padding: 0; 
} 
#navigation li { 
	border-bottom: 1px solid #fff; 
} 
#navigation li a:link, #navigation li a:visited  { 
	font-size: 12px;
	font-weight: bold;
	display: block; 
	padding: 0.4em 0 0.4em 1em; 
	background-color: #888; 
	color: #fff; 
	text-decoration: none; 
}
#navigation li a:hover { 
	background-color: #555;
	color: #FFFFFF; 
}

#navigation ul.subnavi li { 
	border-bottom: 1px solid #fff; 
} 
#navigation ul.subnavi li a:link, #navigation ul.subnavi li a:visited  { 
	font-size: 12px;
	font-weight: normal;
	display: block; 
	padding: 0.4em 0 0.4em 1em; 
	background-color: #d5d5d5; 
	color: #666; 
	text-decoration: none; 
}
#navigation ul.subnavi li a:hover { 
	background-color: #c5c5c5;
	color: #666; 
}

#navigation_footer {
	padding: 0;
	width: 200px;
	text-align: center;
}

/* content */

#content {
	width: 600px;
	padding: 25px 30px;
	float: right;
}

#content_wrapper {
	clear: both;
}

/* forms */

#content table#lomake td#tieto {
	width: 120px; }
	
#nimi, #puhelinnumero, #email {
	width: 150px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #999999;
	background: #f3f3f3;
	color: #333333;
	padding: 2px;
	margin-bottom: 4px; }

#viesti {
	width: 250px;
	height: 60px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #999999;
	background: #f3f3f3;
	color: #333333;
	padding: 2px;
	margin-top: 2px; }

#submit-button {
	width: 100px;
	border: 1px solid #999999;
	color: #333333;
	background: #f3f3f3;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold; }

/* footer */

#footer {
	width: 860px;
	margin: 5px auto 15px auto;
	color: #666;
	font-size: 11px;
	text-align: center;
}

#footer a {
	text-decoration: none;
	color: #666;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: underline;
}