body {
	font: smaller arial, helvetica;
	background: #fff url(/img/bg.gif);
	text-align: center;
	color: #000;
	padding: 0;
	margin: 0;
}

html > body {
	font-size: small;
}

a:link, a:visited, a:link:visited {
	text-decoration: underline;
	color: #003d6e;
}

a:hover, a:link:hover {
	text-decoration: none;
}

a.selected, a.selected:link, a.selected:visited {
	text-decoration: none;
	color: #f60;
}

p {

}

form {
	display: inline;
}

/* -----------------------------------------
	headings
----------------------------------------- */

h1 {
	font-size: 220%;
	color: #f60;
}

h2 {
	font-size: 125%;
	color: #104976;
}

h3 {
	font-size: 100%;
	color: #000000;
	font-weight: bold;
}

body#frontpage h3 {
	background: #fff url(/img/bgHeading.gif) no-repeat;
	text-transform: uppercase;
	padding: 10px 2px 12px 45px;
	margin: 5px 0 0 0;
	font-size: 140%;
}

body#frontpage div.titleLinks {
	margin: 0px 0 5px 0;
}

h4, div#content h4 {
	margin: 5px 0;
	font-size: 120%;
}

h4.line {
	border-bottom: solid 1px #f60;
	color: #f60;
}

h5 {
	font-size: 100%;
	margin: 5px 0;
	color: #f60;
}

body#frontpage div#right h5 {
	text-transform: uppercase;
	margin-bottom: 0;
}

div#right h5 {
	border-bottom: solid 1px #f60;
}

/* -----------------------------------------
	header
----------------------------------------- */

div#header {
	font-size: 95%;
}

div#header-image {
	background: #018fd9 url(/img/feel.jpg) no-repeat;
	background:#fff;	
	border-bottom: solid 1px #7d7d7d;
	height: 103px;
}

div#header-image1 {
	background: #f60 url(/img/feel.jpg) no-repeat;	
	border-bottom: solid 1px #7d7d7d;
	height: 103px;
}
div#header-image2 {
	background: #093 url(/img/feel.jpg) no-repeat;	
	border-bottom: solid 1px #7d7d7d;
	height: 103px;
}
div#header-image3 {
	background: #c33 url(/img/feel.jpg) no-repeat;	
	border-bottom: solid 1px #7d7d7d;
	height: 103px;
}
div#header-image4 {
	background: #BA122B url(/img/feel.jpg) no-repeat;	
	border-bottom: solid 1px #7d7d7d;
	height: 103px;
}
div#header-image5 {
	background: #B5BA05 url(/img/feel.jpg) no-repeat;	
	border-bottom: solid 1px #7d7d7d;
	height: 103px;
}

div#nav-top {
	border-bottom: solid 1px #104977;
	background: #c3e9fd;
	background: #fff;
	padding: 2px 5px;
}

img.noborder {
	border:0px;
	float:none;
}

div#nav-top a {
	font-weight: bold;
}

div#nav-top span.separator {
	background: transparent url(/img/separator.gif) no-repeat 0% 50%;
	padding: 0 5px;
	color: #f60;
	margin: 0;
}

div#nav-top span.separator span{
	visibility: hidden;
}

div#feeling span {
	display: none;
}

a#logo {
	display: block;
	height: 30px;
	width: 173px;
}

a#logo span {
	display: none;
}

a#logo img {
	margin: 10px 10px 5px 10px;
	border: none;
}

img#logoimg {
	margin: 10px 10px 5px 10px;
	border: none;
}

div#search {
	padding: 5px;
	background:#fff;
	width: 190px;
	height:93px;
	float: right;
}

div#search li, div#search ul {
	margin: 0;
}

div#search ul li {
	background: none;
	padding-left: 0;
}

div#search ul ul {
	margin: 8px 2px 0 2px;
}

div#search ul ul li {
	background: transparent url(/img/searchArrow.gif) no-repeat 0 6px;
	padding-left: 9px;
}

div#search a {
	font-weight: bold;
	color: #002e63;
	text-decoration:none;
}

