* html a:hover {
	visibility:			visible;
}

body{
		background-color: #ffffff;
}

#maincontent{
		width: 768px;
		margin: auto;
		font-family: arial, verdana, helvetica, sans-serif;
		font-size: 10pt;
}

#maincontent a{
		text-decoration: none;
}

/*  ---------------------------- navbarstyles  ----------------------------- */

.navmenu {
	width:				100%;
	height: 34px;
	margin-bottom: 20px;
	position:			relative;
}

.navbutton {
	float: left;
	position: relative;
	font-family: 		arial, verdana, helvetica, sans-serif;
	background-image: 	url(../images/button_down.png);
	background-repeat: 	no-repeat;
	width: 				115px;
	height: 			34px;
	margin-left: 13px;
}
.navbutton a {
	display:			block;
	font-size: 		12px;
	width: 				100px;
	height: 			34px;
	float: 				left;
	color: 				white; 
	text-decoration: 	none;
}
.navbutton img {
	width: 				100px; 
	height: 			34px; 
	border: 			0; 
}
.navbutton a:hover img{
	visibility:	hidden;
}

.navbutton a:active img{
	visibility:	hidden;
}

.navbutton span {
	position:			absolute;
	left:				15px;
	top:				9px;
	margin:				0;
	cursor: 			pointer;
	font-weight: bold;
}

/* ----------------------- Submenus ------------------------------------ */

.navbutton ul{
	position: absolute;
	left: 13px;
	top: 34px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: none; /* Submenu piilossa ennen kuin kursori siirretään päälle */
}

.navbutton:hover ul{
	display: block;
	margin: 0;
	padding: 0;
}

.navbutton ul li{
	float: left;
	position: relative;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #af1110;
	width: 72px;
	height: 20px;
	margin: 0;
	padding: 0;
}

.navbutton ul li a{
	width: 72px;
	display: block;
	text-decoration: none;
	font-size: 10px;
	text-align: center;
	padding: 0;
	text-decoration: bold;
}

.navbutton ul li a:hover{
	background-color: #cf0000;
	width: 72px;
	height: 20px;
	text-align: center;
}

/* ------------    End of navbar styles    --------------------------- */

#murupolku{
	display: block;
	width: 100%; 
	font-size: 14pt;
	color: #af1110;
	padding-left: 13px;
}

#murupolku a{
		color: #af1110;
}

.pictext{
	font-family: arial;
	font-size: 7.5pt;
}

#content{
	width: 100%;
}                
#content a:hover{
		text-decoration: underline;
}

#contentLeft{
	padding-left: 0;
	padding-right: 10px;
	text-align: center;
	float: left;
	width: 280px;
}

#contentLeft .picmain{
	margin-top: 10px;
	margin-bottom: 30px;
	display: block;
}

#contentLeft .logo{
	height: 100px;
	display: block;
	text-align: left;
}

#contentLeft .langLink{
	height: 50px;
	display: block;
}

#contentRight{
	float: right;
	border-left: 2px solid #af1110;
	padding-right: 10px;
	padding-left: 10px;
	width: 430px;
	line-height: 1.5em;
}

/* Includes document files */
#contentRight .iframe{
	overflow:auto;
	height: 450px;
	width: 100%;
}

#contentRight .iframe .headerPic{
	float:left;
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 400px;
}

#contentRight .iframe .text{
	display: block;
	
	width: 400px;
}

#contentClear{
	clear: both;
}
	