@import url('parts/phonebook.css');
@import url('parts/search.css');



/* GENERAL */

html {
	overflow-y: scroll;
}

body {
	margin:0;
	padding:0;
	font-family:verdana,arial,helvetica;

	line-height:15px;
	
	color:#555555;
	background:#CFD6E0;
	background-image:url('../pics/bg.jpg');
	background-repeat:repeat-x;
}

#content-box {
	position:relative;
	width:871px;
	clear:both;
}

#related ul,
#subnavi ul,
#content-speeches ul,
#content-publications ul,
#content-press ul,
#header ul, 
#navi1 ul,
.language ul,
.info ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

hr {
	display:none;
}

img {
	border:0;
}

form {
	display:inline;
	margin:0;
}

a:link {
	text-decoration:underline;
	color:#034192;
}

a:visited {
	text-decoration:underline;
	color:#555555;
}

a:active {
	text-decoration:underline;
	color:#034192;
}

a:hover {
	text-decoration:underline;
	color:#0072FF;
}
 
li a:link {
	text-decoration:none;
}

li a:active {
	text-decoration:none;
}

li a:visited {
	text-decoration:none;
}

li a:hover {
	text-decoration:underline;
	color:#0072FF;
}

#navi2 li a:hover {	
	color:#034192;
}

.disabled {
	display:none;
}

h1, h2, h3, h4, h5, h6  {
	margin:0;
}

h1 {
	font-size:15px;
	line-height:20px;
}

h2 {
	font-size:13px;
	line-height:18px;
}

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

h3 {
	font-size:12px;
	line-height:16px;
}

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

p {
	margin:0;
}

p img, li img {
vertical-align: bottom;
}

a.internal {
	background-image:url('../pics/bullet_arrow.gif');
	background-repeat:no-repeat;
	background-position:0px 4px;
	
	padding-left:10px;
}

a.external {
	background-image:url('../pics/bullet_arrow_2.gif');
	background-position:0px 5px;
	padding-left:10px;
	background-repeat: no-repeat;
}

.form_submit {
	background-image:url('../pics/button_bg.gif');
	background-repeat:repeat-x;
	
	border:0;
	border-right:1px solid #BEBFD6;
	border-bottom:1px solid #BEBFD6;

	float:left;

	margin:0px;	
	padding:2px;
	
	font:11px verdana,arial,helvetica;
	color:#034192;
}

.red{color:red;}

/* BODY BOX */

#body-box {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:20px;
	
	width:860px;
	padding-left:10px;	
	padding-right:10px;
	-padding-right:0px;
	
	background:white;
	background-image:url('../pics/body_bg.gif');
	background-repeat:repeat-y;
	background-position:641px 0px;	
}




/* HEADER */

#header {
	position:relative;
	height:120px;
	background:white;
}

#header div.date,
#header divi.date,
#header p.date {
	position:absolute;
	top:10px;
	left:20px;
}

/* MISC */

#misc {
	position:absolute;
	top:10px;
	
	width:860px;
	
	text-align:right;
}

#misc a {
	text-decoration:none;
	padding-right:5px;
	margin-right:2px;
	border-right:1px solid #C3CBDB;
}

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

#misc div,
#misc divi {
	display:inline;
}

#misc_entries {
}

#misc_languages {
}

#misc_links {
}

#misc_css {
}

#misc_css a {
	padding:0;
	margin:0;
	border:0;
	
	vertical-align:middle;
}

/* LOGO */

#logo {
	position:absolute;
	top:39px;
	left:20px;
	
	z-index:2;
}

/* THEME */

#theme {
	position:absolute;
	top:39px;
	left:320px;
	z-index:1;

	background-image:url('../pics/header_theme.jpg');
	background-repeat:no-repeat;
	
	width:540px;
	height:80px;
}

/* NAVI1 */

#navi1 {
	position:relative;
	height:32px;
	width:845px;
	padding-left:15px;	
	
	background-image:url('../pics/navi1_bg.jpg');
	background-repeat:repeat-x;
	
	text-transform:uppercase;	
}

#navi1 li.navi_on {
	background-image:url('../pics/navi1_on_bg.jpg');
	height:18px;
}

#navi1 li.navi_over {
	background-image:url('../pics/navi1_on_bg.jpg');
	height:18px;
}

#navi1 li {
	float:left;
	padding:7px;
	height:15px;
}

#navi1 a {
	font-size:11px;
	line-height:11px;	
	color:white;
	text-decoration:none;
	font-weight:bold;
}

/* NAVI2+3 */

#navi2 {
	padding-top:10px;
	padding-bottom:10px;
	
	background:white;
}

#navi2 a {
	display:block;
	padding:5px;
	text-decoration:none;
}
 
#navi2 li ul {
	margin:0;
	padding:0;
	border:0;
}
 
#navi2 li {
	background:#D9EBFC;
	border-bottom:1px solid white;
}

#navi2 li.navi_on {
	background:#BBD8E9;
	border-bottom:1px solid white;
}

#navi2 li.navi_on ul li {
	background:#F0F5F9;
	border-bottom:1px solid white;
}

#navi2 li.navi_on ul li.navi_on {
	background:white;
}

