/* CSS Document */



/* N&auml;m&auml; kokoaa koko sivun keskelle */

body {
	background-color: #fefbf5; 
	text-align: center;}

#container {
	position: relative;
	margin: 0 auto;
	width: 700px;
	height: 1800px;
	text-align: left;
	z-index: 1;
	top: 0px;
	background-color: transparent;
}



 /* Tekstim&auml;&auml;rittelyt */
 
a:link {color: #000; text-decoration: none; }
a:visited {color: #000; text-decoration: none; }
a:hover, a:active {color: #b98136; text-decoration: none; }

.leipis {
font-family: Arial, Helvetica, Verdana;
font-size: 11px;
text-align: left;
color: #000;
line-height: 19px;
}

.otsikko {
font-family: Arial, Helvetica, Verdana;
font-size: 16px;
color: #000;
font-weight: bold;
letter-spacing: 1px;
}

.linkkiteksti {
font-family: Arial, Helvetica, Verdana;
font-size: 11px;
font-weight: bold;
text-align: left;
color: #000;
letter-spacing: 1px;
}

.alalinkkiteksti {
font-family: Arial, Helvetica, Verdana;
font-size: 12px;
font-weight: bold;
text-align: left;
color: #000;
line-height: 30px;
}

.vasenteksti {
font-family: Arial, Helvetica, Verdana;
font-size: 11px;
text-align: center;
color: #000;
line-height: 19px;
}

.roihuteksti {
font-family: Arial, Helvetica, Verdana;
font-size: 8px;
text-align: left;
color: #000;
letter-spacing: 1px;
}


/* sivun elementit */

#paalinkit {
	z-index: 2;
	position: absolute;
	top: 133px;
	left: 25px;
}

#logolinkki {
	z-index: 3;
	position: absolute;
	width: 320px;
	height: 120px;
	top: 0px;
	left: 0px;
	background-color: transparent;
}


#vasenpalsta {
	z-index: 4;
	position: absolute;
	width: 180px;
	top: 175px;
	left: 20px;
	background-color: transparent;
}


#tekstipalsta {
	z-index: 5;
	position: absolute;
	width: 350px;
	top: 200px;
	left: 270px;
}

#tekstipalsta a {
text-decoration: underline;
color: #b98136;
	
}

#tekstipalsta a:hover {
text-decoration: none;	
}

img {
border: 0;
padding: 2px 1px 2px 0px;
}


