/* @override 
	http://www.tanssilehti.fi/css/tanssi3.css
	http://www.tanssilehti.fi/css/tanssi4.css
*/

html {
	margin: 0px;
	padding: 0px;
}

body {
	display: block;
	margin: 0px auto 0px auto;
	padding: 0px;
	background: #f3f3f6; /*#E9E9EB;/* url('tanssilehti_grid.jpg') no-repeat;*/
	color: #000;
	text-align: left;
	font: normal 12px/18px Arial, Helvetica, Geneva, sans-serif;
}

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


/*-- Päätekstityylit #text alueelle ja muille, joista eriytetään
Ohjeet tyylien kirjoittajalle:
 - älä käytä "! important":ia päätason tyyleissä
 - "important" poikkeuksena linkki värit, joissa tulee aina käyttää "! important"
 - laita p h1 h2 h3 ... kentille aina margin: 0px; ja määritä padding:llä kappale välit yms.
 - älä käytä -20px margin kikkoja, poikkeuksia on mutta ne on hyväksytettävä Markolla
 -

*/




dt, p {
	font: normal 12px/18px Arial, Helvetica, Geneva, sans-serif;
	color: #333;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	margin-left: 15px;
}
a, a:visited, a:link {
	color: #c00 ! important;
	font-weight: normal;
	cursor: pointer;
	background-color: transparent;

	font-weight: bold;
	color: #777  ! important;
	text-decoration: underline;
/*	text-decoration: none ! important;
	border-bottom: 1px solid #f00;*/
}
a:hover {
	color: #c00 ! important;
	text-decoration: underline;
	cursor: pointer;
	background-color: transparent;
}
img, a img  {
	border: 0px;
	margin: 0px 0px;
}



h1 {
	font: normal 18px/18px Georgia, Times, sans;
	margin: 3px 0px 3px 0px;
	padding: 3px 0px 3px 14px;
	color: #DD4385;
}
#text h1 a, #text a h1 {
	color: #DD4385 ! important;
	font: normal 18px/18px Georgia, Times, sans ! important;
	text-decoration: none;
}

h1 em {
	font: normal 18px/18px Georgia, Times, sans;
	margin: 3px 0px 3px 0px;
	padding: 3px 0px 3px 14px;
	color: #DD4385;
}

h2 {
	font: bold 10px/14px Arial, Helvetica, Geneva, sans-serif;
	margin: 2px 0px 0px 0px;
	padding: 0px 0px 0px 14px;
}
h3 {
	font: bold 9px/15px Georgia, Times, sans;
	border-top: 3px solid #000;

	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 7px;
	color: #DD4385 !important;
}
h3 a, h3 a:visited, h3 a:link {
	color: #DD4385 !important;
	text-decoration: none;
	font-size: 9px;

}

#columnleft h3 {
	width: 228px;
}

h4{
	font: italic  10px/14px Arial, Helvetica, Geneva, sans-serif;
	padding: 4px 2px 4px 36px ! important;
	margin: 0px 4px 0px 0px;
	color: #333 !important;
	text-align: left;
}

.hr {
	width: 100%;
	height: 4px;
	padding: 0px;
	margin: 0px;
	line-height: 1px;
	font-size: 1px;
	border: 0px;
	background: url(img/hr_dotted.gif) repeat-x top left;
	color: #fff;
}
hr {
	width: 100%;
	height: 4px;
	padding: 0px;
	margin: 0px;
	line-height: 1px;
	font-size: 1px;
	border: 0px;
	background: url(img/hr_dotted.gif) repeat-x top left;
	color: #fff;
}
.end {
	position: absolute;
	bottom: 0px;

	width: 100%;
	height: 3px;
	padding: 0px;
	margin: 0px;
	line-height: 1px;
	font-size: 1px;
	border: 0px;
	background: #000;
	color: #fff;
	clear: both;
}
dd {
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
em {
	font-style: italic;
}
small {
	font-size: 9px;
	line-height: 14px;
	color: #999;
}
form {
	margin: 0px 0px;
	padding: 0px 0px;
}



/*-- list styles --*/


ol, ul {
	background-color: transparent;
	margin: 0px 0px 0px 15px;
	padding: 0px 0px;
	font: normal 12px/18px Arial, Helvetica, Geneva, sans-serif;
	}

ol li  {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 3px;
	text-indent: 0px;
	color: #333;
	background-color: transparent;
	font: normal 12px/18px Arial, Helvetica, Geneva, sans-serif;
}

ul li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	text-align: left;
	text-indent: 0px;
	color: #333;
	background: url("img/bullet.gif") no-repeat 0px 0px;
	list-style: none;
	vertical-align: top;
	font: normal 12px/18px Arial, Helvetica, Geneva, sans-serif;
}






