/*
 * Base style sheet for Turun yliopisto. 
 *
 * 2004-05 Tero Ykspetäjä & Matti Laakso, Kuulalaakeri Oy.
 *
 * COLORS:
 * navimenu background: #E6EDF5 (orig: e7eff2)
 * navimenu border:     #0f5e7e (mod: 5B738F)
 * navimenu hover:      #d6dee2;
 * Gray text (disabled etc.): #999999;
 */

/* Header and searcharea styles imported for supporting browsers
   (including IE 5.0+, Opera 6 but not Netscape 4) */

@IMPORT "base_newbrowser-ilme.css";

/* Bring in some special rules for IE5.0/Win to work around
   more CSS bugs than should be legal. */

@media tty {
	i{content:"\";/*" "*/}}; @import 'IE5layout.css'; {;}/*";}
}/*  */

/* Normal layout rules for more or less all browsers here. */

body {
	background-color: #ffffff;
	margin: 0px;
	font-family: Verdana, "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 80%;
}

/* Top area of the page, includes headers and breadcrumb navigation. */

#colorfill {						/* na */

	position: absolute;				/* na */
	top: 20px;					/* na */
	width: 100px;					/* na */
	height: 114px;				/* na */
	/* Faculty color */
	background: #FFFFFF;				/* na */

}

#top {
	position: relative;
	top: 0px;
	left: 0px;
	background-color: #ffffff;			/* na */
	height: 183px;					/* na */
	margin: 0px;
}

/* Header size&margins - from base_newbrowser.css */

/*
 *	Some attributes still instead set on base_newbrowser.css.
*/

#header {
/*
	margin: 0px;
	width: 80%;
*/
	position: relative;				/* na */
	height: 170px;					/* na */

	margin-left: 5%;
	margin-right: 5%;


	background-repeat: no-repeat;			/* na */
	background-position: 0px 7px;			/* na */
}

#ty-logo {						/* na */
	margin-left: 5%;				/* na 4.85% */
	top: 20px;					/* na */
}

#search {						/* na */
	right: 0px;					/* na */
	bottom: 28px;					/* na */
}

#search ul {						/* na */
	list-style-type: none;			/* na */
	font-size: 11px;				/* na */
	display: inline;				/* na */
}

#search li {						/* na */
	padding-left: 25px;				/* na */
	float: left;					/* na */
	background: url(img/arrowbullet_main.gif) no-repeat 15px 5px; /* na */
}

#tietokannat {						/* na */
	left: 220px;					/* na */
	bottom: 50px;					/* na */
}

#tietokannat ul {						/* na */
	list-style-type: none;			/* na */
	font-size: 11px;				/* na */
	display: inline;				/* na */
}

#tietokannat li {						/* na */
	padding-left: 25px;				/* na */
	float: left;					/* na */
	background: url(img/arrowbullet_main.gif) no-repeat 15px 5px; /* na */
}

#navi-ad-area ul {
	list-style-type: none;
	margin-left: 10px;
	padding-left: 0px;
}

#navi-ad-area li {
	margin-left: 0px;
	padding-left: 10px;
	font-size: 11px;
	background: url(img/arrowbullet_main.gif) no-repeat 0px 4px; /* na */
}

#contact-info {						/* na */
	width: 100%;					/* na */
	right: 0px;					/* na */
	bottom: 5px;					/* na */
	font-size: 11px;				/* na */
}

/* Breadcrumb navigation */

#navipath {

	position: relative;
	top: 0px;
	padding-left: 215px;				/* na */
	line-height: 0.9em;

	margin-left: 5%;
	margin-right: 5%;

	padding-top: 4px;
	font-size: 10px;
}

#navipath p {
	margin: 0;
	padding: 0;
}

#navipath a {
	color: #464646;
	text-decoration: none;
}

#navipath a:hover {
	color: #0f5e7e;
	text-decoration: underline;
}

#header-text {						/* na */
	height: 120px;					/* na */
}

#header-text-en {						/* na */
	height: 120px;					/* na */
}

#header-text-sv {						/* na */
	height: 120px;					/* na */
}


/* Bottom container, see also base_newbrowser for some IE bug workaround settings. */

#bottom {
	/*
	margin-left: 10%;
	margin-right: 10%;
	*/
	margin-left: 5%;
	margin-right: 5%;
}

/* Navigation area */

#navi-area {
	float: left;
	width: 212px !important;
	width: 206px;
	margin-left: 0%;
	margin-right: 0%;
	padding: 0;
	border: 0px none;
/* debug
	display: none;
*/
}

/* Navigation menu */

ul.menu {
	margin: 0;
	padding: 0;
}

ul.menu li {
	margin-bottom: 4px;
	padding: 0px;
	/*padding: 0.2em 0.5em;
	*/
	border: 1px #0F5E7E solid;
	/*background-color: lightyellow*/
	display: list-item;
	list-style-type: none;
}

ul.menu a {
	display: block;
	width: 100%;
	height: auto;
	padding: 0.2em 0.5em !important;
	padding: 0.2em 0em 0.1em 0.5em;
	text-decoration: none;
	color: black;
	line-height: 1em;
	font-weight: bolder;
	font-size: 90%;
}


html>body ul.menu a {
	width: auto;
}


/* alamenu */

ul.alamenu {
	margin: 0;
	padding: 0;
}

ul.alamenu li {
	margin-bottom: 4px;
	margin-left: 17px;
	padding: 0px;
	/*padding: 0.2em 0.5em;
	*/
	border: 1px #0F5E7E solid;
	/*background-color: lightyellow*/
	display: list-item;
	list-style-type: none;
}

ul.alamenu a {
	display: block;
	width: 100%;
	height: auto;
	padding: 0.2em 0.5em !important;
	padding: 0.2em 0em 0.1em 0.5em;
	text-decoration: none;
	color: black;
	line-height: 1em;
	font-weight: bolder;
	font-size: 90%;
}


html>body ul.alamenu a {
	width: auto;
}
/* End alamenu */

/* Example, do the same on every main category */

#main-menu-etusivu {
	background: #E6EDF5 url(img/arrowbullet_back.gif) no-repeat left bottom;
}
#main-menu-etusivu a:hover {
	background: #d6dee2 url(img/arrowbullet_back.gif) no-repeat left bottom;
	text-decoration: none;
}

#main-menu-lainauspalvelut {
	background: #E6EDF5 url(img/menu_deco_lainauspalvelut.gif) no-repeat right bottom;
}
#main-menu-lainauspalvelut a:hover {
	background: #d6dee2 url(img/menu_deco_lainauspalvelut.gif) no-repeat right bottom;
	text-decoration: none;
}
#chosen-menu-lainauspalvelut {
	background: #8EB9D2 url(img/menu_deco_lainauspalvelut.gif) no-repeat right bottom;
}

#main-menu-aineistot {
	background: #E6EDF5 url(img/menu_deco_aineistot.gif) no-repeat right bottom;
}
#main-menu-aineistot a:hover {
	background: #d6dee2 url(img/menu_deco_aineistot.gif) no-repeat right bottom;
	text-decoration: none;
}
#chosen-menu-aineistot {
	background: #8EB9D2 url(img/menu_deco_aineistot.gif) no-repeat right bottom;
}

#main-menu-kirjastoyksikot {
	background: #E6EDF5 url(img/menu_deco_kirjastoyksikot.gif) no-repeat right bottom;
}
#main-menu-kirjastoyksikot a:hover {
	background: #d6dee2 url(img/menu_deco_kirjastoyksikot.gif) no-repeat right bottom;
	text-decoration: none;
}
#chosen-menu-kirjastoyksikot {
	background: #8EB9D2 url(img/menu_deco_kirjastoyksikot.gif) no-repeat right bottom;
}

