/** Global */
* { margin: 0; padding: 0; }
img { display: block; border: none; }
p, blockquote { margin: 0.3em 0 1.7em 0; }
ul { list-style: none; }

/* **/

/** Layout */
body { 
	font: 12px/16px arial, sans-serif; 
	color: #000;
	background: #efefef url("/images/bg.gif");
}

#container {
	margin: 19px auto;
	border: 2px solid #ccc;
	width: 744px;
	background: url("/images/container_bg.gif") repeat-y;
}

#header {
	position: relative;
	height: 205px;
	padding: 20px 15px 0 15px;
	background: url("/images/header_bg.gif") no-repeat top;
}
	#header img { position: absolute; top: 99px; left: 72px; }
	#header a.lang { float: right; margin-left: 1em; }

#left-column {
	float: left;
	padding: 10px 20px 0 18px;
	width: 160px;
	background: url("/images/left_column_bg.gif") no-repeat top;
}

#right-column {
	float: left;
	overflow: hidden;
	padding: 6px 43px 0 43px;
	width: 460px;
}
	#right-column img { margin: 2em 0; }

#footer {
	clear: both;
	margin-bottom: -4px;
	padding-top: 20px;
	padding-right: 4px;
	height: 2px;
	font-size: 11px;
	text-align: right;
	color: #666;
}

/* **/

/** Navigation */
ul#nav {
	list-style: none;
	margin-bottom: 20px;
	border-bottom: 1px dotted #aaa;
}
ul#nav li {
	border-top: 1px dotted #aaa;
}
ul#nav li.no-dot { 
	border: none; 
}
ul#nav li a, ul#nav li a:link, ul#nav li a:visited {
	display: block;
	padding: 0.5em;	
	color: #000;
	text-decoration: none;
}
ul#nav li a:hover, ul#nav li a.current {
	background: #e2e8c7;
}

ul#sub-nav {
	list-style: none;
}
ul#sub-nav li a, ul#sub-nav li a:link, ul#sub-nav li a:visited {
	padding-left: 2em;
	background: url("/images/bullet.gif") no-repeat 15px 11px;
}
ul#sub-nav li a:hover, ul#sub-nav li a.current { 
	background: #bbb url("/images/bullet.gif") no-repeat 15px 11px; 
}
/* **/

/** Headings & links */
h1, h2, h3, h4 { font-family: arial, sans-serif; font-weight: normal; }
h1 { margin: 0.7em 0 0.5em 0; }
h2 { margin: 0.3em 0; font-size: 15px; color: #099ab9; }
h3 { margin: 0.5em 0; font-size: 15px; line-height: 18px; }
h4 { 
	margin: 0.8em 0;
	padding: 0.2em 0.4em;
	font-size: 12px;
	color: #fff;
	background: #b7cd4b; 
	text-transform: uppercase;
}
a, a:link, a:visited {
	color: #008aa9;
}
a:hover {
	text-decoration: none;
	color: #f37200;
}
/* **/

/** Forms */
label { display: block; }
label em, .form-em { color: #099ab9; }
form div { margin: 1em 0; }
input#name, input#company, input#phone, input#email, select { width: 15em; }
textarea { width: 400px; height: 150px; }
option { padding-right: 1em; }
p#notice { margin: 1em 0; border: 1px solid #ccc; padding: 1em; background: #efefef; font-size: 14px; }
/* **/

/** General content */
td { padding-right: 2em; }
tr.break td { padding-bottom: 1em; }
#right-column img#q-img { float: right; margin: 2px 5px 0 -24px; }
#right-column img#map { float: right; margin: 0 30px 0 20px; }

.icon-link { padding: 8px 0 0 40px; height: 34px; }
.icon-link#feedback { background: url("/images/content/ikoni_palaute.gif") no-repeat top left; }
.icon-link#organization { background: url("/images/content/ikoni_organisaatio.gif") no-repeat top left; }

blockquote { margin-left: 1em; }
#comic { clear: both; }
#comic img { display: block; clear: both; margin: 0; }
#comic p { 
	float: left; 
	margin: 5px 15px 20px 0; 
	width: 215px; 
	font: italic 11px/13px arial, sans-serif;
}
#right-column img.logo { float: right; margin: 0 0 0 1em; }
#calendar a, #calendar a:link, #calendar a:visited { 
	display: block;
	margin-top: 15px; 
	width: 176px;
	height: 85px; 
	overflow: hidden;
	text-indent: -9999px;
}
#calendar.fi a, #calendar.fi a:link, #calendar.fi a:visited { 
	background: url("/images/content/kalenteri_fi.png") no-repeat top; 
}
#calendar.en a, #calendar.en a:link, #calendar.en a:visited { 
	background: url("/images/content/kalenteri_en.png") no-repeat top; 
}
#calendar.se a, #calendar.se a:link, #calendar.se a:visited { 
	background: url("/images/content/kalenteri_se.png") no-repeat top; 
}
#calendar.fi a:hover, #calendar.en a:hover, #calendar.se a:hover { background-position: 0 -85px; }

.right { float: right; width: 185px; font-size: 11px; line-height: 14px; overflow: visible; }
/* **/

/** Site search & display */
#search, #esad-ie, #fu-ie {
	margin-bottom: 30px;
	width: 303px;
	height: 115px;
	background: url("/images/content/haku.gif") no-repeat top;
}
#esad-ie {
	background: url("/images/content/haku_r.gif") no-repeat top;
}
#fu-ie {
	background: url("/images/content/haku_e.gif") no-repeat top;
}
#search form, #esad-ie form, #fu-ie form { padding: 35px 0 0 15px; }
#search form input#term, #esad-ie form input#term, #fu-ie form input#term { 
	padding: 2px; 
	width: 200px; 
	font-size: 12px; 
}
.site { margin: 1.5em 0; border-bottom: 1px solid #ddd; padding-bottom: 1.5em; }
/* **/

/** Tiesitkö */
#box {
	position: relative;
	overflow: hidden;
	border: 1px solid #a8a8a8;
	padding-bottom: 65px;
	width: 163px;
	background: #fff url("/images/box_bg.gif") no-repeat bottom;
}
#box p { padding: 0 0.6em; }
#box h2 { 
	margin: 15px 8px;
	height: 26px; 
	text-indent: -9999px; 
	background: url("/images/box_h2.gif") no-repeat top left; 
}
#box a, #box a:link, #box a:visited { position: absolute; bottom: 5px; margin-left: 10px; color: #000; }
#faux-box {
	height: 210px;
}
/* **/

/** Kuukauden kysymys */
form#question { margin-top: -12px; }
form#question input#a, form#question input#b, form#question input#c { float: left; margin-top: 4px; }
form#question br { clear: left; }
form#question label { float: left; margin: 4px 0 0 1em; width: 220px; }
.bar { 
	width: 215px; 
	height: 16px; 
	margin-bottom: 1em;
	border: 1px solid #e0e0e0; 
	background: #f0f0f0; 
}
.bar .percentage { 
	height: 16px; 
	margin: -1px -1px 0 0; 
	border: 1px solid #84c0cd; 
	border-right: none; 
	background: #8ccbd9; 
}
/* **/

/** Etusivu */
#c1, #c2 { float: left; margin-top: 1em; width: 210px; }
#c1 { padding-right: 20px; }
#c2 { border-left: 1px solid #e6e6e6; padding-left: 19px; }
	#c2 img { margin: 0 auto; }
#c2 p#diff { border-bottom: 3px solid #b7cd4b; padding: 0 0.5em 0.7em 0.5em; }
/* **/