/*-- table styles --*/

table, tr, th, td {
	font: normal 11px Arial, Helvetica, Geneva, sans-serif;
	line-height: 18px;
	margin: 0 0 5px 0;
	padding: 0;
	background-color: transparent;
	color: #333;
	}


td, td p {
	font: normal 11px Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #333;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	vertical-align: top;
}

table {
	border: 0px;
	border-collapse: collapse;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
}

table td {
	border: 1px solid #fff;
	vertical-align: top;
}

table caption {
	color: #000;
	text-align: left;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 4px;
}

table.blueborder {
	border: 0px dashed #182E82;
   border-collapse: separate;
   border-spacing: 1pt;
	background: #bbb;

}
table.blueborder caption {
	border: 0px;
   border-collapse: separate;
   border-spacing: 1pt;
	background: #bbb;
	color: #fff;
	text-align: left;
	padding: 2px 0px 0px 8px;
}
table.blueborder td {
	border: 1px solid #fff;
	background: #fff;
}




/*-- Form Styles */

input, textarea, select, option {
	font: normal 12px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #555;
	}

.contactform {
	width: 200px;
	}

.alert {
	color: #f80;
	}


select {
	margin: 0px;
	width: 300px;
        color: #999;
}
input {
	margin: 0px;
/*	width: 300px;*/
}
input.button {
	margin: 8px 0px 0px 0px;
	width: auto;
}
textarea {
	margin: 3px 0px 0px 0px;
	/*width: 300px;*/
}


/*FORM STYLE*/



dl {


	position: relative;
	display: block;
	float: left;
	width: 450px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	vertical-align: top;
	clear: both;

	}

dt {
	width: 140px;
	float: left;
	margin: 0px 0px;
	padding: 4px 0px 2px 0px;
	border: 0px;
	vertical-align: top;
	line-height: 14px;
	font-size: 11px;
	text-align: right;
}
/* commented backslash hack for mac-ie5 \ */
dt { clear: both; }
/* end hack */

dd {
	width: 300px;
	float: left;
	margin: 0px;
	padding: 4px 0px 2px 10px;
	border: 0px;
	vertical-align: top;
		font-size: 11px;
	/*	background: #f0f;*/

}







#basicform textarea {
        /*width: 90%;*/
        /*height: 75px;*/
        font-size: 100%;
        padding-top: 5px;
        padding-right: 0px;
        padding-left: 5px;
        border: 1px solid #7f9db9;
}

input[type=text] {
        /*width: 90%;*/

        border: 1px solid #7f9db9;
        padding-right: 25px;
        padding-left: 5px;
        color: #999;
}
input:focus, select:focus, textarea:focus {
    color: #000;
    border: 1px solid #000;
}
input.email {
        background: url('img/email.gif') no-repeat 5px center;
        padding-left: 25px;
        padding-right: 5px;
        border: 1px solid #7f9db9;
}

input.email:focus {
        background-image: url('img/emailactive.gif');
}

input.phone {
        background-image: url('img/phone.gif');
        background-position: 3px center;
        background-repeat: no-repeat;
        padding-left: 25px;
        padding-right: 5px;
        border: 1px solid #7f9db9;
}

input.phone:focus {
        background-image: url('img/phoneactive.gif');
}












#wrap {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 995px;


	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 35px;
	text-align: left;
	border-top: 0px;
	display: block;
	clear: both;
	text-align: left;

}

#topimage {
	position: relative;
	float: left;

}

#header {
	position: absolute;
	width: 756px;
	height: 126px;
	padding: 0px;
	margin: 0px 0px 0px 30px;
	top: 0px;
	left: 0px;