#main-menu-tietopalvelut {
	background: #E6EDF5 url(img/menu_deco_tietopalvelut.gif) no-repeat right bottom;
}
#main-menu-tietopalvelut a:hover {
	background: #d6dee2 url(img/menu_deco_tietopalvelut.gif) no-repeat right bottom;
	text-decoration: none;
}
#chosen-menu-tietopalvelut {
	background: #8EB9D2 url(img/menu_deco_tietopalvelut.gif) no-repeat right bottom;
}

#main-menu-tiedonhaku {
	background: #E6EDF5 url(img/menu_deco_tiedonhaku.gif) no-repeat right bottom;
}
#main-menu-tiedonhaku a:hover {
	background: #d6dee2 url(img/menu_deco_tiedonhaku.gif) no-repeat right bottom;
	text-decoration: none;
}
#chosen-menu-tiedonhaku {
	background: #8EB9D2 url(img/menu_deco_tiedonhaku.gif) no-repeat right bottom;
}

#main-menu-verkkotiedonhaku {
	background: #E6EDF5 url(img/menu_deco_verkkotiedonhaku.gif) no-repeat right bottom;
}
#main-menu-verkkotiedonhaku a:hover {
	background: #d6dee2 url(img/menu_deco_verkkotiedonhaku.gif) no-repeat right bottom;
	text-decoration: none;
}
#chosen-menu-verkkotiedonhaku {
	background: #8EB9D2 url(img/menu_deco_verkkotiedonhaku.gif) no-repeat right bottom;
}

#main-menu-tietoakirjastosta {
	background: #E6EDF5 url(img/menu_deco_tietoakirjastosta.gif) no-repeat right bottom;
}
#main-menu-tietoakirjastosta a:hover {
	background: #d6dee2 url(img/menu_deco_tietoakirjastosta.gif) no-repeat right bottom;
	text-decoration: none;
}
#chosen-menu-tietoakirjastosta {
	background: #8EB9D2 url(img/menu_deco_tietoakirjastosta.gif) no-repeat right bottom;
}

#main-menu-julkaisupalvelut {
	background: #E6EDF5 url(img/menu_deco_julkaisupalvelut.gif) no-repeat right bottom;
}
#main-menu-julkaisupalvelut a:hover {
	background: #d6dee2 url(img/menu_deco_julkaisupalvelut.gif) no-repeat right bottom;
	text-decoration: none;
}
#chosen-menu-julkaisupalvelut {
	background: #8EB9D2 url(img/menu_deco_julkaisupalvelut.gif) no-repeat right bottom;
}

#main-menu-testi {
	background: #E6EDF5 url(img/menu_deco_testi.gif) no-repeat right bottom;
}
#main-menu-testi a:hover {
	background: #d6dee2 url(img/menu_deco_testi.gif) no-repeat right bottom;
	text-decoration: none;
}
#chosen-menu-testi {
	background: #8EB9D2 url(img/menu_deco_testi.gif) no-repeat right bottom;
}

#main-menu-intranet {
	background: #E6EDF5 url(img/menu_deco_intranet.gif) no-repeat right bottom;
}
#main-menu-intranet a:hover {
	background: #d6dee2 url(img/menu_deco_intranet.gif) no-repeat right bottom;
	text-decoration: none;
}
#chosen-menu-intranet {
	background: #8EB9D2 url(img/menu_deco_intranet.gif) no-repeat right bottom;
}

#main-menu-hakemisto {
	background: #E6EDF5 url(img/menu_deco_hakemisto.gif) no-repeat right bottom;
}
#main-menu-hakemisto a:hover {
	background: #d6dee2 url(img/menu_deco_hakemisto.gif) no-repeat right bottom;
	text-decoration: none;
}
#chosen-menu-hakemisto {
	background: #8EB9D2 url(img/menu_deco_hakemisto.gif) no-repeat right bottom;
}

#main-menu-ajankohtaista {
	background: #E6EDF5 url(img/menu_deco_ajankohtaista.gif) no-repeat right bottom;
}
#main-menu-ajankohtaista a:hover {
	background: #d6dee2 url(img/menu_deco_ajankohtaista.gif) no-repeat right bottom;
	text-decoration: none;
}
#chosen-menu-ajankohtaista {
	background: #8EB9D2 url(img/menu_deco_ajankohtaista.gif) no-repeat right bottom;
}


#main-menu-main {
	background: #E6EDF5 url(img/menu_deco_main.gif) no-repeat right bottom;
}
#main-menu-main a:hover {
	background: #d6dee2 url(img/menu_deco_main.gif) no-repeat right bottom;
	text-decoration: none;
}

#main-menu-borrowing {
	background: #E6EDF5 url(img/menu_deco_lainauspalvelut.gif) no-repeat right bottom;
}
#main-menu-borrowing a:hover {
	background: #d6dee2 url(img/menu_deco_lainauspalvelut.gif) no-repeat right bottom;
	text-decoration: none;
}
#chosen-menu-borrowing {
	background: #8EB9D2 url(img/menu_deco_lainauspalvelut.gif) no-repeat right bottom;
}

#main-menu-resources {
	background: #E6EDF5 url(img/menu_deco_aineistot.gif) no-repeat right bottom;
}
#main-menu-resources a:hover {
	background: #d6dee2 url(img/menu_deco_aineistot.gif) no-repeat right bottom;
	text-decoration: none;
}
#chosen-menu-resources {
	background: #8EB9D2 url(img/menu_deco_aineistot.gif) no-repeat right bottom;
}

#main-menu-libraries {
	background: #E6EDF5 url(img/menu_deco_kirjastoyksikot.gif) no-repeat right bottom;
}
#main-menu-libraries a:hover {
	background: #d6dee2 url(img/menu_deco_kirjastoyksikot.gif) no-repeat right bottom;
	text-decoration: none;
}
#chosen-menu-libraries {
	background: #8EB9D2 url(img/menu_deco_kirjastoyksikot.gif) no-repeat right bottom;
}

#main-menu-infoserv {
	background: #E6EDF5 url(img/menu_deco_tietopalvelut.gif) no-repeat right bottom;
}
#main-menu-infoserv a:hover {
	background: #d6dee2 url(img/menu_deco_tietopalvelut.gif) no-repeat right bottom;
	text-decoration: none;
}
#chosen-menu-infoserv {
	background: #8EB9D2 url(img/menu_deco_tietopalvelut.gif) no-repeat right bottom;
}

#main-menu-infoseek {
	background: #E6EDF5 url(img/menu_deco_infoseek.gif) no-repeat right bottom;
}
#main-menu-infoseek a:hover {
	background: #d6dee2 url(img/menu_deco_infoseek.gif) no-repeat right bottom;
	text-decoration: none;
}
#chosen-menu-infoseek {
	background: #8EB9D2 url(img/menu_deco_infoseek.gif) no-repeat right bottom;
}

#main-menu-general {
	background: #E6EDF5 url(img/menu_deco_tietoakirjastosta.gif) no-repeat right bottom;
}
#main-menu-general a:hover {
	background: #d6dee2 url(img/menu_deco_tietoakirjastosta.gif) no-repeat right bottom;
	text-decoration: none;
}
#chosen-menu-general {
	background: #8EB9D2 url(img/menu_deco_tietoakirjastosta.gif) no-repeat right bottom;
}

#main-menu-publserv {
	background: #E6EDF5 url(img/menu_deco_julkaisupalvelut.gif) no-repeat right bottom;
}
#main-menu-publserv a:hover {
	background: #d6dee2 url(img/menu_deco_julkaisupalvelut.gif) no-repeat right bottom;
	text-decoration: none;
}
#chosen-menu-publserv {
	background: #8EB9D2 url(img/menu_deco_julkaisupalvelut.gif) no-repeat right bottom;
}

#main-menu-indexes {
	background: #E6EDF5 url(img/menu_deco_hakemisto.gif) no-repeat right bottom;
}
#main-menu-indexes a:hover {
	background: #d6dee2 url(img/menu_deco_hakemisto.gif) no-repeat right bottom;
	text-decoration: none;
}
#chosen-menu-indexes {
	background: #8EB9D2 url(img/menu_deco_hakemisto.gif) no-repeat right bottom;
}

