/* Global
------------------------------------------------------------------*/

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin:0;
	padding:0;
}

body {
	background-color: #596C1A;
    background-image: url('../images/bg_body.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	font-family : Arial, Helvetica, "Times New Roman",  Sans-serif;
	font-size : 12px;
	font-style : normal;    
        height: 100%;
    line-height : 16px;
    
}

br {
	line-height: 10px;
}

em, i {
    font-style:italic;
}

hr {
    background-color: #D1D3D4;
    border:           0px;  
    clear:both;
    color:            #D1D3D4;
    height:           1px; 
}

img {
	border:0px;
}	

p {
    margin-top: 10px;
    margin-bottom: 10px;
}

pre {
    font-family: monospace;
    font-size: 1.0em;
    margin-bottom: 10px;
}
   
ul, ol, li {
    margin-left: 10px; 
    margin-bottom: 8px; 
}

small {
    font-size: 80%;
}

strong, b {
    font-weight: bold;
}

.alignCenter, p.alignCenter {
	text-align:center;
}

.alignLeft {
	text-align:left;
}

.alignRight {
	text-align: right;
}

.autoHeight {
	width: auto !important;
}
    
.autoWidth {
	width: auto !important;
}

.bold, p.bold	{
	font-weight: bold;
}

.clear {
	clear:both;
}

.clearRight {
	clear:right;
}

.cursorHand {
	cursor: hand;
	cursor: pointer;
}

.floatCenter {
	margin-left: auto;
    margin-right: auto;
}

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

.border {
    border: #CCCCCC 1px solid; 
}

.border small {
    margin-left: 12px;
}

.border td {
    padding: 10px;
}

.noBorder {
    border: none !important;
}

.noMargin {
    margin: 0px;
}

.noPadding {
    padding: 0px;
}

.pager {
    height: 16px;
    padding-bottom: 10px;
}

.wide {
    width: 100%;
}

/* Layout
------------------------------------------------------------------*/    
    
/* Content areas */

#banner {  
    background-color: #FFFFFF;
    height: 120px;
    margin-bottom: 15px;
    text-align: center;
    width: 160px;
}
    
#contentColumn {    
    margin-left: 190px;
    margin-right: 190px;
}

#content {
    border: none;
}

#content h1 {
        margin-top: 15px;
    }

#content img {
        margin-top: 15px;
    }    

#content embed {
        margin-top: 15px;
    }    

#content object {
        margin-top: 15px;
    }    
    
/* Footer */

#footer {
    border-top: #BFBFBF 1px solid;
    clear: both;
    color: #000;
    height: 78px;
    margin: 0px 15px 0px 15px;
    text-align: left;
    padding: 0px;
    width: 840px;
}

#footer div {
    line-height: 10px;
}

/* Left column */
  
#leftColumn {
    float: left;
    min-height: 522px;
    padding: 0px 15px 0px 15px;
    width: 160px;
}

/* Left column links block for front page */

#leftColumnContent {
    background-color: #F6F7F2;
    background-image: url('../images/bg_left_column_content.gif');
	background-position: top left;
	background-repeat: no-repeat;
    border: #596C1A 1px solid;
    margin: 0px 0px 15px 0px;
    height: 231px;
    padding: 23px 0px 0px 0px;
    width: 158px;
}

#leftColumnContent ul {
    list-style: none;
	margin: 0; 
    padding: 0;
}

#leftColumnContent ul li {
    border-top: #939F69 1px solid;
	color: #000;
	margin: 0px;
	padding: 8px;
}

#leftColumnContent ul li a {
    color: #000;
    display: block;
    text-decoration: none;
}

#leftColumnContent ul li a:hover {
    text-decoration: underline;
}

#leftColumnContent ul li a img {
    border: #939F69 1px solid;
    display: block;
    margin-bottom: 4px;
}

/* Logo */

#logo {
    height: 72px;
    margin: 16px auto 22px auto;
    width: 76px;
}

#logo img {
    border: 0px;
/*    height: 72px;
    width: 76px; */
}

/* Right column */

#rightColumn {
    float: right;
    padding: 15px 15px 0px 15px;
    width: 160px;
}

