
body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border: 0px;
	text-align: center;
	color: #343434;
}


* {
	font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}


img {
	margin: 0px;
	border: 0px;
}


h1 {
	font-size: 18px;
	font-weight: bold;
	color: #353535;
	margin-top: 4px;
	margin-bottom: 4px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	margin-top: 4px;
	margin-bottom: 4px;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	color: #343434;
	margin-bottom: 2px;
	margin-top: 2px;
}


#main {
	width: 960px;
	min-width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-left: solid 1px #7f7f7f;
	border-right: solid 1px #7f7f7f;
	border-bottom: solid 1px #7f7f7f;
	overflow: hidden;
}

.bg-vertical-40 {
	background-image: url(images/bg-vertical.gif);
	background-position: 40% 0%;
	background-repeat: repeat-y;
}

#main-title {
	height: 120px;
}

#main-title-logo {
	position: relative;
	left: 32px;
	top: 28px;
}
#main-translate-menu {
	position: relative;
	float:right;
	right: 20px;
	top: 25px;
}



#main-navi {
	background-color: #000000;
	color: #ffffff;
	height: 46px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 1px;
}

#main-slidebox {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	height: 171px;
	overflow: hidden;
	background-color: #ffffff;
	position: relative; /* ie7 overflow bug fix */
}

.slidebox-item {
	width: 240px;
	overflow: hidden;
	float: left;
}

.slidebox-main {
	height: 171px;
	width: 600px;
	position: relative;
	left: 0px;
	top: 0px;
	background-color: #ffffff;
}

/*
.slidebox-main>img {
	margin-right: 20px;
}*/

.slidebox-title {
	white-space: nowrap;
	position: relative;
	left: 0px;
	top: -21px;
	height: 23px;
	padding-top: 5px;
	padding-left: 16px;
	padding-right: 16px;
	background-image: url(images/slidebox-bg.png);
	color: white;
	font-weight: bold;
}


#nayttelyt {
	margin-bottom: 16px;
}

#nayttelyt a {
	text-decoration: none;
	color: #000000;
}

#nayttelyt-valinta, #ajankohtaista-valinta {
	border-bottom: solid 1px #000000;
	padding-left: 5%;
	padding-top: 13px;
	padding-bottom: 9px;
	background-color: #ffffff;
}

 #ajankohtaista-valinta {
	margin-left: -1%;
	padding-left: 6%;
 }

#nayttelyt-valittu, #ajankohtaista-valittu {
	padding-left: 5%;
	padding-top: 8px;
	padding-bottom: 8px;
	background-image: url(images/bg-horizontal.gif);
	background-position: 0% 100%;
	background-repeat: repeat-x;
	font-style: italic;
}

#nayttelyt-logot {
	padding: 4%;
	background-image: url(images/bg-horizontal.gif);
	background-position: 0% 100%;
	background-repeat: repeat-x;
	text-align: center;
	clear: both;
}

#nayttelyt-logot ul {
	list-style-type: none;
}

#nayttelyt-logot li {
	float: left;
	width: 116px;
	height: 116px;
}

#nayttelyt-logot img {
	padding: 10px;
	width: 96px;
	height: 96px;
}

#ajankohtaista-uutiset {
	padding: 5%;
}

#ajankohtaista-uutiset > div {
	padding-bottom: 1px;
	margin-top: 6px;
	margin-bottom: 6px;
	background-image: url(images/bg-horizontal.gif);
	background-position: 0% 100%;
	background-repeat: repeat-x;
}


.ajankohtaista-header {
	clear: both;
	background-image: url(images/bg-horizontal.gif);
	background-position: 0% 100%;
	background-repeat: repeat-x;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 1px;
	cursor: pointer;
}

.ajankohtaista-logo {
	float: right;
}
.ajankohtaista-logo img {
	width: 96px;
	height: 68px;
}
.ajankohtaista-heading {
	font-size: 1.6em;
	font-weight: bold;
}
.ajankohtaista-subheading {
	font-size: 1.2em;
	font-weight: bold;
}
.ajankohtaista-date {
	font-size: 1.1em;
}
.ajankohtaista-body {
	display: none;
	margin-top: 8px;
	margin-bottom: 8px;
}



.clearer {
	clear: both;
	height: 100%;
	height: 1px;
	overflow: hidden;
}












.ddmenu {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
}

.ddmenu > li {
	float: left;
	color: #ffffff;
	height: 46px;
}

.ddmenu > li > div {
	color: #ffffff;
	font-weight: bold;
	border-left: solid 2px #ffffff;
	padding: 4px;
	padding-left: 10px;  /* muuta myös single-ddm.js line 33-34 */
	padding-right: 10px;
	height: 46px;
}


.ddmenu > li > div > a {
	display: block;
	text-align:left;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;

	/* muutokset */
	border: 0;
	background-color: transparent;
	width: auto;
	padding: 0;
	padding-top:5px;
	
	/*padding-left: 10px;  /* muuta myös single-ddm.js line 33-34 */
	/*padding-right: 10px;*/
}

.ddmenu > li > .ddmenu-hover {
	border: 0;
	background-color: #000000;
	/*background-image: url(/images/bg_menu_hover.png);*/
	color: #23383d;
}

.ddmenu > li ul {
	display: none;
	background-color: #000000;
	list-style: none;
	position: absolute;
	z-index: 90;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
	margin-left: -20px;
	margin-top: 14px;
}

#nayttelyt-menu.ddmenu > li ul li {
	margin-bottom: 4px;
}

.ddmenu > li ul a {
	display: block;
	text-decoration: none;
	background-color: #000000;
	
	width: auto;
	border: 0;
	color: #ffffff;

	padding: 0;
	
	/*
	padding-left: 10px;
	padding-right: 10px;
	*/
	
}