/*	background: #fff url(img/header.gif) no-repeat top left;*/
	text-align: left;
	clear: both;
	display: block;
	vertical-align: bottom;

 	}

#newscountry {
	display: block;
	float: left;
	width: 525px;
	margin: 0px 0px 0px 0px;
	position: relative;
	left: 15px;
	height: 138px;
	z-index: 200;
}
#news {
	display: block;
	float: left;
	width: 540px;
	height: 138px;
	background: #ccc url(img/flash.gif) repeat-y top left;
	padding: 0px;
	margin: 0px;
}
#content {
	position: relative;
	display: block;
	width: 500px;
	clear: both;

}
#textbar {
	position: relative;
	display: block;
	float: left;
	width: 300px;
}

#rightbar {
	position: relative;
	display: inline;
	float: left;
	width: 200px;
}
#page {
	position: absolute;
	top: 124px;
	left: 0px;
	display: block;
	width: 955px;
	margin: 0px;
	padding: 0px;
	clear: both;
}

#contentwrap {
	position: relative;
	float: left;
	display: block;
	width: 920px;
	top: 0px;
	left: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
/*	background: #fff url(img/preface_bg.jpg) no-repeat top right;*/
/*	border-top: 1px #aaa solid;*/
}
#frontbanner {
	position: relative;
	float: left;
	display: block;
	width: 920px;
	height: 210px;

	top: 0px;
	left: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#preface {
	display: block;
	position: relative;
	float: left;
	clear: both;
	width: 920px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
#widetext {
	display: block;
	position: relative;
	float: left;
	clear: both;
	width: 870px;
	margin: 0px;
	padding: 0px;
}

#columnright {
	position: relative;
	float: left;
	left: 300px;
	top: 0px;
	width: 467px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 50px;
	overflow: hidden;
	background: #fff;
/*	border-top: 3px solid #000;
	border-bottom: 3px solid #000;*/
}
#columnleft {
	position: absolute;
	display: block;
	width: 235px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 45px;

	background: url(img/left_bg.gif) repeat-y 45px 0px;
	top: 0px;
	left: 0px;
/*	padding-left: -45px;
	border: 1px solid #000;*/
/*	border-top: 3px solid #000;
	border-bottom: 3px solid #000;*/

	clear: both;
}

#magazine {
	display: inline;
	float: left;
	top: 24px;
	min-height: 190px;

	width: 350px;
	padding: 0px 0px 20px 0px;
	margin-left: -45px;
	background: url('/css/img/covers/0207_front.jpg') no-repeat top left;
	clear: both;
}

/*#subwrap {
	display: block;
	float: left;
	width: 224px;
	padding:  0px 0px 0px 50px;
	margin: 32px 0px 0px 0px;
}*/
#subwrap {
	display: inline;
	float: left;
	top: 4px;
	width: 350px;
	padding: 0px 0px 20px 0px;
	margin-left: -45px;
	clear: both;
}

#text {
/*	position: relative;*/
	float: left;
	left: 0px;
	width: 300px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 4;
}

.blockwrap {
	position: relative;
	display: block;
	float: left;
	width: 450px;
	margin: 0px;
	padding: 0px;
/*	background: #fac;*/
	clear: both;
}

#widetext {
	position: relative;
	float: left;
	left: 0px;
	width: 462px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 4;

}
#leftcol {
	position: relative;
	float: left;
	left: 0px;
	width: 230px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 4;

}
#rightcol {
	position: relative;
	float: left;
	left: 0px;
	width: 230px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 4;

}

#note {
	position: relative;
	float: left;
	top: 0px;
	width: 235px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	clear: both;
}
#frontbannertext {
	position: relative;
	float: left;
	top: 68px;
	left: 26px;
	width: 520px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 4;

}
#frontbannertext p {

	font: normal 15px/26px "Trebuchet MS", Arial, sans-serif;
	color: #fff;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
}

