body, html {
	font-family: 'Open Sans', sans-serif;
	font-size:17px;
	margin:0;
	padding:0;
	min-width:1240px;
}

.noBold {
	font-weight:200 !important;
}


#header  {
    background-color: #006699;
    height: 85px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 200;
}
#header img {
    float: right;
    padding: 16px;
}
#header .companyName {
    color: #fff;
    float: right;
    font-family: "EB Garamond",serif;
    font-size: 2.5em;
    letter-spacing: 1px;
    line-height: 85px;
    margin: 0;
    padding-right: 14px;
}
.site .documentRead #header {
    position: fixed;
}
.site .documentRead #content {
    max-width: none;
    padding: 0;
}
#header .documentTitle {
    color: #fff;
    float: left;
    font-size: 1.6em;
    font-weight: 700;
    margin: 0;
    padding: 11px 11px 11px 1%;
}

#header .documentTitle .writer {
    display: block;
    font-size: 0.65em;
    font-weight: 400;
}



a {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #004477;
}
#next {
    background-color: #006699;
    border: 1px solid #002233;
    border-radius: 5px;
    color: #fff;
    float: right;
    padding: 10px 24px;
	transition: all 0.2s ease 0s;
}
#prev {
	float:left;
    background-color: #006699;
    border: 1px solid #002233;
    border-radius: 5px;
    color: #fff;
    padding: 10px 24px;
	transition: all 0.2s ease 0s;
}

#indexExpand:hover,
#prev:hover,
#next:hover {
    colsor: #006699;
	background-color:#0099cc;
}
#indexExpand {
    background-color: #006699;
    border: 1px solid #002233;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 12px;
    padding: 0;
    text-align: center;
    transition: all 0.2s ease 0s;
	padding: 7px 15px;
}



#documentWrapper {
	margin-top:135px;
	margin-bottom:50px;
	overflow: hidden;
}

#indexList {
    background-color: #fafafa;
    border-right: 1px solid #ccc;
    bottom: 0;
    float: left;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding-left: 1%;
    padding-right: 1%;
    position: fixed;
    top: 134px;
    width: 25%;
}

.documentTitle {
    background-color: #666;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    margin-left: -1em;
    margin-right: -1em;
    margin-top: 0;
    padding: 1em 1em 15px;
}
.documentTitle .writer {
    display: block;
    font-size: 15px;
    font-weight: normal;
}
#indexList h2 {
	font-size: 18px;	
}
#indexList ul {
	padding:0
}
#indexList ul li ul {
	padding-left:15px;
	display:none;
}
#indexList li {
    display: block;
    list-style: outside none none;
    padding-bottom: 7px;
    padding-top: 5px;
}
#indexList a {
	color: rgb(0, 102, 153);
    text-decoration: none;
}
#indexList a:hover {
	color: #004477;
}
#indexList > ul > li > a {
    font-weight: 700;
}


#chapter {
	margin-left:27%;
	width:68%; 
	float:left;
	padding-left: 2%;
    padding-right: 2%;
	max-width: 1000px;
}
#chapter h3{
	font-size: 26px;
}
#chapter h4{
	font-size: 24px;
}
#chapter h5{
	font-size:  20px;
}



#loader {
    color: #000;
    display: none;
    font-size: 10px;
    left: 48%;
    padding-left: 15px;
    position: absolute;
    top: 40%;
}

.clearer {
	clear:both;
	height:0px;
	display:block;	
}

.site #header {
    height: auto;
    position: relative;
}
.site #content,
.site #header .headerWrapper {
	margin: 0px auto; 
	max-width: 1180px;
	min-width: 1180px;
	padding-left: 20px;
    padding-right: 20px;	
}
.wide #content,
.wide #header .headerWrapper {
	max-width: 1420px;
	min-width: 1420px;
}
.site #header .companyName {
	float:left;
}
.site #header img {
    float: left;
}
.site #headerLogin {
	float: right; 
	margin-top: 15px
}
.site #headerLogin span {
    display: block;
    font-size: 14px;
    margin: 5px 0 0;
    padding: 0;	
}
.site #headerLogin input.textBox {
	border: medium none; 
	padding: 3px 10px; 
	line-height: 26px; 
	display: block;
	float:left;
}
.site #headerLogin input.submitButton {
	background-color: #000; 
	color: #fff; 
	border: none; 
	line-height: 26px; 
	font-size: 15px; 
	padding: 3px 14px; 
	display: block;	
	cursor: pointer;
	float:left;
}
.site #headerLogin input.submitButton:hover {
	background-color: #444; 
}
.site #headerLogin a {
	color:#fff;
}
.site #headerLogin a:hover {
	color:#fff;
	border-bottom:solid 1px #fff;
}
.site li.mainMenu {
	list-style:none;
	display:inline;
	position:relative;
}
.site li.mainMenu ul{
	display:none;
	position: absolute;
	background-color: #006699;;
	width: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	top: 32px;
	padding-top:7px;
	padding-bottom:7px;
	min-width:300px;
}
.site li.mainMenu.mouseOver ul{
	display:block; 
}
.site li.mainMenu.mouseOver ul li{
	display:block;
	padding: 5px 10%;
	margin: 0;
}
.site li.mainMenu ul a{
	color: #fff;
	border-bottom: solid 2px #006699;
    margin: 0;
}
.site li.mainMenu ul a:hover{
	color: #fff;
	border:none;
	border-bottom: solid 2px #fff;
}


