/* Tagien oletustyylit */
/***********************/

body {	
	margin-left: 0px; 
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	background: #6b6a6b; 
	height: 100%;
	font-family: Trebuchet MS, Arial, Verdana;
}

td {
	vertical-align: top;
	font-size: 13px;
	text-align: left;
}

p {
	font-size: 14px;
}

li {
	font-size: 14px;
}
 
a {
	font-size: 12px;
	color: #4646db;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

h1 {
	font-size: 24px;
	color: #7b0000;
	font-weight: normal;
	
}

h2 {
	font-size: 18px;
	color: #000;
	font-weight: normal;
}

/**** ID:n mukaan määritykset ****/
/*********************************/

/* Sivun yläosan määritykset */
/****************************/

#masterdiv {
	width: 950px; 
	height: 100%; 	
	position: absolute;
	left: 50%;
	margin-left: -475px;
}


#header {
	height: 74px;
	width: 950px;
	text-align: right;
}

#headernavi {
	position: absolute;
	width: 636px;
	height: 68px;
	left: 312px;
	top: 4px;
}

#logo {
	position: absolute;
	top: 0px;
	left: 4px;
	border: 0;
}

/* Navigaation määrittelyt */
/***************************/ 

#navigation .navicell {
	background: url(images/navibg.png) repeat-x;
}

/* Sisällön määrittelyt */
/************************/

#contents {
	width: 950px;
	position: relative;
	background: url(images/sisalto_tausta.jpg) repeat-y;
	padding: 6px 14px;
}

#rekrylomake th{
	background: #8a8a8a;
	padding: 5px 20px;
	text-align: left;
	color: white;
	font-size: 13px;
	font-weight: bold;
}
#rekrylomake td{
	padding: 0px 20px;
	text-align: left;
	color: black;
	font-size: 13px;
	font-weight: bold;
}

#rekrylomake {
	width: 100%;
}


/* Footerin ja muiden sivun loppuosien määrittelyt*/
/**************************************************/

#iconnav {
	width: 950px;
	height: 69px;
	position: relative;
	background: url(images/ikoninavigaatio_tausta.jpg) no-repeat;
}

#iconnav_yhteystiedot {
	width: auto;
	height: auto;
	position: absolute;
	top: 22px;
	right: 20px;
	font-size: 14px;
	text-align: right;
	color: white;
}

#iconnav a {
	font-size: 11px;
	font-weight: normal;
	color: #1a1aff;
	text-decoration: none;
}

#iconnav a:hover {
	font-size: 11px;
	font-weight: normal;
	color: #1a1aff;
	text-decoration: underline;
}

#iconnav td {
	text-align: center;
	padding: 0px 10px; 
}

#footer {
	width: 950px;
	height: 69px;
	position: relative;
	background: url(images/footer.png) no-repeat;
}

#footer_nav {
	padding-top: 5px;
	padding-left: 42px;
	color: #605f5f;
}

#footer_nav a {
	color: #605f5f;
	font-size: 11px;
	text-decoration: none;
}

#footer_nav a:hover {
	color: #827f7f;
	font-size: 11px;
	text-decoration: underline;
}

#copyright {
	font-size: 10px;
	color: #9d9d9d;
	position: absolute;
	right: 20px;
	top: 12px;
}

#copyright a {
	font-size: 10px;
	color: #9d9d9d;
	text-decoration: none;
}

#copyright a:hover {
	font-size: 10px;
	color: #9d9d9d;
	text-decoration: underline;
}

/* Rakennetaulujen määrittelyt*/
/**************************************************/
/* 1-palstaisen taulurakenteen tyylit */
#structure_1
{
  width: 100%;
}
#structure_1 td.column1 
{
  width: auto;
  background: transparent;
  vertical-align: top;
}

/* 2-palstaisen taulurakenteen tyylit */
#structure_2
{
  width: 100%;
}
#structure_2 td.column1 
{
  width: 337px;
  /*height: 467px;*/
  background: url(images/kuplat.jpg) no-repeat;
  vertical-align: top;
}
#structure_2 td.column2
{
  width: auto;
  background: transparent;
  vertical-align: top;
}

/* 3-palstaisen taulurakenteen tyylit */
#structure_3
{
  width: 100%;
}
#structure_3 td.column1 
{
  width: auto;
  vertical-align: top;
}
#structure_3 td.column2
{
  width: 480px;
  vertical-align: top;
  
}
#structure_3 td.column3
{
  width: 200px;
  vertical-align: top;
}

/**** CLASS määritykset ****/
/***************************/

.bold {
	font-weight: bold;
}

.white {
	color: white;
}

.navicell {
	height: 37px;
	background: url(images/navibg.png) repeat-x;
	padding: 5px 15px 0 15px;
	color: white;
	text-transform: uppercase;
	cursor: pointer;
	white-space: nowrap;
	font-size: 13px;
	font-weight: bold;
}