.fcol {
	float: left;
	top: 0px;
	width: 300px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.fcol p {
	padding: 0px 20px 10px 10px;
	margin: 0px 0px 0px 0px;
}
.fcol img {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#frontbar {
 	position: relative; top: 0px; left: 0px; height: 152px; width: 920px; clear: both; padding: 0px 0px 0px 0px; background: url(/css/img/frontbar.gif) no-repeat top left;
 }

#frontbarcol1 {
	position: absolute; top: 2px; left: 2px; width: 350px; padding: 36px 0px 0px 0px; margin: 0px;
}
#frontbarcol2 {
	position: absolute; top: 1px; left: 356px; width: 355px; height: 150px; padding: 0px 0px 0px 0px; margin: 0px;
}

#events {
	width: 350px; padding: 0px 0px 0px 0px; margin: 0px;
}
#events p {
	font: normal 10px/14px Arial, Helvetica, Geneva, sans-serif;
	color : #999;
	margin: 0px;
	padding: 0px 0px 6px 29px;

}
#events p strong, #events p b {
	font: bold 11px/14px Arial, Helvetica, Geneva, sans-serif;
	color: #000;

}
#frontnews {
	padding: 36px 0px 0px 0px;
}

#frontnews p {
	font: normal 10px/14px Arial, Helvetica, Geneva, sans-serif;
	color : #333;
	margin: 0px;
	padding: 0px 0px 6px 29px;

}
#frontnews p a {
	text-decoration: none;
	display: block;
	color : #555 ! important;
}
#frontnews p strong, #frontnews p b {
	font: bold 11px/14px Arial, Helvetica, Geneva, sans-serif;
	color: #000;

}


#frontnews p a strong, #frontnews p a b {
	font: bold 11px/14px Arial, Helvetica, Geneva, sans-serif;
	color: #000;

}


#frontnews p a:hover, #frontnews p a:hover strong span {
	text-decoration: none;
	color : #fff ! important;
}

#frontdarkbanner {
position: absolute; top: 1px; left: 710px; width: 205px; padding: 13px 0px 0px 0px; margin: 0px;
}


#frontdarkbanner p {
/*	font: normal 20px/26px "Times new roman", Times, serif;*/
	font: normal 15px/24px "Trebuchet MS", Arial, sans-serif;
	color : #fff;
	margin: 0px;
	padding: 0px 0px 6px 19px;

}

#frontdarkbanner p a {
	text-decoration: none;
	font: normal 12px/26px Arial, sans-serif;
	border: 0px;
	color: #bbb ! important;
}



#text img {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
}

#text p img {
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
}

#text h1 img {
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
}

#text ul li {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
}





#logo {
	position: absolute;
	padding: 0px;
	margin: 0px 0px;
	top: 5px;
	left: 15px;
	text-align: left;
	clear: both;
	display: block;
	vertical-align: bottom;
	font: normal 16px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
	z-index: 2;
}
#logo a, #logo img {
	border: 0px;
}

#topbanner {
	position: absolute;
	padding: 0px;
	margin: 0px 0px;
	top: 13px;
	left: 498px;
	text-align: left;
	clear: both;
	display: block;
	vertical-align: bottom;
	font: normal 16px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
	z-index: 2;
}
#topbanner a, #topbanner img {
	border: 0px;
}
#slogan {
	position: absolute;
	padding: 0px;
	margin: 0px 0px;
	bottom: 10px;
	right: 22px;
	text-align: right;
	clear: both;
	display: block;
	vertical-align: bottom;
	font: normal 16px Georgia;
	color: #999;
	z-index: 2;
}
#slogan p {
	border: 0px;
	font: normal 14px Georgia, Times, sans;
	color: #999;
}



#network {
	border-left: 1px #c00 solid;
	margin: 120px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 500px;
}
#network h1{
	border: none;
	padding: 8px 0px 25px 10px;
	margin: 0px;
}
#network h2{
	color: #666;
	text-transform:uppercase;
	margin-top: 0px;
	padding-top: 0px;
}
#network p{
	padding: 0px 0px 8px 10px;
	margin: 0px;
}









#widetext p strong, #widetext p b {
	font-size: 15px;
}
#widetext td p {
	padding: 12px 0px 0px 40px;
	font-size: 12px;
}
#widetext table {
	margin: 0px 0px 0px 0px;
}


/*-- preface */