div#search input.text {
	width: 100px;
	background-color:#CCEDF7;
	border:1px solid #66CAE7;
}

div#search input.button {
	font-size: 11px;
	line-height: 11px;
	width: 45px;
	height: 16px;
	background-color:#002E63;
	color:#FFFFFF;
	border:none;

}

/* -----------------------------------------
	Path
----------------------------------------- */

div#nav-path {
	font-weight: bold;
	margin: 8px 10px;
	color: #003d6e;
}

div#nav-path a, div#nav-path a:link, div#nav-path a:visited {
	font-weight: bold;
	color: #003d6e;
}


/* -----------------------------------------
	Content Columns
	- Three columns on frontpage
	- Otherwise two
----------------------------------------- */

div#container {
	border: solid 1px #253355;
	background: #fff;
	margin: 10px auto;
	text-align: left;
	font-size: 90%;
	width: 790px;
}

div#content {
	background: #fff url(/img/bgContainer.gif) repeat-y top right;
	height: 1%;
}

div#container > div#content {
	height: auto;
}

body.two-columns div#content {
	background: none;
}

div#left {
	overflow: hidden;
	width: 200px;
	float: left;
	background: #fff url(/img/bgContainer_left.gif) repeat-y top left;
	}

div#left div.column {
	margin: 10px;
}

div#left div.column div.box {
	border: none;
	background: #fff;
	margin-top: 20px;
	padding: 5px;
}


div#center {
	margin: 0 200px 0 202px;	
	position: relative;
}

div#center table {
	width: 360px;
}

div#center img {
	border: 1px solid #000;
	margin:0;
	margin-right:5px;
	float:left;
}

div#center td img {
	border:0;
}

div#center table table {
	width: auto;
}

body.two-columns div#center table {
	width: 565px;
}

body.two-columns div#center table table{
	width: auto;
}

body#frontpage div#center  p {
	margin: 5px 0;
}

div#center h1 {
	font-size: 150%;
	margin: 5px 0;
}

div#center h2 {
	background: transparent url(../images/hel/bgLine.gif) no-repeat;
	font-size: 125%;
	padding: 5px 0;
	margin: 0;
}

body.two-columns div#center {
	margin: 0 0 0 200px;
	
}

div#center div.column {
	margin: 0 10px;
}

div#right {
	overflow: hidden;
	float: right;
	width: 200px;
	
}

div#right div.column {
	margin: 10px 10px 0 10px;
}

div#right div.column h3 {
	font-size: 125%;
	margin: 2px 0;
}

div#right div.column h3 {
	font-size: 125%;
	margin: 2px 0;
}

span.date {
	font-size: 95%;
	color: #666;
}


/* -----------------------------------------
	page tools
----------------------------------------- */

div#publishedBy {
	background: transparent url(/img/bgDotted.gif) repeat-x top left;
}

div#publishedBy div {
	background: transparent url(/img/bgDotted.gif) repeat-x bottom left;
	padding: 10px;
}

div#tools {
	margin: 25px 0 0 0;
	border: solid 1px #fff; /*IE Fix*/
}

div#tools span.separator {
	display: none;
}

div#tools a {
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0 0 2px 20px;
	margin-right: 10px;
	display: block;
	float: left;
}

a#backToTop {
	background-image: url(/img/backToTop.gif);

}

a#printPage {
	background-image: url(/img/printPage.gif);
}

/* -----------------------------------------
	lists & menu items & search box
----------------------------------------- */

ul {
	list-style-type: none;
	padding: 0;
	margin: 10px 0;
}

ul li {
	background: #fff url(/img/arrow.gif) no-repeat 0 6px;
	padding-left: 9px;
	margin: 2px 0;
}

ul li.plain {
	background: #fff;
	padding-left: 0;
}

h5.nav-header {
	text-transform: none;
	padding: 3px 5px;
	background:#fff;
	margin: 0;
	color:  #f60;
}

ul.nav-main {
	border: none;
	list-style-type: none;
	padding: 3px 5px;
	background:#fff;
	margin: 0 0 0 0;
}