.site a.mainMenu {
    border-bottom: 3px solid #006699;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    margin: 0 20px 13px;
    padding: 0 0 5px;
}
.site a.mainMenu.first {
	margin-left:0;
}
.site a.mainMenu.open {
    border-color: #fff;	
}
.site a.mainMenu.current, 
.site a.mainMenu:hover {
	color:#fff;
    border-color: #fff;
}
#mainLftColumn {
    float: left;
    width: 70.8%;
	border-right: 2px solid #006699;
	padding-right:2%;
}
#mainGroupList {
    margin: 0;
	position: relative;
	float:left;
	width:102%;
}
#mainRgtColumn {
	border-left: 2px solid #006699;
	float: left;
    padding-left: 2%;
    width: 25%;
	margin-left:-2px;
}

.wide #mainLftColumn {
    width: 55.8%;
}
.wide #mainRgtColumn {
    width: 17.96%;
	border-right: 2px solid #069;
	padding-right: 2%;	
}
.wide #mainRgtColumn.mainRgtColumn2 {
    width: 17.95%;
	border-right: none;
	
	padding-right: 0;
}
.wide #mainRgtColumn.mainRgtColumn2  h2{ 
    margin-bottom: 24px;
}
.wide #mainRgtColumn.mainRgtColumn2  > div:first-child{
	background-color: #fff !important;
}
.wide #mainRgtColumn.mainRgtColumn2 > div:first-child a{
	padding:0;
	background-color: #fff !important;
}
.wide #mainRgtColumn.mainRgtColumn2 img{
	width:99%;
	height:auto;
	border: solid 1px #eee;
}
.wide #footer > div {
	max-width: 1420px !important;
}
.wide .mainGroupItemText div {
    padding: 1%;
}
.wide .mainGroupItemText div p{
	margin-top:5px;
	margin-bottom:5px;
	}
.mainGroupItemWrapper {
    margin-bottom: 3%;
	margin-right: 2%;
}
.mainGroupItem {
    background-color: #006699;
    cursor: pointer;
    float: left;
    margin-right: 2%;
    text-align: center;
    width: 31%;
	position: relative;
}
a:hover .mainGroupItem{
    background-color: #005588;
}

.mainGroupItemText {
    background-color: #f9f9f9;
    color: #333;
}

.mainGroupItemText div{
	padding:3%;
}
a:hover .mainGroupItemText{
    background-color: #ccc;
}
.mainGroupItem.mouseOver {
    background-color: #2288bb;
}
#mainGroupList  .itemBgImage {
    background-position: center center;
    background-size: cover;
    bottom: 0;
    left: 0;
    opacity: 0.35;
    position: absolute;
    right: 0;
    top: 0;
}

.mainGroupItem p{
	color: #fff; 
	font-weight: bold; 
	font-size: 25px; 
	padding: 20px;
	margin: 0;
	position:relative;
}


#mainRgtColumn h2 {
    background-color: #006699;
    color: #fff;
    margin: 0;
    padding: 7px 20px;
}

#mainRgtColumn > div {
    background-color: #f9f9f9;
    margin-bottom: 8%;
}

#mainRgtColumn ul, 
#mainRgtColumn li {
    margin: 0;
    padding: 0;
	list-style: outside none none;
}

#mainRgtColumn a {
    display: block;
    margin: 10px 0;
    padding: 10px;
}
#mainRgtColumn a:hover {
    background-color: #eee;
}
.mainGroupList2 {
    clear: both;
    overflow: hidden;
}