#preface h1 {
	font: normal 36px/30px "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
	color: #333;
	padding: 25px 0px 16px 10px;
	margin: 0px 0px 0px 0px;
	line-height: 24px;
	border: 0px;
}

#preface p {
/*	font: normal 18px/26px Times New Roman, Arial, sans-serif;*/
	font: normal 16px/26px "Trebuchet MS", Arial, sans-serif;
	color: #777;
	margin: 0px 0px 12px 0px;
	padding: 0px 270px 0px 10px;
	font-weight: 100;
	letter-spacing: 0.1px;
}


#preface img {
	padding: 8px 0px 0px 0px;
}





/*-- columnleft */

#columnleft p, #note p {
	padding: 4px 0px 4px 0px ! important;
	margin: 0px 0px 6px 0px;
}


#columnleft ul li, #note ul li  {
	font: normal 12px/17px Arial, Helvetica, Geneva, sans-serif;
	margin: 0px 0px 2px -10px;
	padding:  0px 0px 0px 15px;
	text-align: left;
	text-indent: 0px;
	color: #777;
	width: 230px;
}

/*#columnleft h2, #note h2 {
	font: bold 14px/18px Arial, Helvetica, Geneva, sans-serif;
	margin: 0px;
	color: #888;
	padding: 14px 0px 5px 8px;
	width: 240px;
}*/





#notewrap {
 	/*position: absolute;*/
 	float: left;
	top: 44px;
	left: 0px;
	width: 140px;
}
#apina {
	width: 140px;
}
#apina p {
 	font-size: 10px;
	line-height: 14px;
	color: #666;
}
#apina p strong, #apina p b  {
	color: #000;
}
/*-- MAINMENU */

#mainmenu {
	position: absolute;
	/*top: 50px;*/
	bottom: 2px;
	left: 270px;
	/*height: 130px;*/
	/*width:920px;*/
	width: 250px;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	color: #000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	text-align: left;
	font-weight: normal;
	display: block;
	/*overflow: hidden;*/
	background: url("img/mainmenu_bg.gif") repeat-y top left;

	/*z-index: 90;*/

	}

	#mainmenu ul {
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		list-style: none;
		float: left;
		width: 250px;
/*		width: auto;*/
		}

	#mainmenu ul li {
		display: block;
		position: relative;
		clear: both;
		width: auto;
		float: left;
		margin: 1px 0px 1px 0px;
		padding: 0px 0px 0px 0px;
		list-style: none;
		list-style-image: none;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 12px;
		background: none;
		clear: both;
		height: 20px;
		}

	#mainmenu ul li a {
		display: inline;
		margin: 0px 0px;
		padding: 2px 8px 2px 8px;
		vertical-align: bottom;
		text-decoration: none ! important;
		color: #000 ! important;
		font: normal 12px/12px Arial, Verdana, Helvetica, sans-serif;
		border: 0px solid #fff;


		}
	#mainmenu ul li a:hover {
		font-weight: bold;

		}

	#mainmenu span {
		vertical-align: text-bottom;
		}

	html>body #mainmenu ul li a {
		width: auto;
		}

	#mainmenu ul li a:hover {
		text-decoration: none ! important;
		color: #000;
		}

	#mainmenu a.selected, #mainmenu a.selected a, #mainmenu a.selected li, #mainmenu a.selected a:hover  {
		color: #fff ! important;
		font: bold 12px/12px Arial, Verdana, Helvetica, sans-serif;
		padding: 2px 8px;
		width: auto;
		}
	#mainmenu a.selected  {
		display: inline;

		background: #000;
		height: 20px;
		width: auto;
		}





/*-- HEAD MENu */

#headmenu {


	padding: 3px 0px 0px 0px;
	margin: 0px 0px;
	color: #000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	text-align: left;
	font-weight: normal;

	display: block;
	float: right;
	z-index: 299;
	display: inline;
	}
	#headmenu ul {
	margin: 0px 2px 0px 0px;
	padding: 0px 0px;
	list-style:none;
}

#headmenu li {
	float: left;
	display: inline;
	margin:0px;
	padding:0px 0px 0px 12px;
	list-style-image: none;
	list-style:none;
	background: none;
	line-height: 21px;
	font-size: 12px;
}

