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

* {
	margin: 0;
	padding: 0;
}

html, body {	
	margin-left: 0px; 
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	background: #e2e9de url(images/taustakuva.jpg) center top repeat-x;
	height: 100%;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
}

td {
	vertical-align: top;
	text-align: left;
}

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

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

h1 {
	font-size: 24px;
	color: #20a403;
	margin-bottom: 18px;
}

h2 {
	font-size: 18px;
	color: #20a403;
	margin-bottom: 18px;
}

h3 {
	font-size: 16px;
	margin-bottom: 15px;
}

h4 {
	margin-bottom: 18px;
}

p {
	font-size: 13px;
	margin-bottom: 18px;
	line-height: 15px;
}

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

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


#masterdiv {
	width: 1022px;
	min-height: 300px;
	position: relative;
	left: 50%;
	margin-left: -507px;
	background: url(images/tausta1.png) repeat-y;
}

#header {
	width: 983px;
	height: 100px;
	margin: 0px 20px;
	background: url(images/sisalto_ylaosa.png) center bottom no-repeat;
	z-index: 100;
}

#header_index {
	width: 983px;
	height: 100px;
	margin: 0px 20px;
	background: url(images/sisalto_ylaosa_harmaa.png) center bottom no-repeat;
	z-index: 100; 
}

#logo {
	position: absolute;
	top: 10px;
	right: 43px;
}

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

/* Alasvetovalikon määritykset */

#header_navigation {
	position: absolute;
	top: 38px;
	left: 54px;
	z-index: 110;
}

#header_navigation #nav  {
	padding: 0;
	margin: 0;
	list-style: none;
}

#header_navigation #nav li {
  float: left;
  position: relative;
  width: auto;
  cursor: pointer;
  }
  
#header_navigation #nav li ul {
	display: none;
	position: absolute; 
	width: 220px;
	top: 38px;
	left: 0;
	list-style: none;
	background: white;
	border-style: solid;
	border-width: 1px;
	border-color:#177f00;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#header_navigation #nav li ul ul{
	display: none;
	position: absolute; 
	width: 220px;
	top: 0px;
	left: 220px;
	list-style: none;
	background: white;
	border-style: solid;
	border-width: 1px;
	border-color:#177f00;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#header_navigation #nav li ul li{
	width: 100%;
	border-bottom: 1px solid #177f00;
	cursor: pointer;
}

#header_navigation #nav li ul li.top{
	width: 100%;
	border-bottom: 1px solid #177f00;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
}

#header_navigation #nav li ul li.bottom{
	width: 100%;
	border-bottom: none;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
}

#header_navigation #nav li:hover , #header_navigation #nav li.over  { 
	background: #e5e5e5;
}

#header_navigation #nav li li:hover , #header_navigation #nav li li.over  { 
	background: #98dc86;
	color: black;
}

#header_navigation #nav li:hover ul, #header_navigation #nav li.over ul { 
	display: block; 
}

#header_navigation #nav li a {
	display: block;
	padding: 8px 10px 12px 10px;
	float: left;
	font-size: 13px;
	font-weight: bold;
	color: #156901;
	border-right: 1px solid #e5e5e5;
}

#header_navigation #nav li a:hover {
	text-decoration: none;
}

#header_navigation #nav li li a {
	padding: 4px 0 4px 10px;
	font-size: 13px;
	font-weight: normal;
	color: #156901;
	border-right: 0;
	width: 100%;
}

#header_navigation #nav li li a:hover {
	text-decoration: none;
	color: black;
}
/* Alasvetovalikon määritykset loppuu */

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

#contents {
	width: 983px;
	min-height: 350px;
	margin: 0px 20px;
	background: url(images/sisalto_tausta.png) center repeat-y;
	position: relative;
	z-index: 90;
}

#contents_index {
	width: 983px;
	min-height: 350px;
	margin: 0px 20px;
	background: url(images/sisalto_tausta_harmaa.png) center repeat-y;
	position: relative;
	z-index: 90;
}

#contents_greenbar{
	width: 983px;
	min-height: 100px;
	margin: 0px 20px;
	background: url(images/sisalto_alaosa_vihrea.png) center bottom repeat-y;
}

/* Etusivun tyylimäärittelyt */

#index_ylaosa_teksti {
	margin: 0px 20px;
	width: 348px;
}

#index_ylaosa_teksti h1 {
	font-size: 24px;
}

#index_ylaosa_sammakko {
	position: absolute;
	top: -50px;
	left: 535px;
}

