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

body {
	margin: 0px;
	padding: 0px;
	color: #293b3c;
	background-color: #fff;
	font: .75em Arial, sans-serif;
}

#wrapper {
	margin: 0 auto;
	width: 1000px;
	height: 700px;
	overflow: visible;
	overflow-x: hidden;
}

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

#top {
	height: 70px;
	position: relative;
}

#langs {
	width: 350px;
	height: 33px;
	line-height: 33px;
	position: absolute;
	top: 0px;
	right: 20px;
	text-align: center;
}

#langs a {
	margin: 0px 5px;
	padding: 0px 0px 0px 20px;
	color: #fff;
	font-size: 11px;
}

#langs a.fi {
	background: url(bg/fi.jpg) no-repeat left center;
}

#langs a.en {
	background: url(bg/en.jpg) no-repeat left center;
}

#langs a.se {
	background: url(bg/se.jpg) no-repeat left center;
}

#langs a.ru {
	background: url(bg/ru.jpg) no-repeat left center;
}

/* navTop */

#navTop {
	height: 33px;
	padding: 0px 0px 0px 20px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	overflow: hidden;
}

/* Valikko */

#navTop ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#navTop ul li {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	list-style-type: none;
	float: left;
	text-align: center;
	position: relative;
}

#navTop ul li.open {
	
}

#navTop ul li a {
	margin: 0px 0px 0px 0px;
	padding: 9px 10px 9px 25px;
	text-decoration: none;
	font-size: 12px;
	display: block;
	position: relative;
	left: -15px;
	color: #fff;
}

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

#navTop ul li a.open {
	text-decoration: none;
}




#flash {
	width: 1000px;
	height: 240px;
	overflow: hidden;
	background: transparent;
}



/* nav */

#nav {
	height: 30px;
	padding: 0px 0px 0px 20px;
	overflow: hidden;
}

#nav ul {
	margin: 0px;
	padding: 0px;
}

#nav ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
}

#nav ul li a {
	margin: 0px 0px 0px 0px;
	line-height: 30px;
	font-size: 12px;
	padding: 0px 20px;
	text-decoration: none;
	display: block;
	color: #fff;
}

#nav ul li a.open {
	text-decoration: underline;
}

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




/* content */

#content {
	width: 1000px;
	padding: 0px 0px 20px 0px;
	background-color: #fff;
	height: 300px;
	overflow: visible;
}

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


/* column1 */

#column1 {
	width: 279px;
	float: left;
	height: 200px;
	overflow: visible;
	overflow-x: hidden; /* ie6 fix */
}

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


/* search */

#search {
	width: 279px;
	height: 44px;
	background: url(bg/search.gif) no-repeat left top;
	position: relative;
}

#search input#searchstring {
	width: 150px;
	height: 14px;
	border: 1px solid #c4c4c4;
	font-size: 11px;
	padding: 2px;
	position: absolute;
	top: 12px;
	left: 55px;
}

#search input.searchButton {
	width: 45px;
	height: 20px;
	padding: 0px 0px 2px 0px;
	font: 11px/20px Arial, sans-serif;
	border: 0;
	background: url(bg/searchButton.gif) no-repeat left bottom;
	cursor: pointer;
	color: #545454;
	text-align: center;
	position: absolute;
	top: 12px;
	right: 12px;
}



/* navSub */

#navSub {
	padding: 20px 15px 0px 15px;
}

#navSub ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#navSub ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}

#navSub ul li a {
	margin: 2px 0px 2px 0px;
	padding: 0px 0px 0px 30px;
	display: block;
	height: 28px;
	line-height: 28px;
	color: #000;
    font-size: 12px;
    text-decoration: none;
    overflow: hidden;
}

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

#navSub ul li a.open {
	color: #fff
}

#navSub ul li a.open:hover {
	text-decoration: none;
}

/* Ala-alavalikko */

#navSub ul li ul {
	margin: 0;
	padding: 2px 0px 3px 15px;
}

#navSub ul li ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}

#navSub ul li ul li a {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 30px;
	color: #000;
	height: 20px;
	line-height: 20px;
}

#navSub ul li ul li a.open {
	text-decoration: underline;
	color: #000;
}

