/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



body,html {
	font-family: arial,sans-serif;
	color:#000000;
	font-size: 10pt;
	height: 100%;
	background-color: #ffffff;
}

#runko {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -148px; /* the bottom margin is the negative value of the footer's height */
	background-color: transparent;
}

#ylapalsta {
	width: 975px;
	margin: 0 auto 0 auto;
	padding: 10px 0 0 0;
	clear: both;
}

#logo {
	width: 204px;
	float: left;
}

#slogan {
	width: 311px;
	float: right;
	padding: 8px 0;
}

#leveetausta {
width: 100%;
clear: both;
background-image: url(../kuvat/tausta_leveepalsta.jpg);
background-position: top left;
background-repeat: repeat-x;
}

#kuositausta {
width: 100%;
clear: both;
background-image: url(../kuvat/tausta_ylapalkki.jpg);
background-position: top center;
background-repeat: repeat-x;
}

#ylakaari {
width: 975px;
clear: both;
margin: 0 auto 0 auto;
padding: 50px 0 0 0;
}

#sisalto {
width: 935px;
clear: both;
margin: 0 auto 0 auto;
padding: 0 20px;
background-color: #ffffff;
}

#tekstipalsta ul
{
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}

#tekstipalsta li 
{
	background-image: url(../kuvat/li.jpg);
	background-position: top left; 
	background-repeat: no-repeat;
		line-height:1.5;
	padding-left: 12px;
}




#tekstipalsta {
width: 544px;
float: left;
padding: 0 20px 0 0;
}

	.palstat {
	clear: both;
	
	}

	.palsta {
	width: 240px;
	margin: 0;
	padding: 10px 30px 20px 0;
	float: left;
	}

#tekstipalsta_levee {
width: 975px;
float: left;
padding: 0;
}
	
#kuvapalsta {
width: 371px;
float: right;
}

#kuva {
width: 351px;
height: 274px;
padding: 18px 0 0 22px;
background-image: url(../kuvat/tausta_kuvat.jpg);
background-position: top center;
background-repeat: no-repeat;
}

.laatikko {
width: 350px;
padding: 10px;
margin-top: 30px;
border: 1px solid #878787;
}

.madeby {
	position: absolute;
	right: 5px;
	top: 165px;
}

.push {
	height: 148px; /* .push must be the same height as .footer */
	clear: both;
}

#alapalkki {
	width: 100%;
	min-height:148px;
	background-image: url(../kuvat/tausta_alapalkki.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #EFEFEF;
}

#yhteystiedot {
width: 975px;
margin: 0 auto 0 auto;
padding: 50px;
text-align: center;
line-height:1.5;

}





/* NAVIGATION						*/ 
#sivut {
	margin: 0 0 20px 0;
	padding: 3px 0;
}

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

#sivut li a.nav {
	background: url( ) no-repeat;
	color: #970102;
	text-transform : uppercase;
	text-decoration: none;
	margin: 0 10px 0 0;
}
#sivut li a.nav:hover, #sivut li a.current {
	color: #646464;
	text-decoration: none;
	padding-bottom: 3px;
	border-bottom: 3px solid #970102;
}
#sivut li a.current {
	cursor: default;
	padding-bottom: 3px;
	border-bottom: 3px solid #970102;
}