/* Right column image block */

#rightColumnImage {
    float: right;
    height: 400px;
    width: 160px;
}

/* Right column news block for front page */
    
#rightColumnContent, #rightColumnContent2, #rightColumnContentNews  {
    background-color: #F6E8E8;
    background-image: url('../images/bg_right_column_content.gif');
	background-position: top left;
	background-repeat: no-repeat;
    border: #AB1416 1px solid;
    margin: 0px 0px 15px 0px;
    min-height: 220px;
    padding: 34px 10px 0px 10px;
    width: 138px;
}

#rightColumnContent a, #rightColumnContent2 a, #rightColumnContentNews a {
    display: block;
    margin-bottom: 12px;
}

#rightColumnContent table, #rightColumnContent2 table, #rightColumnContentNews table {
    margin-bottom: 15px;
}




/* Right column navigation for maps and languages */

#rightColumnNavigation {
    clear: both;
    margin: 0px 0px 15px 15px; 
}

#rightColumnNavigation p {
    margin-top: 0px;
    margin-bottom: 0px;
}

#rightColumnNavigation a, #rightColumnNavigation a {
	line-height: 20px;
}

#rightColumnNavigation a, #rightColumnNavigation a:visited {
	color: #000;
    text-decoration:none;
} 

#rightColumnNavigation a:hover {
	text-decoration:underline;
} 

    
/* Wrapper */    

#wrapper {
    background-color: #FFF;
    border: none;
    height: 100%;
    margin: 0px auto 0px auto;
    padding: 0px;
    /*min-height: 576px;    */
    width: 872px;
}

/* Main navigation (div/table combination, content column)
------------------------------------------------------------------*/

.mainNavigation {
    background-color: #596C1A;
    background-image: url('../images/bg_main_navigation.gif');
	background-position: top left;
	background-repeat: no-repeat;
    height: 29px;
    margin: 0px;
    padding-top: 66px;
    width: 492px;
}

.mainNavigation table {
    background-color: #FFF;
    background-image: url('../images/bg_main_navigation_table.gif');
	background-position: top left;
	background-repeat: repeat-x;
    border-bottom: #BFBFBF 1px solid;
    border-right: #BFBFBF 1px solid;
    height: 26px;
    margin: 0px; 
    padding: 0px;
    width: 492px;
}

.mainNavigation table td {
    border-bottom: #EFEFEF 2px solid;
    border-left: #BFBFBF 1px solid;
	color: #000;
	margin: 0px;
	padding: 0px;
    text-align: center;
}

.mainNavigation table td a, .mainNavigation table td a:visited {
    color: #000;
    line-height: 26px;
    margin: 0px;
    padding: 0px 10px 0px 10px;
    text-align: center;
    text-decoration: none; 
    text-transform: uppercase;
}

.mainNavigation td:hover {
    border-bottom: #596C1A 2px solid;
	text-decoration: none; 
}

.mainNavigation td#current {
    border-bottom: #596C1A 2px solid;
	text-decoration: none; 
}

/* Sub navigation (left column)
------------------------------------------------------------------*/

#subNavigation {
    background-color: #F6F7F2;
    background-image: url('../images/bg_sub_navigation.gif');
	background-position: top left;
	background-repeat: no-repeat;
    border: #596C1A 1px solid;
    margin: 0px 0px 15px 0px;
    height: 230px;
    padding-top: 24px;
    width: 158px;
}

#subNavigation ul {
	list-style: none;
	margin: 0; 
    padding: 0;
}

#subNavigation ul li {
    background-image: url('../images/bg_sub_navigation_li.gif');
	background-position: top left;
	background-repeat: repeat-x;
    border-bottom: #939F69 1px solid;
	color: #000;
	letter-spacing: -0.333;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 3px 0px;
}

#subNavigation ul li a {
    color: #000;
    display: block;
    height: 18px;
	text-decoration: none; 
    margin-left: 10px; 
}

#subNavigation ul li a:hover {
    color: #000;
	text-decoration: underline; 
}

#subNavigation ul li a.current {
    text-decoration: underline;
}


/* Sublevel list and links */