.mainGroupList2 > a {
    background-color: #fff;
    display: block;
    float: left;
    padding: 1%;
    width: 48%;
}
.mainGroupList2 .mainGroupItem > p {
    font-size: 19px;
    padding: 20px;
}

.mainGroupList2 .mainGroupItemText p:first-child {
    display: none;
}



div.documentItem > p, div.documentItem > ul {
    margin: 0;
}

div.documentItem.even {
}

div.mainGroupListBg {
    background-position: center center;
    background-size: cover;
    bottom: 0;
    height: auto !important;
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
}
a.documentItem {
    display: block;
    float: left;
    width: 50%;
}
.documentItem > p {
    font-weight: bold;
}
div.documentItem {
    background-color: rgba(239, 239, 239, 0.75);
    background-image: url("/images/document_bg.png");
    background-position: 11px center;
    background-repeat: no-repeat;
    background-size: 50px auto;
    border-bottom: 1em solid #fff;
    border-right: 1em solid #fff;
    padding: 4% 2% 4% 79px;
    position: relative;
	min-height: 60px;
}
a.documentItem:hover div.documentItem {
    background-color: rgba(220, 220, 220, 0.85);
}
div.documentItem ul {
	margin:0;
	padding:0;
}
div.documentItem li {
	list-style:none;
	color:#333;
}

.ui-selectmenu-menu {
    background-color: #fff;
    border: 1px solid #666;
    display: none;
    max-height: 200px;
    left: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 600;
	font-size: 14px;
}
.ui-selectmenu-menu ul{
	padding:0;
	margin:0;
}
.ui-selectmenu-menu ul li{
	list-style:none;
	padding: 2px 15px;
	margin:0;
}

.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-button {
    border: 1px solid #666;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
    width: 200px !important;
}
.ui-selectmenu-button span.ui-icon {
    border-left: 1px solid #eee;
    float: right;
    line-height: 2.2em;
    padding-left: 10px;
    padding-right: 10px;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ui-selectmenu-menu  .ui-state-focus {
	background-color:#eee;
}
.ui-state-hover .ui-icon-triangle-1-s {
	background-color:#eee;	
}




.noLineBreaks {
    white-space: nowrap;
}
.oneColumn {
	overflow: hidden;
    clear: both;
    width: 93.9%;
	padding: 3%;
	margin-bottom:1.5em;
}
.grayBorder {
    border: 1px solid #ccc;
}

.twoColumn {
    float: left;
    margin: 0 2%;
    width: 45%;
}

.rahasto_etusivu {
    display: block;
    margin-bottom: 10px;
    width: 100%;
}
.rahastoLink {
    padding: 6% 12% !important;
}
.rahasto {
    display: block;
    float: left;
    margin-right: 3%;
    width: 22%;
}
.ohjelma p {
	margin-top:0;
}




.groupPrice {
    background-color: rgb(249, 249, 249);
    border: 1px solid rgb(0, 102, 153);
    border-radius: 3px;
    float: right;
    margin: 20px 18px 20px 0;
    padding: 20px;
    position: relative;
    width: 43%;	
}
.groupPrice p {
	margin:0;
}
.groupPrice .price {
	font-size: 30px; 
	font-weight: bold; 
	color: rgb(255, 255, 255); 
	display: inline-block; 
	background-color: rgb(46, 156, 215); 
	margin: 10px 0px; 
	padding: 10px 20px;	
}
.groupPrice .avlInfo {
	display:block;
	font-size:12px;
}
.groupPrice #next{
	bottom: 20px;
    position: absolute;
    right: 20px;
}


.kumppanit {
    margin: 20px 0;
    overflow: hidden;
    padding: 0;
}

.kumppanit li {
    float: left;
    height: 150px;
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 25%;
}

.kumppanit a {
    display: block;
    padding: 5%;
}
.kumppanit img {
    width: 100%;
}

.bankList {
    max-width: 670px;
    overflow: hidden;
    width: 100%;
}

.C1 form span {
    border: 1px solid #eee;
    border-radius: 3px;
    display: table-cell;
    height: 80px;
    text-align: center;
    vertical-align: middle;
    width: 140px;
}
.C1:hover form span {
    border: 1px solid #999;
}
.C1 p {
    margin: 0;
}
.bankList form > div  {
    display: none;
}

@media screen and (max-width: 1550px) {
	#header .companyName {
		
	}
}


@media screen and (max-width: 1250px) {
	body, html {

	}
}

@media print {
body {
    width: 1220px !important;
}
}