#navi2 li.navi_over {
	background:#BBD8E9;
	border-bottom:1px solid white;
}

#navi2 li.navi_over ul li {
	background:#F0F5F9;
	border-bottom:1px solid white;
}

#navi2 li.navi_on ul li.navi_over {
	background:white;
}

#navi2 li a {
	padding-left:20px;
}

/* ACTIONS */

#actions a.print {
	display:block;
	float:left;

	background:url('../pics/button_print_bg.gif');
	background-repeat:repeat-x;
	padding:7px;
	padding-left:33px;
	
	height:12px;
	line-height:12px;

	border-right:1px solid #C7C8CF;
	
	text-decoration:none;
}

#actions a.email {
	display:block;
	float:left;

	background:url('../pics/button_email_bg.gif');
	background-repeat:repeat-x;
	padding:7px;
	padding-left:30px;

	height:12px;	
	line-height:12px;
	border-right:1px solid #C7C8CF;
	
	text-decoration:none;
}

/* ATTENTION BANNER */

#attention {
	background-image:url('../pics/attention_bg.gif');
	border-top:1px solid #57C05B;
	border-bottom:1px solid #57C05B;
	background-position:bottom left;
	padding-top:2px;
	-padding-top:0px;
	padding-bottom:2px;
	margin-bottom:15px;
	
	/** OLD
	border-top:1px solid #56C05B;
	border-bottom:1px solid #56C05B;
	padding-top:2px;
	padding-bottom:2px;
	margin-bottom:15px; */
}

#attention div,
#attention divi {
	background-repeat:no-repeat;
	background-position:0px 1px;
	padding-left:25px;
	line-height:16px;
	min-height:17px;
	-height:17px;
	font-size:12px;
	
	/** OLD
	background-image:url('../pics/icon_attention.gif');
	background-repeat:no-repeat;
	background-position:0px 1px;
	padding-left:18px;
	line-height:13px;
	min-height:14px;
	-height:14px; */
}

#attention a {
	text-decoration:none;
}

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


/* ARCHIVE BANNER */

#archive {
	background-image:url('../pics/archive_bg.gif');
	background-repeat:no-repeat;
	background-position:bottom left;
	border-top:1px solid #A0A7B5;
	border-bottom:1px solid #A0A7B5;
	padding-top:2px;
	-padding-top:0px;
	padding-bottom:2px;
	margin-bottom:15px;
	
	/** OLD
	border-top:1px solid #DAE1EB;
	border-bottom:2px solid #DAE1EB;
	padding-top:2px;
	padding-bottom:2px;
	margin-bottom:15px; */
}

#archive div,
#archive divi {
	padding-left:25px;
	line-height:16px;
	min-height:17px;
	-height:17px;
	font-size:12px;
}

#archive a {
	text-decoration:none;
}

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


/* RELATED */

#related {
	background:white;
	padding-top:10px;
	width:229px;
	float:left;
}

/* MENU */

#subnavi {
	width:167px;
	float:left;
	background:white;
}

/* FOOTER */

#footer {
	background:white;
	background-image:url('../pics/footer_bg.gif');
	background-repeat:repeat-x;
	background-position:0px 5px;
	
	clear:both;
	padding-left:20px;	
	-padding-left:0px;
	padding-top:15px;
	padding-bottom:30px;
	
	width:840px;
	-width:860px;
	
	font-size:10px;
}

#footer div,
#footer divi {
	float:left;
	margin-right:10px;
}

/* NARROW LAYOUT MODE */

html.narrow #body-box {
	background-position:544px 0px;	
	-padding-right:0px;
	width:763px;
}

html.narrow #content-box {
	width:774px;
}

html.narrow #theme { 
	left:223px;
}

html.narrow #navi1 {
	width:748px;
}

html.narrow #misc {
	left:-97px;
}

html.narrow #footer {
	font-size:9px;
	width:743px;
	-width:763px;
}

html.narrow #navi1 a {
	font-size:10px;
}

/*
html.narrow #navi1 ul {
	width:770px;
	-width:763px;
} */

/* FONT SIZES */

html.font1 {
	font-size:9px;
	line-height:10px !important;
}

html.font2 {
	font-size:10px;
	line-height:12px !important;
}

html.font3 {
	font-size:11px;
	line-height:14px !important;
}

html.font4 {
	font-size:13px;
	line-height:16px !important;
}

html.font5 {
	font-size:15px;
	line-height:20px !important;
}


/** Etusivun ja ajankohtaista-sivun kuvien valinta **/

img.ajankohtaista,
img.etusivu {
	display:inline;	
}

#content img.ajankohtaista,
#content.t3 img.etusivu {
	display:none;
}

#content.t3 img.ajankohtaista {
	display:inline;
}	


/** Etusivun ja ajankohtaista-sivun kuvien valinta **/

img.ajankohtaista,
img.etusivu {
	display:inline;	
}

#content img.ajankohtaista,
#content.t3 img.etusivu {
	display:none;
}

#content.t3 img.ajankohtaista {
	display:inline;
}	

/** esikatselussa näytetään kummatkin **/

#content.t5 img.ajankohtaista,
#content.t5 img.etusivu {
	display:inline;
}	