#main-menu-news {
	background: #E6EDF5 url(img/menu_deco_ajankohtaista.gif) no-repeat right bottom;
}
#main-menu-news a:hover {
	background: #d6dee2 url(img/menu_deco_ajankohtaista.gif) no-repeat right bottom;
	text-decoration: none;
}
#chosen-menu-news {
	background: #8EB9D2 url(img/menu_deco_ajankohtaista.gif) no-repeat right bottom;
}

#main-menu-laneservice {
	background: #E6EDF5 url(img/menu_deco_lainauspalvelut.gif) no-repeat right bottom;
}
#main-menu-laneservice a:hover {
	background: #d6dee2 url(img/menu_deco_lainauspalvelut.gif) no-repeat right bottom;
	text-decoration: none;
}
#chosen-menu-laneservice {
	background: #8EB9D2 url(img/menu_deco_lainauspalvelut.gif) no-repeat right bottom;
}

#main-menu-resurser {
	background: #E6EDF5 url(img/menu_deco_aineistot.gif) no-repeat right bottom;
}
#main-menu-resurser a:hover {
	background: #d6dee2 url(img/menu_deco_aineistot.gif) no-repeat right bottom;
	text-decoration: none;
}
#chosen-menu-resurser {
	background: #8EB9D2 url(img/menu_deco_aineistot.gif) no-repeat right bottom;
}

#main-menu-biblioteken {
	background: #E6EDF5 url(img/menu_deco_kirjastoyksikot.gif) no-repeat right bottom;
}
#main-menu-biblioteken a:hover {
	background: #d6dee2 url(img/menu_deco_kirjastoyksikot.gif) no-repeat right bottom;
	text-decoration: none;
}
#chosen-menu-biblioteken {
	background: #8EB9D2 url(img/menu_deco_kirjastoyksikot.gif) no-repeat right bottom;
}

#main-menu-infotjanst {
	background: #E6EDF5 url(img/menu_deco_tietopalvelut.gif) no-repeat right bottom;
}
#main-menu-infotjanst a:hover {
	background: #d6dee2 url(img/menu_deco_tietopalvelut.gif) no-repeat right bottom;
	text-decoration: none;
}
#chosen-menu-infotjanst {
	background: #8EB9D2 url(img/menu_deco_tietopalvelut.gif) no-repeat right bottom;
}

#main-menu-allman {
	background: #E6EDF5 url(img/menu_deco_tietoakirjastosta.gif) no-repeat right bottom;
}
#main-menu-allman a:hover {
	background: #d6dee2 url(img/menu_deco_tietoakirjastosta.gif) no-repeat right bottom;
	text-decoration: none;
}
#chosen-menu-allman {
	background: #8EB9D2 url(img/menu_deco_tietoakirjastosta.gif) no-repeat right bottom;
}

#main-menu-publserv {
	background: #E6EDF5 url(img/menu_deco_julkaisupalvelut.gif) no-repeat right bottom;
}
#main-menu-publserv a:hover {
	background: #d6dee2 url(img/menu_deco_julkaisupalvelut.gif) no-repeat right bottom;
	text-decoration: none;
}
#chosen-menu-publserv {
	background: #8EB9D2 url(img/menu_deco_julkaisupalvelut.gif) no-repeat right bottom;
}

#main-menu-register {
	background: #E6EDF5 url(img/menu_deco_hakemisto.gif) no-repeat right bottom;
}
#main-menu-register a:hover {
	background: #d6dee2 url(img/menu_deco_hakemisto.gif) no-repeat right bottom;
	text-decoration: none;
}
#chosen-menu-register {
	background: #8EB9D2 url(img/menu_deco_hakemisto.gif) no-repeat right bottom;
}

#main-menu-aktuellt {
	background: #E6EDF5 url(img/menu_deco_ajankohtaista.gif) no-repeat right bottom;
}
#main-menu-aktuellt a:hover {
	background: #d6dee2 url(img/menu_deco_ajankohtaista.gif) no-repeat right bottom;
	text-decoration: none;
}
#chosen-menu-aktuellt {
	background: #8EB9D2 url(img/menu_deco_ajankohtaista.gif) no-repeat right bottom;
}

/* Example END */

/* Navigation sublevels */

ul.submenu {
	margin: 0px;
	margin-bottom: 4px;
	padding: 0px;
	border: none;
}

ul.submenu li {
	display: list-item;
	list-style-type: none;
	padding: 0px;
	padding-left: 8px;
	display: list-item;
	background-image: url(img/arrowbullet_main.gif);
	background-repeat: no-repeat;
	background-position: 0px 0.4em;
	list-style-position: outside;
	margin-bottom: 0px;
	border: none;
	margin-left: 0px;
}

ul.submenu a {
	display: block;
	width: 100% !important;
	width: 194px;
	height: auto;
	padding: 0.2em 0px 0.2em 2px !important;
	padding: 0.2em 0px 0.2em 2px;
	text-decoration: none;
	color: black;
	line-height: 1em;
	font-size: 90%;
	font-weight: bolder;
}

ul.submenu a:hover {
	color: #0f5e7e;
	text-decoration: none;
	background: none;
}

html>body ul.submenu a {
	width: auto;
}

/*alasubmenu */

ul.alasubmenu {
	margin: 0px;
	margin-bottom: 4px;
	margin-left: 10px;
	padding: 0px;
	border: none;
}

ul.alasubmenu li {
	display: list-item;
	list-style-type: none;
	padding: 0px;
	padding-left: 8px;
	display: list-item;
	background-image: url(img/arrowbullet_main.gif);
	background-repeat: no-repeat;
	background-position: 0px 0.4em;
	list-style-position: outside;
	margin-bottom: 0px;
	border: none;
	margin-left: 10px;
}

ul.alasubmenu a {
	display: block;
	width: 100% !important;
	width: 194px;
	height: auto;
	padding: 0.2em 0px 0.2em 2px !important;
	padding: 0.2em 0px 0.2em 2px;
	text-decoration: none;
	color: black;
	line-height: 1em;
	font-size: 90%;
	font-weight: bolder;
}

ul.alasubmenu a:hover {
	color: #0f5e7e;
	text-decoration: underline;
	background: none;
}

html>body ul.alasubmenu a {
	width: auto;
}

/*end alasubmenu*/

/*subsubmenu */
ul.submenu .subsubmenu{
padding-left:1.5em;


}

/* exploderille puukotus */
.subsubmenu  {
_margin-left:-0.2em;
}
/*end subsubmenu*/

/* Navi-area ad space */

#navi-ad-area {
	margin: 20px 0px 4px 0px;
	text-align: center;
}

/* Content */

#content-area {
	margin-left: 215px;
	/*
	margin-left: 320px;
	*/
	border: 1px solid #0F5E7E;
	background-color: white;
	padding: 0.2em 0.5em;
}

/* Full content area, for pages without the navi-area. */

#content-area.full-page {
	margin-left: 0px;
}

/* End-of-Page color block, placed at the end of each content-area DIV */

#bottom-color-block {
	margin-left: 215px;
	height: 5px;
	padding: 0px;
	line-height: 0px;
	background-color: #0F5E7E;
}

#bottom-color-block.full-page {
	margin-left: 0px;
}

/* Submenu inside content-area */

#sidebar {
	width: 30%;
	float: right;
	margin: 0%;
	margin-left: 1%;
	padding: 1em 0.5em 1em 1em;
	background-image: url(img/background.png);
	border: 1px solid #0F5E7E;
}

#sidebar p {
	margin: 0px;
	padding: 0px;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
}

/* NOTE: This element is NavPath-sensitive */

