@charset "UTF-8";
/* CSS Document */

body {
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:medium;
	padding: 0px;
	margin:0px auto;
	border:0px;
	overflow:hidden;
	text-align:center;
}

img {
	border: 0px;
}

h2 {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	border-bottom: 2px dotted black;
	margin-right:35px;
	color:#333333;
}

.italia {
	font-style:italic;
}


#container {
	position: absolute;
	top: 0px;
	width: 900px;
	height: 100%;
	left: 50%;
	margin-left: -450px;
	border: 0px solid black;
	text-align: left;
}


#header
{
	position: absolute;
	top: 30px;
	left: 0px;
	width: 900px;
	height: 77px;

}

#referenssit {
	position: absolute;
	top: 107px;
	left: 750px;
	width: 150px;
	height: 482px;
	background-color: #e0e0e0;

}

#reftext {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 120px;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	border-bottom: 2px dotted black;
}


#logo {
	position: absolute;
	top: 0px;
	left: 0px;
}

#internetpalvelut {
	position: absolute;
	top: 18px;
	left: 212px;
}

#footer {
	position: absolute;
	bottom: 30px;
	left: 0px;
	width: 900px;
	height: 68px;
}

#sulana_contact {
	position: absolute;
	top: 150px;
	left: 400px;
	width: 250px;
	height: auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

input, textarea

{
	color: black;
	background: white;	
	border: 1px solid grey;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 5px;
	width: 250px;
}


input:focus, textarea:focus
{
	background-color: #fff2e6;
}

#nappi {
	color: black;
	background: white;	
	border: 1px solid grey;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-bottom: 3px;
	width: 100px;
}

#sulana_esittely {
	position: absolute;
	top: 150px;
	left: 0px;
	width: 300px;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:200%;
}

#viesti {
	display: block;
	visibility:hidden;
	position:absolute;
	top: 150px;
	left: 220px;
	width: 200px;
	background-color:red;
	color:black;
	opacity: 0.8;
	font-size:11px;
	z-index: 10;
}

