body {
	
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5C5C5C;
}
td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5C5C5C;
}
.smallText {
	color: #5C5C5C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.notice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5C5C5C;
}
.extrasmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #5C5C5C;
}

a {
	color: #5A5F9F;
}

a:hover {
	background-color: #8484B1;
	color: #fff;
	text-decoration: none;
}

a.link1:hover {
	background-color: #FFFFFF;
	text-decoration: none;
}

a.navigate
{
	color: #5A5F9F;
}

a.navigate:hover
{
	background-color: #8484B1;
	color: #fff;
	text-decoration: none;
}

.subtitle {
	padding: 0 15px;
	margin: 0;
	color: #9A425D;
	font-size: 23px;
	font-weight: normal;
	letter-spacing: -1px;
}

a.subtitle {
	padding: 0 15px;
	margin: 0;
	color: #9A425D;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	text-decoration: underline;
	background-color: #FFFFFF;
}

a.subtitle:hover {
	padding: 0 15px;
	margin: 0;
	color: #9A425D;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	text-decoration: underline;
	background-color: #FFFFFF;
}

h2 {
	color: #9A425D;
	font-size: 23px;
	letter-spacing: -1px;
	margin-top: 0;
}

h2 span {
	color: #CBCECF;
	font-size: 16px;
	font-weight: bold;
	display: block;
}
.lang {
	top: 20px;
	margin: 0;
	font-size: 11px;
}

/** NAVIGATION **/
#navi {
	background: transparent url(img/navi_bg.gif) repeat-x;
	height: 69px;
	border-top: 1px solid #fff;
}

#navi ul {
	margin: 0;
	padding: 9px 0 0 11px;
	list-style: none;
	height: 60px;
	background: transparent url(img/navi_bg.gif) repeat-x;
}

#navi li {
	float: left;
	background: transparent url(img/navibtn_left.gif) top left no-repeat;
	margin-right: 1px;
	padding-left: 5px;
}

#navi a {
	float: left;
	display: block;
	padding: 6px 12px 6px 6px;
	background: transparent url(img/navibtn_right.gif) top right no-repeat;
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	white-space: nowrap;
}
#navi a:hover {
	color: #C9CADF;
}
li#sivukartta, li#palaute {
	margin: 0;
	padding: 0;
}

/*li#sivukartta {
	background: transparent url(img/sivukartta.gif) top left no-repeat;
}*/

li#sivukartta {
	background: none;
}

li#separator {
	background: transparent url(img/s.gif) top left repeat-x;
	width: 10px;
}

/*li#palaute {
	background: transparent url(img/palaute.gif) top left no-repeat;
}*/

li#palaute {
	background: none;
}

li#sivukartta a, li#palaute a {
	background: none;
	float: none;
	padding: 0;
}

/*li#sivukartta a:hover { 
	background: transparent url(img/sivukartta2.gif) top left no-repeat;
}

li#palaute a:hover { 
	background: transparent url(img/palaute2.gif) top left no-repeat;
}*/

li#sivukartta a:hover { 
	background: none;
}

li#palaute a:hover { 
	background: none;
}

/** SEARCHBAR **/
#searchbar {
	clear: both;
	background-color: #E7E7EF;
	border-top: 10px solid #f9f9f9;
	height: 20px;
	padding: 5px 20px;
	font-size: 11px;
	color: #5c5c5c;
}

#searchbar form,
#searchbar p { margin: 0; }

#searchbar input {
	font-size: 11px;
	padding: 1px;
}

#searchbar .submit {
	background: #B43D61 url(img/search_btn.gif) top left repeat-x;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: capitalize;
	padding: 1px 3px;
	border-top: 1px solid #E08FA7;
	border-left: 1px solid #E08FA7;
	border-right: 1px solid #6E243B;
	border-bottom: 1px solid #6E243B;
	cursor: pointer;
}

/* Login */
#login{margin:0;padding:0}
#login p { margin: 0;}

#login label {
	font-weight: bold;
	width: 70px;
	display: block;
	float: left;
	margin: 0;
}