#sidebar ul li {
	margin: 0;
	padding: 0px;
	padding-left: 12px;
	display: list-item;
	list-style-type: none;
	list-style-position: outside;
	background-image: url(img/arrowbullet_main.gif);
	background-repeat: no-repeat;
	background-position: 0px 0.5em;
}

#sidebar a {
	color: #000000;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Document/download links */

#document-attachments h2 {
	font-size: 1em;
}

#document-attachments ul {
	margin: 0px;
	margin-left: 25px;
	padding: 0px;
	line-height: 1.5em;
}

/* NOTE: This element is NavPath-sensitive */

#document-attachments ul li {
	margin: 0;
	padding: 0px;
	padding-left: 16px;
	display: list-item;
	list-style-type: none;
	list-style-position: outside;
	background-image: url(img/document_main.gif);
	background-repeat: no-repeat;
	background-position: 0px 0.3em;
}

/* NOTE: This element is NavPath-sensitive */

#document-attachments a {
	color: #000000;
	text-decoration: underline;
}

/* NOTE: This element is NavPath-sensitive */

#document-attachments a:hover {
	text-decoration: underline;
}

/* General, global elenent properties. */

form {
	margin: 0px;
	padding: 0px;
}

img {
	border:0;
	margin:0;
	padding:0;
}

h1 {
	margin-top: 0;
	margin-bottom: 0.5em;
	font-size: 1.6em;
}

p {
	margin-top: 0;
	margin-bottom: 1em;
}

a:hover {
	text-decoration: underline;
}

.disabled {
	color: #999999;
}

/* 
* NavPath-sensitives (Subpage color themes)
*
* These override previous statements
* Subpage style declared in <body id="style">
*
*/

/* Example, do the same on every main category */

/* Main */

body#julkaisupalvelut div#header {
	background-image: url(img/hdrimg_main.jpg);
}
body#julkaisupalvelut div#search {
	background-image: url(img/hdr_searchbg_main.gif);
}
body .submenu a:hover,
body .alasubmenu a:hover,
body #sidebar a:hover,
body #navipath a:hover,
body #document-attachments a:hover {
	color: #0F5E7E;
	text-decoration: underline;
}
body div#bottom-color-block {
	background-color: #0F5E7E;
}
body div#document-attachments ul li {
	background-image: url(img/document_main.gif);
}

body div#header {
	background-image: url(img/hdrimg_main.jpg);
}
body div#search {
	background-image: url(img/hdr_searchbg_main.gif);
}
body .submenu a:hover,
body #sidebar a:hover,
body #navipath a:hover,
body #document-attachments a:hover {
	color: #0F5E7E;
	text-decoration: underline;
}
body#opiskelu div#bottom-color-block {
	background-color: #0F5E7E;
}
body#opiskelu div#document-attachments ul li {
	background-image: url(img/document_main.gif);
}

/* Example END */

/* Hakemisto */

body#hakemisto div#header {
	background-image: url(img/hdrimg_hakemisto.jpg);
}
body#hakemisto div#search {
	background-image: url(img/hdr_searchbg_main.gif);
}
body#hakemisto .submenu a:hover,
body#hakemisto #sidebar a:hover,
body#hakemisto #navipath a:hover,
body#hakemisto #document-attachments a:hover {
	color: #0F5E7E;
	text-decoration: underline;
}
body#hakemisto div#bottom-color-block {
	background-color: #0F5E7E;
}
body#hakemisto div#document-attachments ul li {
	background-image: url(img/document_main.gif);
}

body#hakemisto div#header {
	background-image: url(img/hdrimg_hakemisto.jpg);
}
body#hakemisto div#search {
	background-image: url(img/hdr_searchbg_main.gif);
}
body#hakemisto .submenu a:hover,
body#hakemisto #sidebar a:hover,
body#hakemisto #navipath a:hover,
body#hakemisto #document-attachments a:hover {
	color: #0F5E7E;
	text-decoration: underline;
}
body#hakemisto div#bottom-color-block {
	background-color: #0F5E7E;
}
body#hakemisto div#document-attachments ul li {
	background-image: url(img/document_main.gif);
}

/* Ajankohtaista */

body#ajankohtaista div#header {
	background-image: url(img/hdrimg_ajankohtaista.jpg);
}
body#ajankohtaista div#search {
	background-image: url(img/hdr_searchbg_main.gif);
}
body#ajankohtaista .submenu a:hover,
body#ajankohtaista #sidebar a:hover,
body#ajankohtaista #navipath a:hover,
body#ajankohtaista #document-attachments a:hover {
	color: #0F5E7E;
	text-decoration: underline;
}
body#ajankohtaista div#bottom-color-block {
	background-color: #0F5E7E;
}
body#ajankohtaista div#document-attachments ul li {
	background-image: url(img/document_main.gif);
}

body#ajankohtaista div#header {
	background-image: url(img/hdrimg_ajankohtaista.jpg);
}
body#ajankohtaista div#search {
	background-image: url(img/hdr_searchbg_main.gif);
}
body#ajankohtaista .submenu a:hover,
body#ajankohtaista #sidebar a:hover,
body#ajankohtaista #navipath a:hover,
body#ajankohtaista #document-attachments a:hover {
	color: #0F5E7E;
	text-decoration: underline;
}
body#ajankohtaista div#bottom-color-block {
	background-color: #0F5E7E;
}
body#ajankohtaista div#document-attachments ul li {
	background-image: url(img/document_main.gif);
}

/* Lainauspalvelut */

body#lainauspalvelut div#header {
	background-image: url(img/hdrimg_lainauspalvelut.jpg);
}
body#lainauspalvelut div#search {
	background-image: url(img/hdr_searchbg_main.gif);
}
body#lainauspalvelut .submenu a:hover,
body#lainauspalvelut #sidebar a:hover,
body#lainauspalvelut #navipath a:hover,
body#lainauspalvelut #document-attachments a:hover {
	color: #0F5E7E;
	text-decoration: underline;
}
body#lainauspalvelut div#bottom-color-block {
	background-color: #0F5E7E;
}
body#lainauspalvelut div#document-attachments ul li {
	background-image: url(img/document_main.gif);
}

body#lainauspalvelut div#header {
	background-image: url(img/hdrimg_lainauspalvelut.jpg);
}
body#lainauspalvelut div#search {
	background-image: url(img/hdr_searchbg_main.gif);
}
body#lainauspalvelut .submenu a:hover,
body#lainauspalvelut #sidebar a:hover,
body#lainauspalvelut #navipath a:hover,
body#lainauspalvelut #document-attachments a:hover {
	color: #0F5E7E;
	text-decoration: underline;
}
body#lainauspalvelut div#bottom-color-block {
	background-color: #0F5E7E;
}
body#lainauspalvelut div#document-attachments ul li {
	background-image: url(img/document_main.gif);
}

/* Kirjastoyksiköt */

body#kirjastoyksikot div#header {
	background-image: url(img/hdrimg_kirjastoyksikot.jpg);
}
body#kirjastoyksikot div#search {
	background-image: url(img/hdr_searchbg_main.gif);
}
body#kirjastoyksikot .submenu a:hover,
body#kirjastoyksikot #sidebar a:hover,
body#kirjastoyksikot #navipath a:hover,
body#kirjastoyksikot #document-attachments a:hover {
	color: #0F5E7E;
	text-decoration: underline;
}
body#kirjastoyksikot div#bottom-color-block {
	background-color: #0F5E7E;
}
body#kirjastoyksikot div#document-attachments ul li {
	background-image: url(img/document_main.gif);
}

body#kirjastoyksikot div#header {
	background-image: url(img/hdrimg_kirjastoyksikot.jpg);
}
body#kirjastoyksikot div#search {
	background-image: url(img/hdr_searchbg_main.gif);
}
body#kirjastoyksikot .submenu a:hover,
body#kirjastoyksikot #sidebar a:hover,
body#kirjastoyksikot #navipath a:hover,
body#kirjastoyksikot #document-attachments a:hover {
	color: #0F5E7E;
	text-decoration: underline;
}
body#kirjastoyksikot div#bottom-color-block {
	background-color: #0F5E7E;
}
body#kirjastoyksikot div#document-attachments ul li {
	background-image: url(img/document_main.gif);
}

