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

body{
	margin:0;
	padding:0;
	background-image:url(../images/main_bg.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
	color:#FFFFFF;
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight: bold;
}

a{
	color:#d09f1e;
}

a:hover{
color:#FFFFFF;
text-decoration:none;
}




/* Div asettelu */

.main{
	background-image:url(../images/cont_bg.jpg);
	background-repeat:no-repeat;

}

#header{
	width:800px;
	height:332px;
	background-color:#000000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 13px;
}

#admin_header{
	width:800px;
	height:25px;
	background-color:#000000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: 12px;
}



#vasen{
	float:left;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 12px;
}

	
	
#content
{
	width:424px;
	float:left;
	clear: right;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 8px;
}

#oikee{
	width:148px;
	float:left;
	clear: right;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 5px;
}

#footer{
	margin:0 auto 0 auto;
	width:820px;
	height:40px;

}

#footer_admin{
	margin:0 auto 0 auto;
	width:820px;
	height:40px;

}

	
#contentLYR {
  position:absolute;
  width:200px;
  height:115px;
  z-index:1;
  left: 200px;
  top: 200px;
}
	

/*TAULUKOT*/

.keikat_top
{
	background-image:url(../images/keikka_top.jpg);
	background-repeat:no-repeat;
	background-position: bottom;
}

.keikat_cent
{
	background-image:url(../images/keikka_cent.jpg);
	background-repeat:repeat-y;
}

.keikat_text
{
	padding: 8px;
}

.keikat_bottom
{
background-image:url(../images/keikka_bottom.jpg);
background-repeat:no-repeat;
}
/* CONTENT otsikot*/
.content_etusivu
{
	background-image:url(../images/content_etusivu.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

.content_fm2000
{
	background-image:url(../images/content_fm2000.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

.content_levyt
{
	background-image:url(../images/content_levyt.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

.content_media
{
	background-image:url(../images/content_media.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

.content_keikat
{
	background-image:url(../images/content_keikat.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

.content_tekstit
{
	background-image:url(../images/content_tekstit.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

.content_kauppa
{
	background-image:url(../images/content_kauppa.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}


.content_yhteystiedot
{
	background-image:url(../images/content_yhteystiedot.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

.content_admin
{
	background-image:url(../images/content_admin.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}



/* CONTENT otsikot loppuu*/

.content_bottom{
background-image:url(../images/content_bottom.jpg);
background-repeat:no-repeat;
}

.content_text{
	padding: 15px;
	text-align: left;
	vertical-align: top;
}

.paivitys_top{
	background-image:url(../images/ud_top.jpg);
	background-repeat:no-repeat;
	background-position: bottom;
}

.paivitys_cent
{
	background-image:url(../images/up_cent.jpg);
	background-repeat:repeat-y;
}

.paivitys_bottom
{
background-image:url(../images/ud_bottom.jpg);
background-repeat:no-repeat;
}

.paivitys_text
{
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
}




/* texts */ 

.uutis_otsikko{
	color:#FFFFFF;
	font-size:14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.uutis_kirjoitti{
	color:#FFFFFF;
	font-size:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.footer_text{
	color:#666666;
	font-size: 10px;
}

/* kuva */

.video_thumb{
border:#FFFFFF solid 2px;
}
 
