@charset "utf-8";
/* CSS Document */

body{
	background-color:#27abe1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#069;
}

a{
	text-decoration:none;
}

p{
	margin:0px;
	padding:0px;
}

#wrapper{
	height:926px;
	width:797px;
	background-image:url(../kuvat/taustakuva.gif);
	background-repeat:no-repeat;
	margin:auto;
}

#navigaatio{
	width:666px;
	height:83px;
	padding-left:50px;
}

#etusivu_btn{
	width:143px;
	height:83px;
	float:left;
	background-repeat:no-repeat;
}

#esitykset_btn{
	width:143px;
	height:83px;
	float:left;
	background-repeat:no-repeat;
}

#media_btn{
	width:95px;
	height:83px;
	float:left;
	background-repeat:no-repeat;
}

#yhteystiedot_btn{
	width:180px;
	height:83px;
	float:left;
	background-repeat:no-repeat;
}

.navitext{
	visibility:hidden;
}

#contentwrapper{
	height:630px;
	width:600px;
	clear:both;
	padding-left:50px;
	overflow-y:auto;
	overflow-x:hidden;
}

#vasenpalsta{
	width:240px;
	height:600px;
	float:left;
	padding-top:20px;
	padding-right:10px;
}

#oikeapalsta{
	width:310px;
	height:auto;
	min-height:600px;
	float:left;
	padding-left:10px;
	padding-top:20px;
	border-left-style:solid;
	border-left-color:#06C;
	border-left-width:1px;
}

.otsikko{
	font-weight:bold;
	font-size:24px;
}

#vasenpalsta hr{
	border-color:#CCC;
	border-style:dashed;
	border-width:1px;
	width:200px;
	position:relative;
	left:-10px;
}


#oikeapalsta hr{
	border-color:#CCC;
	border-style:dashed;
	border-width:1px;
	width:300px;
	position:relative;
	left:-10px;
}

li{
	margin:0px;
}


#footer{
	width:200px;
	height:170px;
	padding-top:35px;
	padding-left:320px;
}



#lempi_link{
	width:150px;
	height:90px;
	display:block;
	
}

#gudrun_link{
	width:150px;
	height:70px;
	display:block;
}