.navicell_hover {
	height: 37px;
	background: url(images/navibg_hover.png) repeat-x;
	padding: 5px 15px 0 15px;
	color: white;
	text-transform: uppercase;
	cursor: pointer;
	white-space: nowrap;
	font-size: 13px;
	font-weight: bold;
}

.navicellempty {
	height: 37px;
	width: 100%;
	background: url(images/navibgempty.png) repeat-x;
}

.navilink {
	color: white;
	text-decoration: none;
}
.navilink:hover {
	color: white;
	text-decoration: none;
}

.otsikko {
	height: 37px;
	background: url(images/navibg.png) repeat-x;
	padding: 1px 20px 0 15px;
	color: white;
	white-space: nowrap;
	font-size: 18px;
}
.otsikko2 {
	height: 61px;
	background: url(images/navibg2.png) repeat-x;
	padding: 2px 20px 0 15px;
	color: white;
	white-space: nowrap;
	font-size: 18px;
	line-height: 1.0;
}
.otsikko_rekry {
	height: 44px;
	width: 254px;
	*width: 100%;
	background: url(images/rekrytointi.png) no-repeat;
	padding: 6px 20px 0 15px;
	color: black;
	white-space: nowrap;
	font-size: 20px;
}
.otsikko_uutiset {
	height: 44px;
	background: url(images/uutiset.png) no-repeat;
	padding: 6px 0px 0 15px;
	color: white;
	white-space: nowrap;
	font-size: 20px;
}

.rekry_content, .news_content {
	background: url(images/leftborder.png) repeat-y;
	padding: 0 10px;
}

.uutisotsikko_div {
	background: url(images/koriste.png) 0px 17px no-repeat;
}

.uutisotsikko_pvm {
	margin-left: 20px;
	font-size: 10px;
	color: #726f6f;
}

.uutisotsikko_otsikko {
	margin-left: 20px;
}

.uutisotsikko_otsikko a{
	font-size: 13px;
	color: #fff;
	font-weight: bold;
}

.uutisotsikko_lyhytkuvaus {
	margin-left: 20px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #000;
}

.uutisotsikko_linkki {
	font-size: 12px;
	color: #000;
	font-weight: normal;
}
.uutisotsikko_linkki:hover {
	font-size: 12px;
	color: #000;
	font-weight: normal;
}

.uutisotsikko_valiviiva {
	margin: 8px 0px;
}

.uutinen_pvm {
	font-size: 12px;
	color: #726f6f;
}

.uutinen_otsikko {
	font-size: 24px;
	color: #fff;
	font-weight: normal;
	margin-top: 0px;
}

.uutinen_sisalto {
	font-size: 14px;
	color: #000;
}


.rekry_otsikko {
	font-size: 18px;
	color: #3e6ec7;
	font-weight: bold;
}

.rekry_sisalto {
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #000;
}

.rekry_linkki {
	margin-left: 10px;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
}

.linkki1 {
	font-weight: bold;
	font-size: 13px;
	color: white;
}

.sidenav {
	display: block;
	color: black;
	font-size: 14px;
	font-weight: bold;
	padding-left: 20px;
	background: url(images/arrow.gif) no-repeat 10px 3px;
}

.hr2 {
	margin: 5px 0;
}

.kuvapalkki {
	height: 51px;
	width: auto;
	background: url(images/kuvapalkki.png) no-repeat;
	padding: 18px 0 0 80px;
}

.referenssi_div {
	background: url(images/koriste.png) 0px 2px no-repeat;
}

.referenssi_valiviiva {
	margin: 8px 0px;
}

.referenssi_otsikko {
	font-size: 13px;
	color: #000;
	font-weight: bold;
	margin-left: 20px;
}

.referenssi_sisalto {
	font-size: 13px;
	color: #000;
	margin-left: 20px;
}

.referenssi_sisalto p {
	margin: 0px;
	font-size: 13px;
}

.referenssi_pieni_div {
	background: url(images/koriste.png) 10px 12px no-repeat;
	padding: 10px;
}

.referenssi_pieni_valiviiva {
	margin: 8px 0px;
}

.referenssi_pieni_otsikko {
	display: block;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	margin-left: 20px;
}

.referenssi_pieni_sisalto {
	font-size: 12px;
	color: #000;
	margin-left: 20px;
}

.referenssi_pieni_sisalto p {
	margin: 0px;
	font-size: 12px;
}

.yhteystiedot_kasvot td {
	font-size: 12px;
	width: 25%;
}	
.yhteystiedot_kasvot  {
	width: 500px;
}

.galleria_container {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 150px;
	height: 120px;
	cursor: pointer;
}

.galleria_container .imagecontainer{
	width: 130px;
	height: 95px;
	overflow: hidden;
}


div.galleria_kuvalista_thumb {
  float: left;
  margin: 0 12px 4px 0; 
  cursor: pointer; 
  width: 130px;
  height: 90px;
  overflow: hidden;
}

div.galleria_kuvalista_thumb img { 
  width: 120px;
}
