
html {
	margin: 0px;
	padding: 0px;
}


body {
	margin: 0px;
	padding: 0px;
	color: #000;
	font: .75em Tahoma, Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-align: left;
	/*background: #fff url(bg/bg.jpg) repeat-x top;*/
}

#shadow {
	margin: 0 auto;
	padding: 0px;
	width: 1000px;
	height: 700px;
	overflow: visible;
	background: #fff url(bg/banner.jpg) no-repeat left top;
}

html>body #shadow {
	height: auto;
	min-height: 700px;
	overflow: hidden;
}

#wrapper {
	margin: 0 auto;
	padding: 0px;
	width: 920px;
	height: 700px;
	overflow: visible;
}

html>body #wrapper {
	height: auto;
	min-height: 700px;
	overflow: hidden;
}

#home {
	width: 300px;
	height: 120px;
	float: left;
}

#home a {
	width: 100%;
	height: 100%;
	display: block;
}

/* nav-top */

#nav-top {
	margin: 135px auto 0px auto;
	padding: 0px 0px 0px 20px;
	width: 900px;
	height: 34px;
	text-align: left;
	background: url(bg/nav.jpg) no-repeat left top;
	border-bottom: 1px solid #fff;
	position: relative;
	left: -1px;
	overflow: hidden;
}

#nav-top ul {
	margin: 0;
	padding: 0;
}

#nav-top ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	text-align: center;
	background: none;
}

#nav-top ul li.open {
	background: url(bg/nav_open_right.jpg) no-repeat right top;
}

#nav-top ul li a {
	margin: 0px 0px 0px 0px;
	padding: 12px 10px 10px 10px;
	text-decoration: none;
	display: block;
	font-weight: normal;
	background: url(bg/nav_border.jpg) no-repeat right bottom;
	font: normal 11px Tahoma, sans-serif;
	color: #fff;
}

#nav-top ul li a.open {
	text-decoration: none;
	background: url(bg/nav_open_left.jpg) no-repeat left top;
	color: #000;
	text-decoration: none;
}

#nav-top ul li a:hover {
	text-decoration: none;
	text-decoration: underline;
}

#search {
	width: 240px;
	float: right;
	padding: 3px 10px 0px 0px;
}

#search form {
	margin: 0px;
	padding: 0px;
}

#searchstring {
	border: 1px solid #000;
	height: 18px;
	padding: 2px 0px 0px 2px;
	width: 180px;
	font-size: 13px;
	position: relative;
	top: -8px;
}

#content {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 918px;
	height: 523px;
	overflow: visible;
	background-color: #fff;
	border: 1px solid #dbdbdb;
	border-top: none;
	display: block;
}

html>body #content {
	height: auto;
	min-height: 523px;
	overflow: hidden;
}

#bottom_border {
	margin: 0px;
	padding: 0px;
	height: 1px;
	overflow: hidden;
	border-bottom: 4px solid #d7d7d7;
}

/* nav-right */

#nav-right {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 260px;
	float: right;
}

#nav-right .column1 {
	margin: 10px 0px 10px 0px;
	padding: 0px 10px 0px 0px;
	overflow: hidden;
	width: 240px;
}

/*Valikon linkit, listat jne.*/
#nav-right ul {
	margin: 40px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	width: 250px;
	display: block;
	background: transparent url(bg/dotted.jpg) repeat-x top;
	overflow: hidden;
}

#nav-right ul li {
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 25px;
	list-style-type: none;
	background: transparent url(bg/dotted.jpg) repeat-x bottom;
}

#nav-right ul li.open {
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 25px;
	list-style-type: none;
	background: #dbdbdb url(bg/dotted.jpg) repeat-x bottom;
}

#nav-right ul li a {
	display: block;
	padding: 5px 0px 5px 25px;
	margin: 0px 0px 0px 0px;
	position: relative;
	left: -25px;
	width: 225px;
	text-decoration: none;
	color: #000;
	font: normal 11px Tahoma, Arial, Verdana, Geneva, Helvetica, sans-serif;
	background: transparent url(bg/bullet.jpg) no-repeat 5px center;
}

#nav-right ul li a.open {
	background: transparent url(bg/bullet.jpg) no-repeat 5px center;
}

#nav-right ul li a:hover {
	text-decoration: underline;
}

/*Alivalikon listat, linkit jne.*/

#nav-right ul li ul {
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	border:0px;
	background: none;
	width: 250px;
}        

#nav-right ul li ul li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: none;
}

#nav-right ul li ul li a {
	padding: 2px 0px 2px 25px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	color: #000;
	display: block;
	border: 0px;
	background: none;
}       

#nav-right ul li ul li a.open {
	color: #000;
	font-weight: normal;
	text-decoration: underline;
	background: none;
}

#nav-right ul li ul li a:hover {
	color: #000;
	font-weight: normal;
	text-decoration: underline;
}

/* etusivun flash */

#flash {
	width: 631px;
	height: 264px;
}

/* main */

#main {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 631px;
	height: 200px;
	clear: left;
	float: left;
	overflow: visible;
}

html>body #main {
	height: auto;
	min-height: 200px;
	overflow: hidden;
}


#main .text {
	margin: 10px 0px 10px 10px;
	padding: 0px 0px 10px 0px;
	width: 620px;
	height: auto;
	overflow: hidden;
}

table.box {

}

td.boxTop {
	height: 33px;
	background: url(bg/boxTop.jpg) repeat-x;
	padding-left: 10px;
	color: #fff;
}