.ddmenu > li ul li a.first {
	border: 0;
}

.ddmenu > li ul a.ddchildhover {
	background-color: #000000;
	/*color: #23383d;*/
}










#nayttelyt-menu {
	background-color: #ffffff;
	background-position: left top;
	color: #000000;
}

/**
 * Single Drop Down Menu - CSS Temp
 * March 24, 2009
 * Corey Hart @ http://www.codenothing.com
 */ 

#nayttelyt-menu.ddmenu {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nayttelyt-menu.ddmenu > li {
	float: left;
	color: #000000;
	/*font-weight: bold;*/
	border-left: solid 1px #000000;
	padding: 0;
	padding-left: 10px;  /* muuta myös single-ddm.js line 33-34 */
	padding-right: 10px;
	height: auto;
}

#nayttelyt-menu.ddmenu > li > a {
	display: block;
	text-align:center;
	text-decoration: none;
	color: #000000;

	/* muutokset */
	border: 0;
	background-color: transparent;
	width: auto;
	padding: 0;
	
	/*padding-left: 10px;  /* muuta myös single-ddm.js line 33-34 */
	/*padding-right: 10px;*/
}

#nayttelyt-menu.ddmenu > li > .ddmenu-hover {
	border: 0;
	background-color: #ffffff;
	/*background-image: url(/images/bg_menu_hover.png);*/
	color: #23383d;
}

#nayttelyt-menu.ddmenu > li ul {
	display: none;
	background-color: #ffffff;
	list-style: none;
	position: absolute;
	z-index: 90;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
	margin-left: -20px;
	margin-top: 14px;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

#nayttelyt-menu.ddmenu > li ul li {
	margin-bottom: 4px;
}

#nayttelyt-menu.ddmenu > li ul a {
	display: block;
	text-decoration: none;
	background-color: #ffffff;
	
	width: auto;
	border: 0;
	color: #000000;

	padding: 0;
	
	/*
	padding-left: 10px;
	padding-right: 10px;
	*/
	
}

#nayttelyt-menu.ddmenu > li ul li a.first {
	border: 0;
}

#nayttelyt-menu.ddmenu > li ul a.ddchildhover {
	background-color: #ffffff;
	/*color: #23383d;*/
}










#ajankohtaista-menu {
	background-color: #ffffff;
	background-position: left top;
	color: #000000;
}

/**
 * Single Drop Down Menu - CSS Temp
 * March 24, 2009
 * Corey Hart @ http://www.codenothing.com
 */ 

#ajankohtaista-menu.ddmenu {
	list-style: none;
	padding: 0;
	margin: 0;
}

#ajankohtaista-menu.ddmenu > li {
	float: left;
	color: #000000;
	/*font-weight: bold;*/
	border-left: solid 1px #000000;
	padding: 0;
	padding-left: 10px;  /* muuta myös single-ddm.js line 33-34 */
	padding-right: 10px;
	height: auto;
}

#ajankohtaista-menu.ddmenu > li > a {
	display: block;
	text-align:center;
	text-decoration: none;
	color: #000000;

	/* muutokset */
	border: 0;
	background-color: transparent;
	width: auto;
	padding: 0;
	
	/*padding-left: 10px;  /* muuta myös single-ddm.js line 33-34 */
	/*padding-right: 10px;*/
}

#ajankohtaista-menu.ddmenu > li > .ddmenu-hover {
	border: 0;
	background-color: #ffffff;
	/*background-image: url(/images/bg_menu_hover.png);*/
	color: #23383d;
}

#ajankohtaista-menu.ddmenu > li ul {
	display: none;
	background-color: #ffffff;
	list-style: none;
	position: absolute;
	z-index: 90;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
	margin-left: -20px;
	margin-top: 14px;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

#ajankohtaista-menu.ddmenu > li ul li {
	margin-bottom: 4px;
}

#ajankohtaista-menu.ddmenu > li ul a {
	display: block;
	text-decoration: none;
	background-color: #ffffff;
	
	width: auto;
	border: 0;
	color: #000000;

	padding: 0;
	
	/*
	padding-left: 10px;
	padding-right: 10px;
	*/
	
}

#ajankohtaista-menu.ddmenu > li ul li a.first {
	border: 0;
}

#ajankohtaista-menu.ddmenu > li ul a.ddchildhover {
	background-color: #ffffff;
	/*color: #23383d;*/
}



/* HTML-moduulin tyylit FCK:n sivupohjaa varten */

.mhtml {
	margin-left: 4%; 
	margin-right: 4%; 
	margin-bottom: 32px;
	margin-top: 42px;
}

.mhtml-title {
	margin-left: 25%;
	margin-bottom: 24px;
}

.mhtml-title-padding {
	margin-left: 5%;
}


.mhtml-left {
	width: 25%;
	float: left;
}

.mhtml-right-title {
	width: 75%; 
	float: left; 
	margin-bottom: 24px;
}

.mhtml-right {
	width: 75%; 
	float: left; 
	background-image: url(/images/bg-vertical.gif); 
	background-position: 0% 0%; 
	background-repeat: repeat-y;
}

.mhtml-right-padding {
	margin-left: 5%;
}


.mhtml-left-25 {
	width: 25%;
	float: left;
}

.mhtml-center-50 {
	width: 50%; 
	float: left; 
	background-image: url(/images/bg-vertical.gif); 
	background-position: 0% 0%; 
	background-repeat: repeat-y;
}

.mhtml-center-padding {
	margin-left: 5%;
	margin-right: 5%;
}

.mhtml-right-25 {
	width: 25%; 
	float: left; 
	/*
	background-image: url(/images/bg-vertical.gif); 
	background-position: 0% 0%; 
	background-repeat: repeat-y;
	*/
}


