@charset "utf-8";
/* CSS Document */


* {
	margin: 0 px;
	padding: 0 px;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background-color: #83bad9;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}



a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 20px;
}
h2 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 14px;
}

#page {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1024px;
	vertical-align: top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
#header {
	height: 129px;
	width: 1024px;
	background-image: url(images/header.jpg);
}

#linkbar_left {
	height: 37px;
	width: 287px;
	border: 0px;
	background-image: url(images/linkbar_left.jpg);
}
#linkbar_right {
	height: 37px;
	width: 737px;
	background-image: url(images/linkbar_right.jpg);
}
.linkbar {

}

.linkbar a {
	font-weight: bold;
	color: #000;
	font-size: 13px;
}

.linkbar img {
	padding-top: 5px;
}

.linkbar form {
	height: 37px;
}

#main {
	height: 600px;
	width: 737px;
	background-color: #f8f8f8;
	vertical-align: top;
}
#title {
	padding-top: 5px;
	padding-left: 15px; 
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
}
#content {
	width: 737px;
}
#title {
	background-image: url(images/title_bg.jpg);
	height: 43px;
	width: 722px;
	padding-top: 5px;
	padding-left: 15px;
}
#text {
	font-size: 12px;
	width: 707px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#menu {
	height: 600px;
	width: 287px;
	background-color: #5b95c7;
	overflow:auto;
	color: black;
}
#footer {
	height: 41px;
	width: 1024px;
	background-image: url(images/footer.jpg);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

input {
}

input.lomake {
	width: 300px;
	border: 1px solid #CCC;
	margin: 4px 0px 4px 0px;
	font-family: Geneva, sans-serif;
}

input.hae {
	width: 130px;
	height: 18px;
	border: 1px solid #000;
	font-family: Geneva, sans-serif;
}

input.hae_button {
	width: 46px;
	border: 0px;
}

input.tallenna {
	border: 0px;
}

textarea {
	width: 300px;
	border: 1px solid #CCC;
	margin: 4px 0px 4px 0px;
	font-size: 12px;
}

.yrityslistaOff {
	font-size: 12px;
	height: 25px;
	width: 297px;
	color: black;
	padding-left: 20px;
	background-color: #c5daeb;
}

.yrityslistaOff a {
	text-decoration: none;
	color: black;
}

.yrityslistaOn {
	font-size: 12px;
	height: 25px;
	color: black;
	padding-left: 20px;
	background-color: #87b2d6;
}

.yrityslistaOn a {
	font-weight: bold;
	text-decoration:none;
}


.toimialaOn {
	font-size: 12px;
	height: 25px;
	color: black;
	padding-left: 20px;
	background-color: #5b95c7;
}

.toimialaOff {
	font-size: 12px;
	height: 25px;
	color: white;
	padding-left: 20px;
	background-color: #5b95c7;
}

.toimialaOff a {
	color: white;
	text-decoration: none;
}

.toimialaOn a {
	color: black;
}

#map_canvas {
	width: 100%;
	height: 100%;
}

.infowindowTitle {
	font-size: 13px;
	padding-right: 4px;
	overflow-x: hidden;
}

.infowindow {
	font-size: 11px;
	max-width: 310px;
	padding-right: 4px;
	overflow-x: hidden;
}

.infowindow a {
	color: #236496;

}

.infowindow a:visited {
	color: #236496;

}