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

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

#wrapper {
	width: 830px;
	margin: 0 auto;
	background: #fff;
}

/* header */

#language_select {
	padding: 8px 0 6px 0;
	width: 830px;
	height: 20px;
	font-size: 11px;
	color: #999;
	background: url(../images/bg.jpg) repeat-x #464444;
}

#language_select a {
	text-decoration: none;
	color: #999;
}

#language_select a:hover {
	color: #fff;
}

#header {
	clear: both;
}

/* top navigation */

#top_navigation { 
	width: 830px;
	height: 36px;
	background: url(../images/bg.topmenu.gif) repeat-x;
}
#top_navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#top_navigation ul li {
	position: relative;
	display: inline;
	float: left;
}
#top_navigation ul li a {
	display: block;
	width: 116px;
	height: 26px;
	padding: 10px 25px 0 25px;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	color: #fff; 
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
}
#top_navigation li a:hover { 
	background: url(../images/bg.topmenu.hover.gif) repeat-x;
	color: #fff; 
}


/* navigation */

#navigation_header {
	padding: 25px 0 5px 18px;
	font-size: 14px;
	color: #9e8d78;
	font-weight: bold;
}

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

#navigation_footer {
	padding: 15px 0 0 25px;
}

/* content */

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

#content_wrapper {
	clear: both;
}

/* registration */

td {
	line-height: 25px;
}

td.field_name {
	font-weight: bold;
	width: 130px;
}

td.field_name_optional {
	width: 130px;
}

#yritys, #asiakasnumero, #yhteyshenkilo, #katuosoite, #postinumero, #postitoimipaikka, #sposti {
	width: 200px;
	border: 1px solid #999;
	padding: 2px;
}

.pass_input {
	width: 170px;
	border: 1px solid #999;
	padding: 2px;
}

#viesti {
	width: 200px;
	height: 50px;
	padding: 2px;
	margin-top: 2px;
}

#submit_button {
	margin-top: 10px;
	width: 130px;
	border: 1px solid #06C;
	color: #06C;
	background: #f0f0f0;
	font-size: 12px;
}

/* footer */

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

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

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