#tunnus,#salasana{
	float: left;
	display: block;
	width: 90px;
	font-size: 11px;
	background-color: #F9F2F4;
	border: 1px solid #003D71;
	padding: 2px;
	margin-bottom: 10px;
}

#login input.submit {
	display: inline;
	margin: 0 0 20px 50px;
	border-top: 1px solid #D4CED0;
	border-right: 1px solid #9A9697;
	border-bottom: 1px solid #9A9697;
	border-left: 1px solid #D4CED0;
	padding: 1px;
	cursor: pointer;
}

.clear { clear: both; }
.clear hr { display: none; }

.middle {
	width: 542px;
	background-color: #d0d5d9;
	font-size: 12px;
}

.submiddle {
	width: 707px;
	background-color: #d0d5d9;
	font-size: 12px;
}

.right-container { 
	background: transparent url(img/content_right.gif) 777px 0 repeat-y;
	width: 183px;
	font-size: 11px;
}

.right {
	background: transparent url(img/content_right.gif) repeat-y;
	width: 183px;
	font-size: 11px;
	padding-left: 14px;
}

.left {
	background: #d0d5d9 url(img/content_left.gif) repeat-y;
	width: 225px;
	padding-left: 11px;
	font-size: 11px;
}
.leftTitle {
	background: #9A425D url(img/left_topic_bg.gif) right center no-repeat;
	color: #fff;
	width: 202px;
	font-weight: bold;
	font-size: 13px;
	margin: 11px 0;
	padding: .4em 0 .4em 10px;
}
.leftDate {
	margin: 0;
	color: #777;
	font-size: 11px;
	font-style: italic;
}
.leftText {
	font-size: 11px;
	font-weight: normal;
	font-size: 11px;
	color: #777;
}
a.leftLink {
	color: #5A5F9F;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	background-color: #FFFFFF;
}
a.leftLink:hover {
	color: #5A5F9F;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
	background-color: #FFFFFF;
}

/** FOOTER **/
#footer {
	clear: both;
	background-color: #9A425D;
	border-top: 10px solid #D44571;
	border-bottom: 3px double #fff;
	margin: 0;
	padding: 0;
}

#footer p {
	color: #fff;
	margin: 0;
	padding: 10px 20px;
	font-size: 85%;
	font-weight: bold;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover { 
	background: none;
	text-decoration: underline;
}

/* Etusivun nostot */
#nostot {
	background: url(img/nostot_bg.gif) 50% 100% repeat-y;
	padding-top: 15px;
}

#nosto-vasen {
	width: 50%;
	float: left;
	position: relative;
}

#nosto-oikea {
	width: 50%;
	float: right;
	position: relative;
}

#nostot h3 {
	padding: 0 15px;
	margin: 0;
	color: #9A425D;
	font-size: 160%;
	font-weight: normal;
	letter-spacing: -1px;
}

#nostot p {
	padding: 0 15px;
}

/** Subnavi **/
#subnavi {
	margin: 12px 0 12px 10px;
	padding: 0;
	list-style: none;
}

#subnavi li {
	padding: 2px 0 2px 15px;
	background: url(img/nelio.gif) 0 5px no-repeat;
}

#subnavi li a {
	font-weight: bold;
	color: #5C5C5C;
	text-decoration: none;
}

#subnavi li a:hover { 
	background: none;
	text-decoration: underline;
}
.nupp {
	margin: 0 0 20px 70px;
	border-top: 1px solid #D4CED0;
	border-right: 1px solid #9A9697;
	border-bottom: 1px solid #9A9697;
	border-left: 1px solid #D4CED0;
	padding: 1px;
	cursor: pointer;
}
.lahter {
	font-size: 11px;
	background-color: #F9F2F4;
	border: 1px solid #003D71;
	padding: 2px;
	margin-bottom: 10px;
}
.tekstarea {
	background-color: #F9F2F4;
	border: 1px solid #003D71;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
form {
	margin: 0;
}
