/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background: #efefef;
	font-family: helvetica, arial, sans-serif;

}
div#header {
	background: url(/Images/header.jpg) no-repeat;
	position:relative;
	width: 880px;
	height:  230px;
 	margin: 0 auto;
 	_margin: 0 auto -3px auto;
 	left: 0;
}
div#header2 {
	background:  url(/Images/bg-top.gif) 50% 0 repeat-x;
	position:absolute;
	width: 100%;
	height:  230px;
 	margin: 0 auto;
 	left: 0;
}

div#wrapper {
	position: relative;
	background: url(/Images/tausta.jpg) repeat-y;
	width: 880px;
	top: 0px;
	-height: 500px; /* osxie5 sekoilee jos tämä on */
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	overflow: visible;
}
div#content {
	background: ;
	position: relative;
	width: 880px;
	left: 0px;
		/*\*//*/
	padding-left: 0px;
	/**/
	margin: 0px auto 0 auto;
	min-height: 700px; /* tätä ei saa olla tai netscape menee sekaisin */
	 overflow: hidden;
	/*\*//*/overflow: visible;/**/
}

div#col1 {
	background: ;
	float: left;
	padding: 0;
	margin: 0;
	top: 240px;
	width:  200px;
	display:block; 
}

div#col2 {
	background:  ;
	float: left;
	top: 230px;
	width: 670px;
	height:100%;
	display:block; 
}

div#footer2 {
	position: absolute;
	clear: both;
	background: #d8e2dc  url(/Images/footer-bg.gif) 0px 0 repeat-x;
	height: 147px;
	width: 100%;
	margin: 0 auto;
	padding-top: 0px;
}
div#footer {
	clear: both;
	background: #d8e2dc  url(/Images/footer.jpg) 0px 0 no-repeat;
	height: 117px;
	width: 880px;
	margin: 0 auto;
	padding-top: 30px;
	z-index: 20;
}

/****************************** VALIKKO */
div#col1 ul {
        margin: 10px 20px 10px 25px;
        _margin: 10px 30px 10px 25px;
        padding: 0px;
        border-top: 1px solid #8bad86;
}
div#col1 li {
        list-style: none;
        width: 155px;
        margin: 0px 0px;
        padding: 0 0 0px 0;
        text-align: left;
        border-bottom: 1px solid #8bad86;
}
div#col1 a {
        display: block;
        height: 25px;
        color: black;
        padding: 10px 0 0 5px;
        text-decoration: none;
        }

div#col1 a:hover {
        display: block;
        background: grey;
        height: 25px;
        filter:alpha(opacity=50);
        -moz-opacity:.50;
        opacity:.50
        }
/************************************** SISÄLTÖ */
div#col_content {
	padding-left:20px;
	_padding-left:10px;
	padding-right:15px;
	_padding-right:10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: ;
	}

div#col2 h1{
	text-transform: uppercase;
	font-family: helvetica, arial, sans-serif;
	font-size: x-large;
	text-align: left;
	letter-spacing: 1px;
	border-bottom: 1px solid #8bad86;
	margin: 0px 0 0px 0 ;
	padding: 5px 0 5px 0;
	}
	
div#col2 h2{
	text-transform: none;
	font-family: helvetica, arial, sans-serif;
	font-size: x-large;
	text-align: left;
	border-top: 1px solid #8bad86;
	border-bottom: 1px solid #8bad86;
	margin: 0px 0 5px 0 ;
	padding: 40px 0 5px 0;
	}

div#col2 h3{
	text-transform: none;
	font-family: helvetica, arial, sans-serif;
	font-size: medium;
	font-weight: normal;
	font-style: italic;	
	text-align: left;
	margin: 0px 0 ;
	padding: 5px 0;
	line-height: 1.4em;
	}
	
div#col2 p{
	font-family: helvetica, arial, sans-serif;
	font-size: small;
	line-height: 1.4em;
	text-align: left;
	margin: 0px 0px;
	padding: 5px 0 5px 0;
	}
	
div#col2 ul{
	margin: 0px 0 0px 0;
	padding: 0px 0 10px 0;
	}
	
div#col2 li{
	font-family: helvetica, arial, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: 1.4em;
	text-align: left;
	margin: 0px 0px 0px 30px;
	padding: 0px 0;
	}		

div#footer h1{
	text-transform: uppercase;
	font-family: helvetica, arial, sans-serif;
	font-size: large;
	text-align: center;
	letter-spacing: 2px;
	border-top: 1px solid #8bad86;
	border-bottom: 1px solid #8bad86;
	margin: 10px auto;
	padding: 5px 0 3px 0;
	width: 860px;
	}
div#footer p{
	font-family: helvetica, arial, sans-serif;
	font-size: medium;
	text-align: center;
	margin: 3px 100px;
	padding: 0;
}	
div#footer p.small {
	font-size: x-small;
	}

div#col2 img {
	border: 1px solid #BCC6BE;
}
	
	
	