#index_ylaosa_facebook {
	position: absolute;
	top: 120px;
	left: 800px;
}

#index_ylaosa_napit {
	position: absolute;
	top: 0px;
	left: 810px;
	width: 190px;
}

#index_palvelut {
	width: 913px;
	height: 182px;
	background: url(images/index_palvelut_tausta.png) no-repeat;
	margin: 0px 35px;
}

#index_palvelut h2 {
	color: #e4ff00;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

#index_palvelut .palvelu {
	float: left;
	width: 205px;
	margin-top: 10px;
}

#index_palvelut .palvelu  img{
	float: left;
	margin: 5px 10px 0 0;
}

#index_palvelut ul {
	list-style: none;
}

#index_palvelut li {
	padding-left: 10px;
	line-height: 13px;
	background: url(images/pikkunuoli.png) 2px 4px no-repeat;
}

#index_palvelut a {
	font-size: 11px;
	color: #b4b3b3;
}

#index_alaosa_asiakkaat {
	width: 240px;
	margin-left: 75px;
	padding-top: 13px;
	padding-bottom: 20px;
	float: left;
}

#index_alaosa_blogit {
	width: 240px;
	margin-left: 20px;
	padding-top: 13px;
	padding-bottom: 20px;
	float: left;
}

#index_alaosa_ajankohtaista {
	width: 350px;
	margin-left: 20px;
	padding-top: 13px;
	padding-bottom: 20px;
	float: left;
}

#index_alaosa_asiakkaat h2, #index_alaosa_blogit h2 {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 6px;
}

#index_alaosa_ajankohtaista h2 {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 6px;
	display: inline;
}

#index_alaosa_asiakkaat img, #index_alaosa_blogit img, #index_alaosa_ajankohtaista img {
	float: left;
	margin-right: 18px;
}

#index_alaosa_asiakkaat p, #index_alaosa_blogit p  {
	font-size: 12px;
	line-height: 14px;
}

#index_alaosa_asiakkaat .linkit , #index_alaosa_ajankohtaista .linkit ,#index_alaosa_blogit .linkit {
	list-style: none;
	margin: 0;
}

#index_alaosa_asiakkaat  .linkit li, #index_alaosa_ajankohtaista .linkit li,#index_alaosa_blogit .linkit li{
	padding-left: 10px;
	background: url(images/pikkunuoli.png) 3px 7px no-repeat;
}

#index_alaosa_asiakkaat  .linkit a , #index_alaosa_ajankohtaista .linkit a,#index_alaosa_blogit .linkit a{
	font-size: 12px;
	color: white;
}

#index_alaosa_ajankohtaista p {
	font-size: 12px;
	line-height: 14px;
	margin-top: 6px;
}

#palvelut_graafiset {
	margin-left: 30px;
}

#palvelut_digimedia {
	margin-left: 15px;
}

#palvelut_koriste {
	margin-left: 10px;
}

#palvelut_liiketoiminta {
	margin-left: 20px;
}

/* Etusivun tyylimäärittelyt loppuu*/

/* Henkilökunta taulun muotoilut */
#henkilokunta_taulukko {
	width: 100%;
}

#henkilokunta_taulukko td{
	width: 25%;
}

#henkilokunta_taulukko p {
	font-size: 11px;
}

/* Henkilökunta taulun muotoilut loppuu */


/* 2 palstainen rakenne */

#colunms2_header {
	float: left;
	width: 680px;
	min-height: 100px;
	padding-left: 30px;	
}

#colunms2_header h1 {
	font-size: 24px;
	color: #939393;
	margin-bottom: 6px;
	margin-top: 10px;
}	

#columns2_left {
	float: left;
	width: 200px;
	min-height: 100px;
	margin-left: 15px;
	clear: left;
}

#columns2_center {
	float: left;
	width: 735px;
	min-height: 100px;
	margin-left: 0px;
}

/* 2 palstainen rakenne loppuu */

/* 3 palstainen rakenne */

#colunms3_header {
	float: left;
	width: 680px;
	min-height: 100px;
	padding-left: 30px;	
}

#colunms3_header h1 {
	font-size: 24px;
	color: #939393;
	margin-bottom: 6px;
	margin-top: 10px;
}	

#columns3_left {
	float: left;
	width: 200px;
	min-height: 100px;
	margin-left: 15px;
	clear: left;
}

#columns3_center {
	float: left;
	width: 480px;
	min-height: 100px;
	margin-left: 0px;
}

#columns3_right {
	float: right;
	width: 225px;
	min-height: 100px;
	margin-right: 15px;
}