#subNavigation ul li ul {
    background-color: #FFF !important;
    border-top: #C3C7AE 1px solid;
    margin: 2px 0px 0px 0px !important;
    padding: 4px 0px 4px 0px !important;
}

#subNavigation ul li ul li {
    background: none !important;
    border-bottom: none !important;
}

#subNavigation ul li ul li a {
    color: #000;
    display: block;
    height: 14px !important;
    margin-left: 20px; 
}

#subNavigation ul li ul li a:hover {
    color: #000;
	text-decoration: underline; 
}

#subNavigation ul li ul li a.current {
    text-decoration: underline; 
}

/* Forms
------------------------------------------------------------------*/

form {
    width: 480px; /* width set because of IE-bugs */
}

form br 
{
	clear: left;
}

fieldset
{
    border: none;
	margin: 0px 0px 0px 0px;
    padding: 0px;
    text-align: left;
}


input
{
	border: 1px solid #BFBFBF;
    display: block;
	float: left;
    font-size: 12px;
	margin-bottom: 6px;
    margin-right: 4px;
    width: 256px;
}

input[type=text]
 {
	border: 1px solid #BFBFBF;
}

input[type=hidden]
 {
	border: 0px;
	display: none;
}

.input
{
	border: 1px solid #BFBFBF;
}

label 
{
    display: block;
	width: 140px;
	float: left;
	margin-bottom: 6px;
	padding-right: 20px;
    text-align: left;
	
}

legend
{
	background-color: transparent;
	color: #000;
    font-weight: bold;
}

select 
{
	margin-bottom: 6px;
}

textarea 
{
    border: 1px solid #BFBFBF;
    font-family : Arial, Helvetica, "Times New Roman",  Sans-serif;
    font-size: 12px;
    height: 96px;
    padding: 2px 4px 2px 2px;
    width: 250px;
}

.submit
 {
    background-color: #596C1A;
    background-image: url('../images/bg_input_submit.gif');
	background-position: top left;
	background-repeat: repeat-x;
    border: #596C1A 1px solid;
    color: #FFF;
    cursor: hand;
    cursor: pointer;
    font-size: 100%;
    font-weight: bold;
    height: 22px;
    line-height: 18px;
    margin: 0px;
	text-transform: uppercase;
    padding: 0px 4px 2px 4px;
    width: 96px;
}

.radio
 {
	border: 0px;
}

/* Headings
------------------------------------------------------------------*/
h1,h2,h3,h4,h5 {
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 	12px;
}

h1 {
    color: #596C1A;
    line-height: 16px;
    font-size: 16px;
}

h2 {
    color: #000;
	font-size: 13px;
}

h3 {
    color: #000;
	font-size: 12px;
}

h4 {
    font-size: 11px;
}

h5 {
	font-size: 10px;
}

/* Images
------------------------------------------------------------------*/

img.border {
	border: #D1D3D4 1px solid;
    padding: 3px;
}

img.floatLeft {
	margin: 0px 10px 0px 10px;
}

img.floatRight {
	margin: 0px 0px 10px 10px;
}


/* Links
------------------------------------------------------------------*/
a:link,
a:visited {
	text-decoration:underline;
	color:#B5111A;
}

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

/* Back link */

a.back {
	background-image: url('../images/icon_arrow_left.gif');
	background-position: left 4px;
	background-repeat: no-repeat;
	padding-left: 14px;
	text-decoration:underline;
}

a.back:hover {
	text-decoration:none;
}

/* Continue link */

a.continue {
	background-image: url('../images/icon_arrow_right.gif');
	background-position: left 4px;
	background-repeat: no-repeat;
	padding-left: 14px;
}

/* Global icon-link */

a.icon {
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 6px;
	line-height: 20px;
}

/* Map-icon */

a.map {
	background-image: url('../images/icon_map.gif');
}

/* PDF-icon */

a.pdf {
	background-image: url('../images/icon_pdf.gif');
}

a.icon-pdf {
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 6px;
	line-height: 20px;
	background-image: url('../images/icon_pdf.gif');
}

a.icon-map {
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 6px;
	line-height: 20px;
	background-image: url('../images/icon_map.gif');
}


