@charset "UTF-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000;
	background-color: #FFF;
	background-image: url(../images/gui/background_basic.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center; /* Tämä keskittää main_container:in IE 5* selaimissa. Jäljempänä #main_container -selektorissa teksti tasataan vasemmalle. */
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}
/* Globaali fonttimääritys */ 
p, h1, h2, h3 { 
	margin-top: 0px;
}
/* Globaali väri näille tekstityyleille */
h1, h2, h3, a, th {
	color: #005AA2;
}
h1 {
	font-size: 14px;
}
/* Ingressityyli */
h2  {
	font-size: 11px;
	line-height: 16px;
}
/* Tällä ja ylempänä olevalla margin-asetuksella saadaan aikaiseksi väliotsikot jotka ovat kiinni seuraavassa kappaleessa. */
h3 {
	font-size: 11px;
	margin-bottom: 0px;
}
h4 {
	font-size: 11px;
	margin-bottom: 0px;
	font-weight: lighter;
	font-style: italic;
}
a:hover {
	color:#CC0000;
}
#main_container {
	text-align: left;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}
#top_bar {
	background-image: url(../images/gui/top_bar.png);
	background-repeat: repeat-x;
	display: block;
	float: left;
	width: 586px;
	height: 37px;
	padding-right: 20px;
	padding-left: 164px;
	z-index: 10;
	color: #005AA2;
	font-size: 12px;
	padding-top: 7px;
	letter-spacing: 1px;
	position: relative;
	top: 0px;
}
#logo {
	display: block;
	z-index: 100;
	margin-left: 20px;
	float: left;
	position: relative;
	top: -44px;
	height: 60px;
	width: 124px;
}
#printter-logo {
	display: none;
}
#banner {
	display: block;
	float: left;
	position: relative;
	top: -68px;
	z-index: 0;
}
#main_menu {
	display: block;
	float: left;
	height: 34px;
	width: 770px;
	position: relative;
	background-image: url(../images/gui/background_navibar.png);
	background-repeat: repeat-x;
	top: -68px;
}
#page_container {
	display: block;
	float: left;
	width: 730px;
	padding: 20px;
	top: -68px;
	position: relative;
}
#page_container ul { /*Tällä ul- ja allaolevalla ul li -säädöillä vaikutetaan siihen miltä "unordered list" näyttää page_container:in sisällä. */
	margin: 0px;
	padding-top: 2px;
	padding-left: 15px;
	list-style-position: outside;	
}
#page_container ul li {
	padding-top: 2px;
}
#page_content {
	display: block;
	float: left;
	width: 100%;
}
#page_contentbox {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CFCFCF;
	border-bottom-color: #CFCFCF;
	border-left-color: #CFCFCF;
	min-height: 180px;
	padding: 10px;
	display: block;
	float: left;
	width: 708px;
}
#header_bluebox h1{
	color: #FFF;
	height: 24px;
	font-size: 14px;
	background-image: url(../images/gui/background_to_blue_header.png);
	background-repeat: repeat-x;
	margin-bottom: 0px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	letter-spacing: 1px;
}
#header_greenbox  h1{
	color: #FFF;
	height: 24px;
	font-size: 14px;
	background-image: url(../images/gui/background_to_green_header.png);
	background-repeat: repeat-x;
	margin-bottom: 0px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	letter-spacing: 1px;
}
#imagebox_right {
	display: block;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;/*	width: 250px;*/
}
#imagebox_right img {
	border: 1px solid #CFCFCF;
}
#map_iframe {
	border: 1px solid #CFCFCF;
}
#caption {
	font-style: italic;
	margin-top: 5px;
}
#footer {
	display: block;
	float: left;
	width: 770px;
	padding-top: 10px;
	color: #999999;
	position: relative;
	text-align: center;
	top: -68px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
}