/* Aineistot */

body#aineistot div#header {
	background-image: url(img/hdrimg_aineistot.jpg);
}
body#aineistot div#search {
	background-image: url(img/hdr_searchbg_main.gif);
}
body#aineistot .submenu a:hover,
body#aineistot #sidebar a:hover,
body#aineistot #navipath a:hover,
body#aineistot #document-attachments a:hover {
	color: #0F5E7E;
	text-decoration: underline;
}
body#aineistot div#bottom-color-block {
	background-color: #0F5E7E;
}
body#aineistot div#document-attachments ul li {
	background-image: url(img/document_main.gif);
}

body#aineistot div#header {
	background-image: url(img/hdrimg_aineistot.jpg);
}
body#aineistot div#search {
	background-image: url(img/hdr_searchbg_main.gif);
}
body#aineistot .submenu a:hover,
body#aineistot #sidebar a:hover,
body#aineistot #navipath a:hover,
body#aineistot #document-attachments a:hover {
	color: #0F5E7E;
	text-decoration: underline;
}
body#aineistot div#bottom-color-block {
	background-color: #0F5E7E;
}
body#aineistot div#document-attachments ul li {
	background-image: url(img/document_main.gif);
}

/* Tietopalvelut */

body#tietopalvelut div#header {
	background-image: url(img/hdrimg_tietopalvelut.jpg);
}
body#tietopalvelut div#search {
	background-image: url(img/hdr_searchbg_main.gif);
}
body#tietopalvelut .submenu a:hover,
body#tietopalvelut #sidebar a:hover,
body#tietopalvelut #navipath a:hover,
body#tietopalvelut #document-attachments a:hover {
	color: #0F5E7E;
	text-decoration: underline;
}
body#tietopalvelut div#bottom-color-block {
	background-color: #0F5E7E;
}
body#tietopalvelut div#document-attachments ul li {
	background-image: url(img/document_main.gif);
}

body#tietopalvelut div#header {
	background-image: url(img/hdrimg_tietopalvelut.jpg);
}
body#tietopalvelut div#search {
	background-image: url(img/hdr_searchbg_main.gif);
}
body#tietopalvelut .submenu a:hover,
body#tietopalvelut #sidebar a:hover,
body#tietopalvelut #navipath a:hover,
body#tietopalvelut #document-attachments a:hover {
	color: #0F5E7E;
	text-decoration: underline;
}
body#tietopalvelut div#bottom-color-block {
	background-color: #0F5E7E;
}
body#tietopalvelut div#document-attachments ul li {
	background-image: url(img/document_main.gif);
}

/* Tiedonhaku tutuksi */

body#tiedonhaku div#header {
	background-image: url(img/hdrimg_tiedonhaku.jpg);
}
body#tiedonhaku div#search {
	background-image: url(img/hdr_searchbg_main.gif);
}
body#tiedonhaku .submenu a:hover,
body#tiedonhaku #sidebar a:hover,
body#tiedonhaku #navipath a:hover,
body#tiedonhaku #document-attachments a:hover {
	color: #0F5E7E;
	text-decoration: underline;
}
body#tiedonhaku div#bottom-color-block {
	background-color: #0F5E7E;
}
body#tiedonhaku div#document-attachments ul li {
	background-image: url(img/document_main.gif);
}

body#tiedonhaku div#header {
	background-image: url(img/hdrimg_tiedonhaku.jpg);
}
body#tiedonhaku div#search {
	background-image: url(img/hdr_searchbg_main.gif);
}
body#tiedonhaku .submenu a:hover,
body#tiedonhaku #sidebar a:hover,
body#tiedonhaku #navipath a:hover,
body#tiedonhaku #document-attachments a:hover {
	color: #0F5E7E;
	text-decoration: underline;
}
body#tiedonhaku div#bottom-color-block {
	background-color: #0F5E7E;
}
body#tiedonhaku div#document-attachments ul li {
	background-image: url(img/document_main.gif);
}

/* Verkkotiedonhaku tutuksi */

body#verkkotiedonhaku div#header {
	background-image: url(img/hdrimg_verkkotiedonhaku.jpg);
}
body#verkkotiedonhaku div#search {
	background-image: url(img/hdr_searchbg_main.gif);
}
body#verkkotiedonhaku .submenu a:hover,
body#verkkotiedonhaku #sidebar a:hover,
body#verkkotiedonhaku #navipath a:hover,
body#verkkotiedonhaku #document-attachments a:hover {
	color: #0F5E7E;
	text-decoration: underline;
}
body#verkkotiedonhaku div#bottom-color-block {
	background-color: #0F5E7E;
}
body#verkkotiedonhaku div#document-attachments ul li {
	background-image: url(img/document_main.gif);
}

body#verkkotiedonhaku div#header {
	background-image: url(img/hdrimg_verkkotiedonhaku.jpg);
}
body#verkkotiedonhaku div#search {
	background-image: url(img/hdr_searchbg_main.gif);
}
body#verkkotiedonhaku .submenu a:hover,
body#verkkotiedonhaku #sidebar a:hover,
body#verkkotiedonhaku #navipath a:hover,
body#verkkotiedonhaku #document-attachments a:hover {
	color: #0F5E7E;
	text-decoration: underline;
}
body#verkkotiedonhaku div#bottom-color-block {
	background-color: #0F5E7E;
}
body#verkkotiedonhaku div#document-attachments ul li {
	background-image: url(img/document_main.gif);
}


/* Tietoa kirjastosta */

body#tietoakirjastosta div#header {
	background-image: url(img/hdrimg_tietoakirjastosta.jpg);
}
body#tietoakirjastosta div#search {
	background-image: url(img/hdr_searchbg_main.gif);
}
body#tietoakirjastosta .submenu a:hover,
body#tietoakirjastosta #sidebar a:hover,
body#tietoakirjastosta #navipath a:hover,
body#tietoakirjastosta #document-attachments a:hover {
	color: #0F5E7E;
	text-decoration: underline;
}
body#tietoakirjastosta div#bottom-color-block {
	background-color: #0F5E7E;
}
body#tietoakirjastosta div#document-attachments ul li {
	background-image: url(img/document_main.gif);
}

body#tietoakirjastosta div#header {
	background-image: url(img/hdrimg_tietoakirjastosta.jpg);
}
body#tietoakirjastosta div#search {
	background-image: url(img/hdr_searchbg_main.gif);
}
body#tietoakirjastosta .submenu a:hover,
body#tietoakirjastosta #sidebar a:hover,
body#tietoakirjastosta #navipath a:hover,
body#tietoakirjastosta #document-attachments a:hover {
	color: #0F5E7E;
	text-decoration: underline;
}
body#tietoakirjastosta div#bottom-color-block {
	background-color: #0F5E7E;
}
body#tietoakirjastosta div#document-attachments ul li {
	background-image: url(img/document_main.gif);
}

/* Julkaisupalvelut */

body#julkaisupalvelut div#header {
	background-image: url(img/hdrimg_julkaisupalvelut.jpg);
}
body#julkaisupalvelut div#search {
	background-image: url(img/hdr_searchbg_main.gif);
}
body#julkaisupalvelut .submenu a:hover,
body#julkaisupalvelut #sidebar a:hover,
body#julkaisupalvelut #navipath a:hover,
body#julkaisupalvelut #document-attachments a:hover {
	color: #0F5E7E;
	text-decoration: underline;
}
body#julkaisupalvelut div#bottom-color-block {
	background-color: #0F5E7E;
}
body#julkaisupalvelut div#document-attachments ul li {
	background-image: url(img/document_main.gif);
}