#navSub ul li ul li a:hover {
	
}

.column1Text {
	padding: 20px 15px 0px 15px;
}


/* Main */

#main {
	float: left;
	width: 470px;
	padding: 20px 0px 0px 20px;
	height: 300px;
	overflow: visible;
	overflow-x: hidden; /* ie6 fix */
}

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



/* column2 */

#column2 {
	width: 205px;
	float: right;
	padding: 20px 10px 0px 0px;
	height: 200px;
	overflow: visible;
	overflow-x: hidden; /* ie6 fix */
}

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






/*Peruselementit*/


a {
	outline: none;
	color: #004a9c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	padding: 5px 0px 5px 0px;
	margin: 0px;
	color: #777;
	font-size: 1.3em;
}

h2 {
	padding: 5px 0px 5px 0px;
	margin: 0px;
	color: #777;
	font-size: 1.1em;
}

h3 {
	padding: 5px 0px 5px 0px;
	margin: 0px;
	color: #777;
	font-size: 1em;
}

hr {
	color: #e1e1e1;
	background-color: #e1e1e1;
	height: 1px;
	border: 0;
	clear: both;
}

p {
	padding: 5px 0px 5px 0px;
	margin: 0px;
}

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


#footer {
	width: 1000px;
	clear: both;
	padding: 10px 0px 20px 0px;
	text-align: center;
	overflow: hidden;
}

#footer table {
	border-collapse: collapse;
}
#footer table.basic {
	width: 920px;
	margin: 0 auto;
}
#footer table td.left {
	text-align: left;
	width: 90px;
}
#footer table td.leftText {
	text-align: left;
}
#footer table td.leftText A {
	color: #505050;
	font-size: 18px;
}
#footer table td.right {
	text-align: right;
}

#footer table td.side {
	vertical-align: top;
	width: 300px;
}

#footer table td.center {
	width: 400px;
}

/* really */

#really {
	padding: 10px 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;
}


/* news */

.newsbox {
	clear: both;
}

.newsDate {
	font-size: .9em;
	color: #7a7a7a;
}

/* search results */

#searchResults h1 {
	margin-bottom: 5px;
}

#searchResults p {
	margin: 0;
	padding: 3px 0;
}

#searchResults th {
	margin: 0;
	padding: 3px 30px 3px 0;
	text-align: left;
}

#searchResults td {
	margin: 0;
	padding: 3px 30px 3px 0;
}

#cust td {
    padding: 10px 15px 10px 15px;
}

#cust .td1 {
    background: none;
}

#cust .td2 {
    background: #F1F1F1;
}

#cust h1 {
	/* padding: 5px 0px 5px 20px; */
	padding-top: 20px;
	padding-bottom: 10px;
	padding-right: 10px;
	 
	color: #000;
	font-size: 1.1em;
	background: none;
}

#virtuaaliesittely {
	clear: both;
	margin-top: 10px;
	width: 178px;
	height: 370px;
	padding: 45px 0px 0px 25px;
}

.vp_fi {
	background: url(bg/virtuaaliesittely_fi.jpg) no-repeat left top;
}

.vp_en {
	background: url(bg/virtuaaliesittely_en.jpg) no-repeat left top;
}

.vp_se {
	background: url(bg/virtuaaliesittely_se.jpg) no-repeat left top;
}

#virtuaaliesittely a.option {
	display: block;
    padding: 5px 5px 5px 22px;
    background: url(bg/dotWhite.jpg) no-repeat left center;
	color: #000;
}

.hidden {
	display: none;
}

.newsUpContainer {
	width: 230px;
	margin: 15px auto 0 auto;
}

.newsUpContainer .newsUpHeader {
	padding: 5px 20px;
	font-size: 19px;
}
.newsUpContainer .newsUpHeader A {
	color: #fff;
}
.newsUpLinks {
	padding: 10px 20px;
}
.newsUpContainer .newsLink {
	display: block;
	padding: 8px 10px 8px 20px;
	color: #000;
}

#top,
#flash,
#nav,
#column1,
#column2
{
	display: none;
}

#footer table td.side {
	width: auto;
}

#footer table td.center {
	width: auto;
	padding: 0px 10px;
}