td.boxContent {
	background: url(bg/boxContent.jpg) repeat-x top;
	padding: 10px;
	color: #000;
}

/*Peruselementit*/
select {
	width: 200px;
	font: 12px/14px Tahoma, Arial, Verdana, Helvetica, sans-serif;
}
	
a {
	color: #0054ff;
	text-decoration: underline;
}

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

h1 {
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 1px 0px;
	background-color: transparent;
	color: #ff5900;
	font: bold 1.5em Arial, Verdana, Geneva, Helvetica, sans-serif;
	background: transparent url(bg/dotted.jpg) repeat-x bottom;
}

h2 {
	margin: 0px 0px 5px 0px;
	padding: 10px 0px 1px 0px;
	background-color: transparent;
	color: #ff5900;
	font: bold 1.2em Arial, Verdana, Geneva, Helvetica, sans-serif;
	background: transparent url(bg/dotted.jpg) repeat-x bottom;
}

h3 {
	margin: 0px 0px 5px 0px;
	padding: 10px 0px 1px 0px;
	background-color: transparent;
	color: #ff5900;
	font: bold 1em Arial, Verdana, Geneva, Helvetica, sans-serif;
	background: transparent url(bg/dotted.jpg) repeat-x bottom;
}

hr {
	margin: 0px;
	padding: 0px;
	color: #dbdbdb;
	background-color: #dbdbdb;
	height: 1px;
	border: 0;
}

p {
	padding: 2px 0px 2px 0px;
	margin: 3px 0px 3px 0px;
}

img {
}

table {
	
}

td {
	margin:0px;
	padding:0px;
}

ol
{
  padding-top: 0px;
  margin-top: 0px;
}

ol li {
	list-style-type: decimal;
}

ul {
	padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 40px;
}

li {
	list-style-type: disc;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}



/*
Lomakkeet ja niihin kuuluvat elementit
Ihan kaikki sellaiset
Tarkoitus on vain helpottaa niiden tyylittämistä
*/

#cID, #passwd {
	width: auto;
}

.submit {
	border: 0px;
	padding: 0px;
	margin: 0px;
	background-color: transparent;
	font: bold 11px/15px Arial, Verdana, Helvetica, sans-serif;
	width: auto;
	color: #44669D;
}

.submit:focus {
	border: 0px;
	padding: 0px !important;
	background-color: transparent;
}

#submit2 {
}

#search2 {
	width: 75px;
}

form {
}

#form-simple {
	padding: 5px 20px 5px 20px;
}

input, textarea {
	color: #000000;
	font: 12px/14px Arial, Verdana, Geneva, Helvetica, sans-serif;
}

input:focus, textarea:focus {
	color: #000000;
}

fieldset {
	text-align: left;
	border: 0px;
	margin: 0px;
	padding: 4px 0px 4px 0px;
}

legend {
	font-weight: bold;
	color: #000000;
}

#news_box {
	width: 158px;
	padding: 20px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	float: left;
	border: 0px solid;
}

#news_box a {
	color: #FFFFFF;
}

#property_box {
	width: 190px;
	height: 400px;
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 0px 0px;
	overflow: visible;
}

html>body #property_box {
	height: auto;
	min-height: 400px;
	overflow: hidden;
}

#property_box a {
	color: #236EAA;
}

li.list a {
	background: url("bullet.gif") no-repeat;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	color: #636B70;
	font: 12px/12px Arial, Verdana, Helvetica, sans-serif;
}

li.list a:hover, li.list a.open {
	background: url("bullet_hover.gif") no-repeat;
	color: #F7D417;
}


#footer {
	margin: 0 auto;
	width: 1000px;
	height: 1px;
}

#copy {
	width: 1000px;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 15px 0px 20px 0px;
	font: .9em Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: #000;
}

.sppopmaksu {
        border: 0px;
        background: url("bg/sppopmaksu.gif") no-repeat;
        width: 50px;
        height: 50px;
		cursor: pointer;
		margin: 0px 2px;
}

.sampomaksu {
	border: 0px;
	background: url("https://www.sampopankki.fi/verkkopalvelu/logo.gif") no-repeat;
	width: 79px;
	height: 50px;
	cursor: pointer;
	margin: 0px 2px;
}

.nordeamaksu {
	border: 0px;
	background: url("bg/nordea_button_50x50px.gif") no-repeat;
	width: 50px;
	height: 50px;
	cursor: pointer;
	margin: 0px 2px;
}

.okomaksu {
	border: 0px;
	background: url("bg/op.gif") no-repeat;
	width: 50px;
	height: 50px;
	cursor: pointer;
	margin: 0px 2px;
}

.tapiolamaksu {
	border: 0px;
	background: url("bg/tapiolamaksu.gif") no-repeat;
	width: 60px;
	height: 60px;
	cursor: pointer;
	margin: 0px 2px;
}

.alandsmaksu {
	border: 0px;
	background: url("bg/alandsmaksu.gif") no-repeat;
	width: 58px;
	height: 54px;
	cursor: pointer;
	margin: 0px 2px;
}


.handelsmaksu {
	border: 0px;
	background: url("bg/handelsmaksu.jpg") no-repeat;
	width: 122px;
	height: 20px;
	cursor: pointer;
	margin: 0px 2px;
}

/* really */

#really {
	padding: 5px 0px 0px 0px;
}

#really a {
	color: #909090;
	padding: 2px 5px;
	font-weight: bold;
	text-decoration: none;
}

#really a:hover {
	background-color: #000;
	color: #8fd71e;
	text-decoration: none;
}