body#julkaisupalvelut div#header {
	background-image: url(img/hdrimg_julkaisupalvelut.jpg);
}
body#julkaisupalvelut div#search {
	background-image: url(img/hdr_searchbg_main.gif);
}
body#julkaisupalvelut .submenu a:hover,
body#julkaisupalvelut #sidebar a:hover,
body#julkaisupalvelut #navipath a:hover,
body#julkaisupalvelut #document-attachments a:hover {
	color: #0F5E7E;
	text-decoration: underline;
}
body#julkaisupalvelut div#bottom-color-block {
	background-color: #0F5E7E;
}
body#julkaisupalvelut div#document-attachments ul li {
	background-image: url(img/document_main.gif);
}

/* Intranet */

body#intranet div#header {
	background-image: url(img/hdrimg_intranet.jpg);
}
body#intranet div#search {
	background-image: url(img/hdr_searchbg_main.gif);
}
body#intranet .submenu a:hover,
body#intranet #sidebar a:hover,
body#intranet #navipath a:hover,
body#intranet #document-attachments a:hover {
	color: #0F5E7E;
	text-decoration: underline;
}
body#intranet div#bottom-color-block {
	background-color: #0F5E7E;
}
body#intranet div#document-attachments ul li {
	background-image: url(img/document_main.gif);
}

body#intranet div#header {
	background-image: url(img/hdrimg_intranet.jpg);
}
body#intranet div#search {
	background-image: url(img/hdr_searchbg_main.gif);
}
body#intranet .submenu a:hover,
body#intranet #sidebar a:hover,
body#intranet #navipath a:hover,
body#intranet #document-attachments a:hover {
	color: #0F5E7E;
	text-decoration: underline;
}
body#intranet div#bottom-color-block {
	background-color: #0F5E7E;
}
body#intranet div#document-attachments ul li {
	background-image: url(img/document_main.gif);
}

/* Testi */

body#testi div#header {
	background-image: url(img/hdrimg_testi.jpg);
}
body#testi div#search {
	background-image: url(img/hdr_searchbg_main.gif);
}
body#testi .submenu a:hover,
body#testi #sidebar a:hover,
body#testi #navipath a:hover,
body#testi #document-attachments a:hover {
	color: #0F5E7E;
	text-decoration: underline;
}
body#testi div#bottom-color-block {
	background-color: #0F5E7E;
}
body#testi div#document-attachments ul li {
	background-image: url(img/document_main.gif);
}

body#testi div#header {
	background-image: url(img/hdrimg_testi.jpg);
}
body#testi div#search {
	background-image: url(img/hdr_searchbg_main.gif);
}
body#testi .submenu a:hover,
body#testi #sidebar a:hover,
body#testi #navipath a:hover,
body#testi #document-attachments a:hover {
	color: #0F5E7E;
	text-decoration: underline;
}
body#testi div#bottom-color-block {
	background-color: #0F5E7E;
}
body#testi div#document-attachments ul li {
	background-image: url(img/document_main.gif);
}



/* Index */

body#indexes div#header {
	background-image: url(img/hdrimg_hakemisto.jpg);
}
body#indexes div#search {
	background-image: url(img/hdr_searchbg_main.gif);
}
body#indexes .submenu a:hover,
body#indexes #sidebar a:hover,
body#indexes #navipath a:hover,
body#indexes #document-attachments a:hover {
	color: #0F5E7E;
	text-decoration: underline;
}
body#indexes div#bottom-color-block {
	background-color: #0F5E7E;
}
body#indexes div#document-attachments ul li {
	background-image: url(img/document_main.gif);
}

body#indexes div#header {
	background-image: url(img/hdrimg_hakemisto.jpg);
}
body#indexes div#search {
	background-image: url(img/hdr_searchbg_main.gif);
}
body#indexes .submenu a:hover,
body#indexes #sidebar a:hover,
body#indexes #navipath a:hover,
body#indexes #document-attachments a:hover {
	color: #0F5E7E;
	text-decoration: underline;
}
body#indexes div#bottom-color-block {
	background-color: #0F5E7E;
}
body#indexes div#document-attachments ul li {
	background-image: url(img/document_main.gif);
}

/* News */

body#news div#header {
	background-image: url(img/hdrimg_ajankohtaista.jpg);
}
body#news div#search {
	background-image: url(img/hdr_searchbg_main.gif);
}
body#news .submenu a:hover,
body#news #sidebar a:hover,
body#news #navipath a:hover,
body#news #document-attachments a:hover {
	color: #0F5E7E;
	text-decoration: underline;
}
body#news div#bottom-color-block {
	background-color: #0F5E7E;
}
body#news div#document-attachments ul li {
	background-image: url(img/document_main.gif);
}

body#news div#header {
	background-image: url(img/hdrimg_ajankohtaista.jpg);
}
body#news div#search {
	background-image: url(img/hdr_searchbg_main.gif);
}
body#news .submenu a:hover,
body#news #sidebar a:hover,
body#news #navipath a:hover,
body#news #document-attachments a:hover {
	color: #0F5E7E;
	text-decoration: underline;
}
body#news div#bottom-color-block {
	background-color: #0F5E7E;
}
body#news div#document-attachments ul li {
	background-image: url(img/document_main.gif);
}



/* Borrowing */

body#borrowing div#header {
	background-image: url(img/hdrimg_lainauspalvelut.jpg);
}
body#borrowing div#search {
	background-image: url(img/hdr_searchbg_main.gif);
}
body#borrowing .submenu a:hover,
body#borrowing #sidebar a:hover,
body#borrowing #navipath a:hover,
body#borrowing #document-attachments a:hover {
	color: #0F5E7E;
	text-decoration: underline;
}
body#borrowing div#bottom-color-block {
	background-color: #0F5E7E;
}
body#borrowing div#document-attachments ul li {
	background-image: url(img/document_main.gif);
}

body#borrowing div#header {
	background-image: url(img/hdrimg_lainauspalvelut.jpg);
}
body#borrowing div#search {
	background-image: url(img/hdr_searchbg_main.gif);
}
body#borrowing .submenu a:hover,
body#borrowing #sidebar a:hover,
body#borrowing #navipath a:hover,
body#borrowing #document-attachments a:hover {
	color: #0F5E7E;
	text-decoration: underline;
}
body#borrowing div#bottom-color-block {
	background-color: #0F5E7E;
}
body#borrowing div#document-attachments ul li {
	background-image: url(img/document_main.gif);
}

/* Libraries */

body#libraries div#header {
	background-image: url(img/hdrimg_kirjastoyksikot.jpg);
}
body#libraries div#search {
	background-image: url(img/hdr_searchbg_main.gif);
}
body#libraries .submenu a:hover,
body#libraries #sidebar a:hover,
body#libraries #navipath a:hover,
body#libraries #document-attachments a:hover {
	color: #0F5E7E;
	text-decoration: underline;
}
body#libraries div#bottom-color-block {
	background-color: #0F5E7E;
}
body#libraries div#document-attachments ul li {
	background-image: url(img/document_main.gif);
}

body#libraries div#header {
	background-image: url(img/hdrimg_kirjastoyksikot.jpg);
}
body#libraries div#search {
	background-image: url(img/hdr_searchbg_main.gif);
}
body#libraries .submenu a:hover,
body#libraries #sidebar a:hover,
body#libraries #navipath a:hover,
body#libraries #document-attachments a:hover {
	color: #0F5E7E;
	text-decoration: underline;
}
body#libraries div#bottom-color-block {
	background-color: #0F5E7E;
}
body#libraries div#document-attachments ul li {
	background-image: url(img/document_main.gif);
}

/* Resources */