#headmenu a {
	float:left;
	display: block;
	line-height: 21px;
	padding: 0px 12px 0px 0px;
	text-decoration: none ! important;
	font-weight: normal;
	color:#000 ! important;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	top: 0px;
	border: 0px solid #fff;
}
#headmenu a:hover {
	color: #c00 ! important;
	text-decoration: none ! important;
}
#headmenu .search a {
	padding-left: 10px ! important;
}
#searchform {
	position: relative;
	display: block;
	float: left;
	background: url(img/hr_dotted.gif) repeat-x top left;
	height: 30px;
	padding: 13px 0px 0px 0px;
	margin: 0px;

	width: 235px;
	vertical-align: middle;
}
#searchform form {
	float: right;
	padding: 0px;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}

#searchform .field {
	padding: 2px 0px 0px 2px;
	margin: 0px;
	width: 105px;
	height: 18px;
	/*	font: normal 12px/12px Arial, Helvetica, sans-serif;
	*/
	background: #fff url(img/input_bg.gif) repeat-x top left;
	border: 1px solid #999;
	border-top: 0px solid #222;
	border-bottom: 0px solid #222;
	line-height: 16px;
	vertical-align: middle;
}
.blackbutton {
	margin: 0px;
	/* width: 40px;	*/
	height: 20px;
	font: bold 11px/11px Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #000;
	border:0px solid;
	padding: 0px 6px 0px 6px;
	line-height: 18px;
	vertical-align: middle;
	cursor: pointer;
}


.greenbutton {
	margin: 0px;
	/*width: 40px;
	*/
	height: 20px;
	font: bold 11px/11px Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #77aa33;
	border:1px solid;
	border-top-color:#ad7;
	border-left-color:#ad7;
	border-right-color:#490;
	border-bottom-color:#490;
	padding: 0px 6px 0px 6px;
	cursor: pointer;
}


/*-- SUBMENU */
#submenub, #submenuc {
	position: relative;
	display: block;
	width: 235px;


	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	text-align: left;
	font-weight: normal;
	clear: both;

	}
#submenuc {
	padding: 18px 0px 0px 0px;

}
#submenub {
/*	background: url(img/hr_dotted.gif) repeat-x top left;*/
border-top: 1px dotted #999;
}

#submenub ul li, #submenuc ul li  {
		display: inline;

/*		float: left;*/
		height: 20px;
		top: 0px;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		list-style: none;
		list-style-image: none;
		background: none;
		text-align: left;
		clear: none;

}
#submenub ul li a, #submenuc ul li a {
		height: 20px;
		padding: 4px 3px 2px 3px;
		margin: 0px;
		text-decoration: none;

}


#submenub ul li a {
	font-size: 10px;
}

#submenub ul li.selected a, #submenuc ul li.selected a {
		height: 20px;
		color: #DD4385 !important;
		background: #000;
		color: #fff ! important;

}

#submenu {
	position: relative;
	display: block;
	width: 320px;
	height: auto;
	width: 320px;


	padding: 0px 0px 30px 0px;
	margin: 0px 0px 0px 0px;
	color: #000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	text-align: right;
	font-weight: normal;
	clear: both;
	}