/* Print-icon */

a.print {
	background-image: url('../images/icon_print.gif');
}

/* Pager links */

a.next  {
	background-image: url('../images/icon_arrow_right.gif');
	background-position: right 4px;
	background-repeat: no-repeat;
	color:#B5111A;
    padding-right: 14px;
    text-decoration:underline;
}

a.next:hover {
	text-decoration:none;
}

a.previous {
	background-image: url('../images/icon_arrow_left.gif');
	background-position: left 4px;
	background-repeat: no-repeat;
	color:#B5111A;
    padding-left: 14px;
	text-decoration:underline;
}

a.previous:hover {
	text-decoration:none;
}

/* Paragraphs
------------------------------------------------------------------*/

p.small, span.small, div.small {
	font-size: 11px;
	line-height: 14px;
}

p.tiny, span.tiny {
	font-size: 9px;
	line-height: 11px;
}

/* Styled table */

table.styled {
    border: #D1D3D4 1px solid;
	border-collapse: collapse;
	padding: 0px;
	margin-bottom: 10px;
}

table.styled a, table.styled a:visited {
    text-decoration: none;
}

table.styled a:hover {
    text-decoration: underline;
}

table.styled caption {
    caption-side:top;
    display:table-caption;
	font-size: 13px;
    margin: 0px;
    margin-left: -1px; /* Fixes 1-pixel margin error in Firefox 1.0 and Netscape 7.2. */
	padding: 5px 0px 6px 0px;
    text-align: left;
}

/* Opera 6+ specific value to fix caption bug */

@media screen and (min-width: 0px) {
    table.styled caption {margin-left:0}
} 

table.styled td {
    border-top: #D1D3D4 1px solid;
    border-left: #D1D3D4 1px solid;
	padding: 3px 6px 3px 6px;
	vertical-align: top;
}

table.styled th {
    background-color: #E8E8E8;
    border-bottom: #D1D3D4 1px solid;
    border-left: #D1D3D4 1px solid;
    border-top: #D1D3D4 1px solid;
    color: #000;
    font-weight: normal;
    height: 17px;
    padding: 2px 8px 2px 6px;
	text-align: left;
    vertical-align: top;
}

table.styled th a, table.styled th a:visited {
    color: #000;
}

td {
	vertical-align: top;
}

#tulostustiedot {
	display:none;
	}



/* OVERRIDE CSS STYLED CONTENT DEFAULTS */

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
margin-bottom:0px;
}

div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
display:inline;
margin-left:0px;
}

div.csc-textpic-clear {
clear:none;
}




/* OVERRIDE SITEMAP STYLE */

.tx-dropdownsitemap-pi1 DIV {
	border: solid 0px #DFE2E3 !important;
	background: transparent !important;
}
.tx-dropdownsitemap-pi1 DIV.level_2 {
	background: transparent !important;
}
.tx-dropdownsitemap-pi1 DIV.level_2 A {
	font-weight: normal;
}
.tx-dropdownsitemap-pi1 DIV.level_3 {
	background: transparent !important;
}
.tx-dropdownsitemap-pi1 DIV.level_4 {
	background: transparent !important;
}
.tx-dropdownsitemap-pi1 DIV.level_5 {
	background: transparent !important;
}
.tx-dropdownsitemap-pi1 DIV.expAll {
	border: solid 0px #DFE2E3 !important;
	background: transparent !important;
}
                 
.tx-dropdownsitemap-pi1, .tx-dropdownsitemap-pi1 * { text-align:left }
.tx-dropdownsitemap-pi1 ul, .tx-dropdownsitemap-pi1 li {
	padding: 0px 0px 0px 10px; 
	margin: 0px; 
	left:10px; 
	list-style: none; 
}
.tx-dropdownsitemap-pi1 .level_3 { 
	margin-bottom: 0px !important; 
}

input[type=radio], input[type=checkbox]
 {
	border: 0px;
}

.ie_radio {
	width: 20px;
	border: 0px;
	}
	
.contenttable td p {margin:0px !important;}
.contenttable td img {margin-top:-2px !important;}