body#resources div#header {
	background-image: url(img/hdrimg_aineistot.jpg);
}
body#resources div#search {
	background-image: url(img/hdr_searchbg_main.gif);
}
body#resources .submenu a:hover,
body#resources #sidebar a:hover,
body#resources #navipath a:hover,
body#resources #document-attachments a:hover {
	color: #0F5E7E;
	text-decoration: underline;
}
body#resources div#bottom-color-block {
	background-color: #0F5E7E;
}
body#resources div#document-attachments ul li {
	background-image: url(img/document_main.gif);
}

body#resources div#header {
	background-image: url(img/hdrimg_aineistot.jpg);
}
body#resources div#search {
	background-image: url(img/hdr_searchbg_main.gif);
}
body#resources .submenu a:hover,
body#resources #sidebar a:hover,
body#resources #navipath a:hover,
body#resources #document-attachments a:hover {
	color: #0F5E7E;
	text-decoration: underline;
}
body#resources div#bottom-color-block {
	background-color: #0F5E7E;
}
body#resources div#document-attachments ul li {
	background-image: url(img/document_main.gif);
}

/* Information services */

body#infoserv div#header {
	background-image: url(img/hdrimg_tietopalvelut.jpg);
}
body#infoserv div#search {
	background-image: url(img/hdr_searchbg_main.gif);
}
body#infoserv .submenu a:hover,
body#infoserv #sidebar a:hover,
body#infoserv #navipath a:hover,
body#infoserv #document-attachments a:hover {
	color: #0F5E7E;
	text-decoration: underline;
}
body#infoserv div#bottom-color-block {
	background-color: #0F5E7E;
}
body#infoserv div#document-attachments ul li {
	background-image: url(img/document_main.gif);
}

body#infoserv div#header {
	background-image: url(img/hdrimg_tietopalvelut.jpg);
}
body#infoserv div#search {
	background-image: url(img/hdr_searchbg_main.gif);
}
body#infoserv .submenu a:hover,
body#infoserv #sidebar a:hover,
body#infoserv #navipath a:hover,
body#infoserv #document-attachments a:hover {
	color: #0F5E7E;
	text-decoration: underline;
}
body#infoserv div#bottom-color-block {
	background-color: #0F5E7E;
}
body#infoserv div#document-attachments ul li {
	background-image: url(img/document_main.gif);
}

/* Information seeking tutorial */

body#infoseek div#header {
	background-image: url(img/hdrimg_tietopalvelut.jpg);
}
body#infoseek div#search {
	background-image: url(img/hdr_searchbg_main.gif);
}
body#infoseek .submenu a:hover,
body#infoseek #sidebar a:hover,
body#infoseek #navipath a:hover,
body#infoseek #document-attachments a:hover {
	color: #0F5E7E;
	text-decoration: underline;
}
body#infoseek div#bottom-color-block {
	background-color: #0F5E7E;
}
body#infoseek div#document-attachments ul li {
	background-image: url(img/document_main.gif);
}

body#infoseek div#header {
	background-image: url(img/hdrimg_tietopalvelut.jpg);
}
body#infoseek div#search {
	background-image: url(img/hdr_searchbg_main.gif);
}
body#infoseek .submenu a:hover,
body#infoseek #sidebar a:hover,
body#infoseek #navipath a:hover,
body#infoseek #document-attachments a:hover {
	color: #0F5E7E;
	text-decoration: underline;
}
body#infoseek div#bottom-color-block {
	background-color: #0F5E7E;
}
body#infoseek div#document-attachments ul li {
	background-image: url(img/document_main.gif);
}

/* General information */

body#general div#header {
	background-image: url(img/hdrimg_tietoakirjastosta.jpg);
}
body#general div#search {
	background-image: url(img/hdr_searchbg_main.gif);
}
body#general .submenu a:hover,
body#general #sidebar a:hover,
body#general #navipath a:hover,
body#general #document-attachments a:hover {
	color: #0F5E7E;
	text-decoration: underline;
}
body#general div#bottom-color-block {
	background-color: #0F5E7E;
}
body#general div#document-attachments ul li {
	background-image: url(img/document_main.gif);
}

body#general div#header {
	background-image: url(img/hdrimg_tietoakirjastosta.jpg);
}
body#general div#search {
	background-image: url(img/hdr_searchbg_main.gif);
}
body#general .submenu a:hover,
body#general #sidebar a:hover,
body#general #navipath a:hover,
body#general #document-attachments a:hover {
	color: #0F5E7E;
	text-decoration: underline;
}
body#general div#bottom-color-block {
	background-color: #0F5E7E;
}
body#general div#document-attachments ul li {
	background-image: url(img/document_main.gif);
}

/* Publication services */

body#publserv div#header {
	background-image: url(img/hdrimg_julkaisupalvelut.jpg);
}
body#publserv div#search {
	background-image: url(img/hdr_searchbg_main.gif);
}
body#publserv .submenu a:hover,
body#publserv #sidebar a:hover,
body#publserv #navipath a:hover,
body#publserv #document-attachments a:hover {
	color: #0F5E7E;
	text-decoration: underline;
}
body#publserv div#bottom-color-block {
	background-color: #0F5E7E;
}
body#publserv div#document-attachments ul li {
	background-image: url(img/document_main.gif);
}

body#publserv div#header {
	background-image: url(img/hdrimg_julkaisupalvelut.jpg);
}
body#publserv div#search {
	background-image: url(img/hdr_searchbg_main.gif);
}
body#publserv .submenu a:hover,
body#publserv #sidebar a:hover,
body#publserv #navipath a:hover,
body#publserv #document-attachments a:hover {
	color: #0F5E7E;
	text-decoration: underline;
}
body#publserv div#bottom-color-block {
	background-color: #0F5E7E;
}
body#publserv div#document-attachments ul li {
	background-image: url(img/document_main.gif);
}

/* Register */

body#register div#header {
	background-image: url(img/hdrimg_hakemisto.jpg);
}
body#register div#search {
	background-image: url(img/hdr_searchbg_main.gif);
}
body#register .submenu a:hover,
body#register #sidebar a:hover,
body#register #navipath a:hover,
body#register #document-attachments a:hover {
	color: #0F5E7E;
	text-decoration: underline;
}
body#register div#bottom-color-block {
	background-color: #0F5E7E;
}
body#register div#document-attachments ul li {
	background-image: url(img/document_main.gif);
}

body#register div#header {
	background-image: url(img/hdrimg_hakemisto.jpg);
}
body#register div#search {
	background-image: url(img/hdr_searchbg_main.gif);
}
body#register .submenu a:hover,
body#register #sidebar a:hover,
body#register #navipath a:hover,
body#register #document-attachments a:hover {
	color: #0F5E7E;
	text-decoration: underline;
}
body#register div#bottom-color-block {
	background-color: #0F5E7E;
}
body#register div#document-attachments ul li {
	background-image: url(img/document_main.gif);
}

/* Aktuellt */

body#aktuellt div#header {
	background-image: url(img/hdrimg_ajankohtaista.jpg);
}
body#aktuellt div#search {
	background-image: url(img/hdr_searchbg_main.gif);
}
body#aktuellt .submenu a:hover,
body#aktuellt #sidebar a:hover,
body#aktuellt #navipath a:hover,
body#aktuellt #document-attachments a:hover {
	color: #0F5E7E;
	text-decoration: underline;
}
body#aktuellt div#bottom-color-block {
	background-color: #0F5E7E;
}
body#aktuellt div#document-attachments ul li {
	background-image: url(img/document_main.gif);
}

body#aktuellt div#header {
	background-image: url(img/hdrimg_ajankohtaista.jpg);
}
body#aktuellt div#search {
	background-image: url(img/hdr_searchbg_main.gif);
}
body#aktuellt .submenu a:hover,
body#aktuellt #sidebar a:hover,
body#aktuellt #navipath a:hover,
body#aktuellt #document-attachments a:hover {
	color: #0F5E7E;
	text-decoration: underline;
}
body#aktuellt div#bottom-color-block {
	background-color: #0F5E7E;
}
body#aktuellt div#document-attachments ul li {
	background-image: url(img/document_main.gif);
}