#magazine #submenu {
	bottom: 0px;
	padding: 40px 0px 30px 0px;
}
	#submenu ul {
		padding: 0px 20px 0px 0px;
		margin: 0px 0px 0px 0px;
		list-style: none;
		float: left;
		width: auto;
		}

	#submenu ul li {
		display: block;
		width: 300px;
		float: right;
		height: 16px;
		top: 0px;
		padding: 3px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		list-style: none;
		list-style-image: none;
		background: none;
		text-align: right;
		clear: both;


		}

	#submenu ul li a {
		padding: 0px 8px 1px 8px;
		margin: 0px 12px 0px 0px;
		position: relative;
		top: 0px;

		vertical-align: bottom;
		text-decoration: none ! important;
		color: #fff ! important;
		font: normal 11px/15px Arial, Verdana, Helvetica, sans-serif;
		border: 0px solid #fff;

		background: #f878b3; /* url(img/submenu_bg.gif) no-repeat right top;*/
		height: 16px;
		clear: both;
		}
	#submenu ul li a:hover {
		/*	background: #f00;*/
		color: #fff ! important;
		padding: 2px 8px 2px 8px;
		font: normal 14px/14px Arial, Verdana, Helvetica, sans-serif;

		}

	#submenu span {
		vertical-align: text-bottom;
		}

	html>body #submenu ul li a {
		width: auto;
		}

	#submenu ul li a:hover {
		text-decoration: none ! important;
		color: #fff ! important;
		/*margin-right: -4px;*/
		padding: 2px 8px 2px 8px;
		margin: 5px 8px 5px 0px;

		height: 18px;

		}
	#submenu ul li:hover {
		height: 20px;
	}
	#submenu .selected a, #submenu .selected a:hover  {
		color: #fff ! important;
		font: normal 16px/19px Georgia, Arial, Verdana, Helvetica, sans-serif;
		background: #c7618d;
		padding: 1px 8px 2px 8px;
		margin: 0px 0px 0px 0px;
		height: 20px;

		}
	#submenu .selected, #submenu .selected li, #submenu ul li.selected:hover {
		color: #fff;
		margin: 12px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		height: 20px;
		}



.verkossa #submenu ul li a {
	background: #7AB010;
}
.verkossa #submenu .selected a, .verkossa #submenu .selected a:hover  {
	background: #648B05;
}





/*-- contentmenu */

#contentmenu ul {
	padding: 0px 0px 0px 0px;
	margin: 12px 0px 16px -1px;
	list-style: none;
}
#contentmenu ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	background: none;
}

#contentmenu ul li a {
	font: bold 11px/13px Arial, Helvetica, Geneva, sans-serif;
	display: block;
	color: #777  ! important;
	margin: 0px;
	padding: 0px 0px 6px 12px;
	border: 0px solid #fff;
	text-decoration: underline;

}

#contentmenu ul li a:hover {
	text-decoration: none !important;
	color: #000 ! important;
	background: url(img/arrow_red.gif) no-repeat 0px 2px;
}
#contentmenu ul li.selected a {
	font-weight: bold;
	text-decoration: none !important;
	color: #000 ! important;
	background: url(img/arrow_black.gif) no-repeat 0px 2px;

}


#contentmenu a span.date {
	display: block;
	clear: both;
	color: #a00 ! important;
	text-decoration: none ! important;
	/*font-weight: normal;*/
}



/* Content Styles */

#widecolumn {
	margin: 18px 20px 0px 197px;
	padding: 0px;
	text-align: left;
}
#centercolumn {
	margin: 18px 50px 0 197px;
	padding: 0px;
	text-align: left;
	position: relative;
	width: 370px;
	top: 0px;
}




/* Footer Styles */

#footer {
	display: block;

	width: 466px;
	height: 150px;
	margin: 0px 0px 0px 300px;
	padding: 0px 0px 0px 0px;
	/*border-top: 3px solid #000;*/
	clear: both;
}
#footer p {
	float: right;
	font: bold 11px/12px Arial, Helvetica, sans-serif;
	height: 10px;
/*	text-align: right;*/
	color: #666;
	padding: 4px 0px 0px 0px;
	margin: 0px 0px 0px 0px;

}
#footer p a {
	margin: 0px;
	padding: 0px;
	background: none;
}

#footer a, #footer a:link, #footer a:visited {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #000 ! important;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

#footer a:hover, #footer a:active {
	color: #DD4385 ! important;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}

#footer #copyright p {

text-align: left;
float: left;
font: normal 9px/12px Arial, Helvetica, sans-serif;
color: #000;
margin: 0px 0px 0px 20px;
width: 400px;
}
#copyright p a {
	font: normal 9px/12px Arial, Helvetica, sans-serif;
	font-weight: normal !important;
	text-decoration: underline !important;
}

/* Easy-Clearing Styles as documented here:
   http://www.positioniseverything.net/easyclearing.html

   IE/Win 3-Pixel Jog fix as documented here:
   http://www.positioniseverything.net/explorer/threepxtest.html */

.fix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* For IE/Win. Hide from IE/Mac \*/
* html .fix {
	height: 1%;
	}

* html .fixjog {
	height: 1%;
	}
/* End hidden from IE/Mac */






/* Submenu styles */


