a:link { color: #000099; text-decoration: underline}
a:link:active {  color: #990099; text-decoration: underline}
a:link:hover {  color: #333399; text-decoration: underline}
a:visited {  color: #000066; text-decoration: none}
a:visited:active {  color: #660066; text-decoration: underline}
a:visited:hover {  color: #333366; text-decoration: underline}

body {
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	
	color: #000000;
	background-color: #F6F3F3;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: lighter;
}
p {
	color: #000033;
}
th {
   	color: #FFFFCC;
	background: #717EBB;
}

.sivu {
    position: relative;
   	width: 90%;
   	left: 5%;

	color: #000000;
	background-image: url(../kuvat/rf-com-background.jpg);
	background-color: #B7C0E3;
	background-position: 0px 120px;
	background-repeat: repeat-x;
	
	border: 1px solid #000033;
	border-color: #B2B2D1 #000033 #000033 #B2B2D1;
}
.sisalto, .footer {
    position: relative;
    left: 20%;
    width: 77%;
}
.sisalto {
	background-color: #FFFFFF;

	border: 1px solid #000066;
	border-color: #000066 #B2B2D1 #B2B2D1 #000066;
}
.footer {
	height: 1.5em;
	clear: both;
	text-align: center;
}
.marginaali {
    position: relative;
    width: 92%;
    left: 4%;
    top: 10px;
    /* border: 1px solid #000033; */
}
.navi {
    position: absolute;
    left: 0px;
    top: 135px;
    width: 20%;
    background-color: transparent;
}


.naviLinkki, .naviPikkuLinkki, .naviLinkkiSel, .naviPikkuLinkkiSel {
    display: block;
    width: 100%;
    clear: both;

	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: lighter;
	padding: 0px 0px;
}
.naviLinkki, .naviLinkkiSel {
    font-size: 100%;
}
.naviPikkuLinkki, .naviPikkuLinkkiSel {
    font-size: 85%;
}
.naviLinkki, .naviPikkuLinkki {
    background-color: transparent;
}
.naviLinkki:hover, .naviPikkuLinkki:hover,
.naviLinkkiSel, .naviPikkuLinkkiSel {
    background-color: #9EA9D8;
}
.naviLinkkiSis {
    padding: 0% 12%;
}
.naviPikkuLinkkiSis {
    padding: 0% 20%;
}
.naviSpacer {
    display: block;
    clear: both;
}


.taustakuva {
    width: 100%;
	min-height: 250px;
	
	background-image: url(../kuvat/ulkopuolelta_risteys_background.jpg);
	/* background-position: 90% 90%; */
	background-position: right bottom;
	background-repeat: no-repeat;
	background-attachment: scroll;
}


