/* cmsms stylesheet: ilmastointipuhdistus modified: 07/04/19 17:34:24 */
td.website, td.website * {
  display: none !important;
}

body {
	text-align:center; /* for IE */  	
	background-image: url(../../images/back.jpg);
	background-color:#017dc7;  
  	background-position: center top;
  	background-repeat: no-repeat;
	font-size: 12px;
	font-family: Verdana,Arial,Helvetica;
	
}

div#main {
	text-align:left; 
	width:1000px; 
	height: 1060px;
	margin:0 auto; /* for the rest */
}

div#left {
	position: relative; top: 300px; left: 30px;
	float:left;
	width:450px;  
}

div#right {
	position: relative; top: 300px; right: 30px;
	float:right; 
	width:450px;  
}

div#boxheader {
	color:#FFFFFF;
	font-size: 15px;
	height:25px;
	width:450px;  
	background-color:#017dc7;
	padding-top:3px;

}

div#box {
	color:#000000;
	width:450px;  
	background-color:#FFFFFF;  
	padding-top:5px;
	padding-bottom:10px;
	opacity:0.6;
  	filter:alpha(opacity=60); /* For IE8 and earlier */
}

div#box p {
	margin-left:12px;
}

div#box li {
	margin-left:12px;
}

div#box table {
	margin-left:12px;
}

div#error {
	width:400px;
	height:40px;  
	text-align:center;
	color:red;
	position: relative; top: 300px; left: 300px;
	}

div#lahetetty {
	width:400px;
	height:40px;  
	text-align:center;
	color:green;
	position: relative; top: 300px; left: 300px;
	}


div#bottom {
	font-size: 10px;
	text-align:center;
	position: relative;
	width:380px;
	height:10px;   
	top: 0px; 
	margin:0 auto; /* for the rest */
	}  

a 	{
	text-decoration: none;
	}

a:link, a:visited {
	color: white;
	}

a:active, a:hover {
	color: black;
 text-decoration : underline; 
}
