/* CSS Document */

body {
  text-align: center;
  background-color: #000000;
}


/* Sivun keskitys */
#container {
	position:absolute;
	width:800px;
	left:50%;
	margin-left:-400px;
	top: 20px;
	height: 800px;
	display: block;
	background-color: #000;
	}

/* elementit */


#paalinkit {
	position:absolute;
	top:210px;
	left:150px;
	width:500px;
	text-align: center;
	background-color: transparent;
	display: block;
	}

#tekstialue {
	position:absolute;
	top:270px;
	left:250px;
	width:320px;
	height: 500px;
	text-align: center;
	background-color: transparent;
	display: block;
	}
	
#kuvat {
	position:absolute;
	top:270px;
	left:100px;
	width:600px;
	height:600px;
	text-align: center;
	background-color: transparent;
	display: block;
	}

#tekstialue2 {
	position:absolute;
	top:270px;
	left:180px;
	width:150px;
	height: 500px;
	text-align: left;
	background-color: transparent;
	display: block;
	}	
	
#tekstialue3 {
	position:absolute;
	top:270px;
	left:350px;
	width:350px;
	height: 500px;
	text-align: left;
	background-color: transparent;
	display: block;
	}


#shakaali_bar {
	position:absolute;
	top:500px;
	left:-60px;
	background-color: transparent;
	display: block;
	}	
	
#logo {
	position:absolute;
	top:50px;
	left:200px;
	text-align: center;
	background-color: transparent;
	display: block;
	}

/* tekstit */
a:link { 
	text-decoration: underline;
	color:#000;	
}
	
a:visited { 
	text-decoration: underline;
	color:#000;	
}
	
a:hover, a:active { 
	text-decoration: underline;
	color:#fdf9cc;
	}

.paalinkit {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
letter-spacing: 1px;
text-decoration:none;
color: #000;
text-align: center;
}
	
			.paalinkit a:link { 
			text-decoration: none; 
			color:#000;
			} 

			.paalinkit a:visited { 
			text-decoration: none; 
			color:#000;
			} 

			.paalinkit a:hover, a:active { 
			text-decoration: none; 
			color:#fdf9cc;
			} 

.paalinkit_aktiivi {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
letter-spacing: 1px;
text-decoration:none;
color: #fdf9cc;
text-align: center;
}

.leipis {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #000;
line-height: 20px;
}

.valikoima {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
letter-spacing: 1px;
color: #000;
line-height: 11px;
text-align: left;
}


.info {
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
letter-spacing: 1px;
color: #5e511f;
line-height: 15px;
}

			.info a:link { 
			text-decoration: none; 
			color:#4b4119;
			} 

			.info a:visited { 
			text-decoration: none; 
			color:#4b4119;
			} 

			.info a:hover, a:active { 
			text-decoration: none; 
			color:#fdf9cc;
			} 

.otsikko {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: bold;
color: #000;
line-height: 22px;
}

.lihavointi {
font-weight: bold;
}