#columns3_right p {
	font-size: 12px;
}

#columns3_right a {
	font-size: 12px;
}

/* 3 palstainen rakenne loppuu */

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

#footer_yhteystiedot {
	margin-left: 60px;
}

#footer_yhteystiedot a {
	font-size: 12px;
}

#bottom_corners {
	width: 1022px;
	height: 27px;
	background: url(images/footer.png) no-repeat;
	position: absolute;
	bottom: -27px;
}

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

.bold {
	font-weight: bold;
}

ul.linkit {
	list-style: none;
	margin: 0;
}

ul.linkit li {
	padding-left: 10px;
	background: url(images/nuoli_musta.gif) 2px 4px no-repeat;
}

.korostus {
	background: white;
	border: 1px solid black;
	padding: 20px;
}

.sivupolku {
	font-size: 10px;
	color: #1e8403;
}

.sivupolku  a {
	color: #1e8403;
	font-size: 10px;
}

.subnav {
	width: 150px; 
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 5px;
}

.subnav a {
	color: #3d89d6;
	font-size: 12px;
	text-decoration: none;
}

.subnav a:hover {
	text-decoration: underline;
}

.subnav hr {
	background: #b3c8da;
	height: 1px;
	border: 0px;
	margin: 3px 0;
}

.subnav2 {
	width: 150px; 
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 5px;
}

.yhteyshenkilot {
	width: 150px; 
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 5px;
	font-size: 11px;
}

.yhteyshenkilot .laatikko {
	font-size: 11px;
	background: white;
	padding: 10px;
	border: 1px solid grey;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.yhteyshenkilot a {
	font-size: 11px;
}

.yhteyshenkilot h2 {
	font-size: 11px;
	color: black;
	font-weight: bold;
	margin-bottom: 0px;
	margin-left: 5px;
}

.hzrule {
	height: 1px;
	border-top: 1px solid #b3c8da;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 0px;
	margin-right: 0px;
}

.tyonayte {
	float: left;
	width: 214px;
	margin-right: 30px;
}

.rivitys {
	clear: both;
	height: 20px;
}

.tyonayte .kuva {
	border: 1px solid black;
	padding: 6px;
	background: white;
	height: 120px;
}

.tyonayte .teksti {
	margin-top: 10px;
}

.tyonayte .teksti h2 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: black;
	margin-bottom: 10px;
}

.tyonayte .teksti p {
	font-size: 12px;
	color: black;
	margin-bottom: 10px;
}

.tyonayte a {
	font-size: 12px;
}

.link_image {
	vertical-align: middle;
}

.sivutus {
	float: right;
	margin-right: 30px;
}

.sivutus  a {
	text-decoration: underline;
}

.uutislista {
	list-style: none;
}
.uutislista li {
	padding-left: 10px;
	line-height: 14px;
	background: url(images/pikkunuoli.png) 2px 4px no-repeat;
}
.uutislista a {
	color: white; 
	font-size: 12px;
}

.uutiset_pvm {
	color: #888;
	margin-bottom: 3px;
}

.uutiset_uutislista {
	list-style: none;
}
.uutiset_uutislista li {
	
}
.uutiset_uutislista li a {
	font-size: 12px;
}

.asiakaslista {
	float: left;
	width:230px;
}

.yhteydenottolomake_taulu {
	width: 400px;
}

.yhteydenottolomake_taulu td {
	vertical-align: middle;
	padding: 2px;
	font-size: 12px;
}

.yhteydenottolomake_taulu textarea {
	width: 400px;
	height: 100px;
}

.yhteydenottolomake_taulu input {
	width: 250px;
}

.error_msg {
	color: red;
	font-weight: bold;
	padding-left: 22px;
	background: url(images/exclamation.png) left center no-repeat;
}

.blog_author_keijo {
	border-bottom: 2px solid black;
	margin-bottom: 20px;
	background: url(images/blogi_keijo.jpg) no-repeat bottom right;
}

.blog_author_keijo h1 {
	font-size: 18px;
	color: #20a403;
}

.blog_author_keijo p {
	font-size: 11px;
	color: #6f6868;
	width: 375px;
}

.blog_author_pete {
	border-bottom: 2px solid black;
	margin-bottom: 20px;
	background: url(images/blogi_pete.jpg) no-repeat bottom right;
}

.blog_author_pete h1 {
	font-size: 18px;
	color: #20a403;
}

.blog_author_pete p {
	font-size: 11px;
	color: #6f6868;
	width: 375px;
}