#newswrap {
	position: relative;
	float: left;
	margin:  0px 0px 0px 0px;
	padding:  20px 12px 20px 20px;
	width: 222px;
	}

#newsmenu {
	position: relative;
	padding: 0px;
	margin: 0px;

	font: normal 11px Arial, Helvetica, sans-serif;
	line-height: 17px;
	color: #000;
	padding: 0px 0px 0px 12px;


	}

#newsmenu ul {
	position: relative;
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	left: 0px;
	top: 0px;

	}

#newsmenu li {
	padding: 0px;
	margin: 0px;
	line-height: 17px;
	list-style-image: none;
	}

#newsmenu ul li a, #newsmenu ul li a:visited {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 0px 0px;
	font: normal 11px Arial, Helvetica, sans-serif;
	line-height: 17px;
	color: #000 ! important;

	background: none;
	}

#newsmenu ul li a.selected:link, #newsmenu ul li a.selected:visited {
	padding: 6px 0px 6px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 17px;
	text-decoration: none;
	font-weight: bold;
	color: #003800;
	}

#newsmenu a:link, #newsmenu a:visited {
	color: #333 ! important;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 6px 0px;
	background: none;
}


#newsmenu ul li a:link.selected, #newsmenu ul li a:visited.selected, #newsmenu ul li a.selected  {
	color: #333 ! important;
	text-decoration: underline;
	font-weight: bold;
/*	line-height: 17px;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 6px 0px;*/
	background: none;
	}

#newsmenu ul li a span.date {
	color: #999;
	clear: both;
	display: block;

	font-weight: normal;
	font-size: 9px;
	line-height: 12px;
	}


#newsmenu ul li a:hover, #newsmenu ul li a:active {
	color: #000 ! important;
	text-decoration: underline ! important;
	background: none;
}

#newsmenu ul li a:hover span {
	color: #000 ! important;
	text-decoration: none ! important;
	background: none;
}

.gotosmall {
	background: url(img/icons/array.gif) no-repeat right center;
	padding-right: 18px;
	font-weight: normal ! important;
	color: #555 ! important;
	display: inline;
}

a:hover.gotosmall {
	background:  url(img/icons/array_hover.gif) no-repeat right center;
}

a.gotonone {
	font-weight: normal ! important;
	color: #555 ! important;
	border: 0px;
}
a:hover.gotonone {
	color: #000 ! important;
}

.gotonone img {
	border: 0px;
	vertical-align: middle;
	margin-top: 2px;
	margin-bottom: 3px;
}
.pdf {
	background: url(img/icons/pdf.gif) no-repeat top left;
	padding: 2px 0px 0px 20px;

}

a.array, a.array:active {
	padding-right: 18px;
	background: url(img/icons/array.gif) no-repeat right center;
	font-weight: normal;
	color: #555 ! important;
}

a.array:hover {
	background: url(img/icons/array_hover.gif) no-repeat right center;
	color: #000 ! important;

}

/* codesigner fixes */

.contentarea>br {
	display: none;
}
.contentarea h1 br, .contentarea h2 br, .contentarea h3 br, .contentarea h4 br, .contentarea p br  {
	display: inline;
}

.controllable {
	position: relative;

}
.controllable .controls {
	position: absolute;
	background: #ccc;
	right: 0px;
	top: 0px;

	display: none;
}

.controllable:hover .controls {
	display: block;
 }


.verkossa h1, .verkossa h2, .verkossa h3, .verkossa a, .verkossa h3 a, .verkossa p a {
	color: #648B05 !important;

}
.verkossa h1 a {
	text-decoration: none;
	font-weight: normal;
}
.verkossa h1 a i  {
	font: normal 12px/18px Georgia, Times, sans;
	color: #000;
}


#infos {
	position: absolute;
	top: 0px;
	left: 786px;
	display: block;
	width: 235px;
/*	width: auto; */
	height: auto;
}

#infos p, #infos h1, #infos h2, #infos h3  {
 	padding: 6px 0px 0px 0px;
 	margin: 0px 0px 0px 0px;
}

#infos img {
 	padding: 0px 0px 0px 0px;
 	margin: -6px 0px 0px 0px;
	
}