/* Låneservice */

body#laneservice div#header {
	background-image: url(img/hdrimg_lainauspalvelut.jpg);
}
body#laneservice div#search {
	background-image: url(img/hdr_searchbg_main.gif);
}
body#laneservice .submenu a:hover,
body#laneservice #sidebar a:hover,
body#laneservice #navipath a:hover,
body#laneservice #document-attachments a:hover {
	color: #0F5E7E;
	text-decoration: underline;
}
body#laneservice div#bottom-color-block {
	background-color: #0F5E7E;
}
body#laneservice div#document-attachments ul li {
	background-image: url(img/document_main.gif);
}

body#laneservice div#header {
	background-image: url(img/hdrimg_lainauspalvelut.jpg);
}
body#laneservice div#search {
	background-image: url(img/hdr_searchbg_main.gif);
}
body#laneservice .submenu a:hover,
body#laneservice #sidebar a:hover,
body#laneservice #navipath a:hover,
body#laneservice #document-attachments a:hover {
	color: #0F5E7E;
	text-decoration: underline;
}
body#laneservice div#bottom-color-block {
	background-color: #0F5E7E;
}
body#laneservice div#document-attachments ul li {
	background-image: url(img/document_main.gif);
}

/* Biblioteken */

body#biblioteken div#header {
	background-image: url(img/hdrimg_kirjastoyksikot.jpg);
}
body#biblioteken div#search {
	background-image: url(img/hdr_searchbg_main.gif);
}
body#biblioteken .submenu a:hover,
body#biblioteken #sidebar a:hover,
body#biblioteken #navipath a:hover,
body#biblioteken #document-attachments a:hover {
	color: #0F5E7E;
	text-decoration: underline;
}
body#biblioteken div#bottom-color-block {
	background-color: #0F5E7E;
}
body#biblioteken div#document-attachments ul li {
	background-image: url(img/document_main.gif);
}

body#biblioteken div#header {
	background-image: url(img/hdrimg_kirjastoyksikot.jpg);
}
body#biblioteken div#search {
	background-image: url(img/hdr_searchbg_main.gif);
}
body#biblioteken .submenu a:hover,
body#biblioteken #sidebar a:hover,
body#biblioteken #navipath a:hover,
body#biblioteken #document-attachments a:hover {
	color: #0F5E7E;
	text-decoration: underline;
}
body#biblioteken div#bottom-color-block {
	background-color: #0F5E7E;
}
body#biblioteken div#document-attachments ul li {
	background-image: url(img/document_main.gif);
}

/* Resurser */

body#resurser div#header {
	background-image: url(img/hdrimg_aineistot.jpg);
}
body#resurser div#search {
	background-image: url(img/hdr_searchbg_main.gif);
}
body#resurser .submenu a:hover,
body#resurser #sidebar a:hover,
body#resurser #navipath a:hover,
body#resurser #document-attachments a:hover {
	color: #0F5E7E;
	text-decoration: underline;
}
body#resurser div#bottom-color-block {
	background-color: #0F5E7E;
}
body#resurser div#document-attachments ul li {
	background-image: url(img/document_main.gif);
}

body#resurser div#header {
	background-image: url(img/hdrimg_aineistot.jpg);
}
body#resurser div#search {
	background-image: url(img/hdr_searchbg_main.gif);
}
body#resurser .submenu a:hover,
body#resurser #sidebar a:hover,
body#resurser #navipath a:hover,
body#resurser #document-attachments a:hover {
	color: #0F5E7E;
	text-decoration: underline;
}
body#resurser div#bottom-color-block {
	background-color: #0F5E7E;
}
body#resurser div#document-attachments ul li {
	background-image: url(img/document_main.gif);
}

/* Informationstjanst */

body#infotjanst div#header {
	background-image: url(img/hdrimg_tietopalvelut.jpg);
}
body#infotjanst div#search {
	background-image: url(img/hdr_searchbg_main.gif);
}
body#infotjanst .submenu a:hover,
body#infotjanst #sidebar a:hover,
body#infotjanst #navipath a:hover,
body#infotjanst #document-attachments a:hover {
	color: #0F5E7E;
	text-decoration: underline;
}
body#infotjanst div#bottom-color-block {
	background-color: #0F5E7E;
}
body#infotjanst div#document-attachments ul li {
	background-image: url(img/document_main.gif);
}

body#infotjanst div#header {
	background-image: url(img/hdrimg_tietopalvelut.jpg);
}
body#infotjanst div#search {
	background-image: url(img/hdr_searchbg_main.gif);
}
body#infotjanst .submenu a:hover,
body#infotjanst #sidebar a:hover,
body#infotjanst #navipath a:hover,
body#infotjanst #document-attachments a:hover {
	color: #0F5E7E;
	text-decoration: underline;
}
body#infotjanst div#bottom-color-block {
	background-color: #0F5E7E;
}
body#infotjanst div#document-attachments ul li {
	background-image: url(img/document_main.gif);
}

/* Allmän information */

body#allman div#header {
	background-image: url(img/hdrimg_tietoakirjastosta.jpg);
}
body#allman div#search {
	background-image: url(img/hdr_searchbg_main.gif);
}
body#allman .submenu a:hover,
body#allman #sidebar a:hover,
body#allman #navipath a:hover,
body#allman #document-attachments a:hover {
	color: #0F5E7E;
	text-decoration: underline;
}
body#allman div#bottom-color-block {
	background-color: #0F5E7E;
}
body#allman div#document-attachments ul li {
	background-image: url(img/document_main.gif);
}

body#allman div#header {
	background-image: url(img/hdrimg_tietoakirjastosta.jpg);
}
body#allman div#search {
	background-image: url(img/hdr_searchbg_main.gif);
}
body#allman .submenu a:hover,
body#allman #sidebar a:hover,
body#allman #navipath a:hover,
body#allman #document-attachments a:hover {
	color: #0F5E7E;
	text-decoration: underline;
}
body#allman div#bottom-color-block {
	background-color: #0F5E7E;
}
body#general div#document-attachments ul li {
	background-image: url(img/document_main.gif);
}

/* Publikationsservice */

body#publserv div#header {
	background-image: url(img/hdrimg_julkaisupalvelut.jpg);
}
body#publserv div#search {
	background-image: url(img/hdr_searchbg_main.gif);
}
body#publserv .submenu a:hover,
body#publserv #sidebar a:hover,
body#publserv #navipath a:hover,
body#publserv #document-attachments a:hover {
	color: #0F5E7E;
	text-decoration: underline;
}
body#publserv div#bottom-color-block {
	background-color: #0F5E7E;
}
body#publserv div#document-attachments ul li {
	background-image: url(img/document_main.gif);
}

body#publserv div#header {
	background-image: url(img/hdrimg_julkaisupalvelut.jpg);
}
body#publserv div#search {
	background-image: url(img/hdr_searchbg_main.gif);
}
body#publserv .submenu a:hover,
body#publserv #sidebar a:hover,
body#publserv #navipath a:hover,
body#publserv #document-attachments a:hover {
	color: #0F5E7E;
	text-decoration: underline;
}
body#publserv div#bottom-color-block {
	background-color: #0F5E7E;
}
body#publserv div#document-attachments ul li {
	background-image: url(img/document_main.gif);
}

/* editbuttons - same as submenu style */

#edit-buttons {
	margin: 0px;
	margin-bottom: 4px;
	padding: 0px;
	border: none;
}

#edit-buttons a {
	display: block;
	width: 100% !important;
	padding: 0.2em 0px 0.2em 2px !important;
	padding: 0.2em 0px 0.2em 2px;
	text-decoration: none;
	line-height: 1em;
	font-size: 90%;
	font-weight: bolder;
	color: #000000;
}

#edit-buttons a:hover {
	color: #0f5e7e;
	text-decoration: underline;
	background: none;
}