ul.nav-main li.selected, ul.nav-main li.opened {
	background-position: 0 11px;
	border-bottom: solid 1px #ccc;
	border-top: solid 1px #ccc;
	padding: 5px 0 3px 9px;
	margin: 8px 0;
}

ul.nav-main li.opened {
	background-image: url(/img/arrowUp.gif);
	background:#fff;
}

ul.nav-main li.selected li, ul.nav-main li.opened li {
	background-position: 0 6px;
	padding-top: 0;
	border: none;
	margin: 3px 0;
}

ul.nav-main ul {
	padding-left: 0;
	margin: 0;
}

ul.nav-main li {
	margin: 3px 0;
}

ul.nav-main li a, ul.nav-main li a:visited {
	text-decoration: none;
}

ul.nav-main li a:hover {
	text-decoration: underline;
}

ul.menu li.selected, ul.menu li.selected li, 
	ul.menu li.opened, ul.menu li.opened li {
}

ul.menu li.opened li, ul.menu li.selected li a {
	
}

ul.nav-main li.opened a {
	font-weight: bold;
}

ul.nav-main li.opened li a {
}

ul.nav-main li.selected a, ul.nav-main li.opened li.selected a {
	font-weight: bold;
	color: #f60;
}

ul.nav-main li.selected li a, ul.nav-main li.opened li.selected li a {
	font-weight: normal;
	color: #003d6e;

}

/* ------------------------------------------

	Mattias navigeringstest

------------------------------------------- */

ul.nav-theme {
	border-top: none;
	list-style-type: none;
	margin: 0 0 0 0;
}


ul.nav-theme li.selected li, ul.nav-theme li.opened li {
	background-position: 0 6px;
	padding-top: 0;
	border: none;
	margin: 3px 0;
}

ul.nav-theme ul {
	padding-left: 0;
	margin: 0;
}

ul.nav-theme li {
	margin: 3px 0;
}

ul.nav-theme li a, ul.nav-theme li a:visited {
	text-decoration: none;
	color: #013d6c;
	font-weight:bold;
}

ul.nav-theme li a:hover {
	text-decoration: underline;
}


/* -----------------------------------------
	footer
----------------------------------------- */

div#footerLogo {
}

div#footer {
	background: #dfdfdf;
	margin: 8px 10px;
	padding: 5px;
}

div#footer p {
	margin: 0;
}

/* -----------------------------------------
	misc & old ones
----------------------------------------- */
span.separator {
	margin: 0 5px;
	color: #f60;
}

.hide {
	display: none;
}

div.cleaner {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	border: solid 1px #fff;
	background: transparent;
}

table {
	font-size: 12px;
}

.white {
	color: #fff;
}

.keskustelu {
	margin: 6px;
}

img.icon {
	vertical-align: middle;
	margin-right: 4px;
}

div.marg {
	margin: 10px 0 10px 11px;
}

.paddLink {
	padding: 3px 0;
}

select.select1 {
	width: 203px;
	font-size: 11px;
}

select.select2 {
	width: 80px;
	font-size: 11px;
}

select.select3 {
	width: 38px;
	font-size: 11px;
}

select.select4 {
	width: 48px;
	font-size: 11px;
}

select.select5 {
	width: 140px;
	font-size: 11px;

}

select.select6 {
	width: 300px;
}

select.select7 {
	width: 348px;
}

select.select8 {
	width: 175px;
	font-size: 11px;
}

textarea.textarea1 {
	width: 203px;
	font-size: 11px;
}

.smaller {
	font-size: 11px;
	color: #000000;
}

.arrow {
	background: transparent url(/i/rightArrow.gif) no-repeat top left;
}

div.paddVal {
	padding: 3px 3px 3px 12px;
}

div.paddVal3 {
	padding: 3px 3px 3px 22px;
}

a.themeMain:link, a.themeMain:visited, a.themeMain:link:visited a.themeMain:hover, a.themeMain:link:hover {
	text-decoration: none;
	color: #f60;
}

