body, html
{
	padding : 0px;
	margin : 0px;
	height : 100%;
	width : 100%;
	background-image : URL(boksi_2.png);
	background-position : top center;
	background-repeat : repeat-y;
}

.container
{
	width : 750px;
	height : auto;
	min-height : 98%;
	margin-left: auto;
	margin-right : auto;

}

.header
{
	width : 748px;
	height : 150px;
	background-image : URL(top_2.png);
	background-position : top center;
	background-repeat : no-repeat;
}


.clear
{
	clear:both;
	height:10px;
}



.content
{
	width : 700px;
	
	height : auto;

	margin-left:auto;
	margin-right : auto;
}

.footer
{
	width : 750px;
	height : auto;
	min-height : 2%;
	margin-left: auto;
	margin-right : auto;

	text-align : center;
	font-size : 10pt;
	vertical-align : text-bottom;
	padding : 0px;
	font-family : Georgia;
	color : #999999;
}

.ie_footer
{
	position : relative;
	bottom : 3px;
	right : 5px;
}


h2
{
	font-family : Georgia;
	font-size : 14pt;
	color : #7ea0ba;
}

.text, .lomake
{
	padding-left : 10px;
	font-family : tahoma;
	font-size : 10pt;
	line-height : 15pt;
	color : black;
}

th
{
	text-align : left;
}

.radio
{
	text-align : left;
}

.otsikko
{
	width : 100px;
	text-align : left;
}

.yla
{
	vertical-align : top;
}

.button
{
	font-family : Georgia;
	border-color : #8eacc1;
	border-width : 1px;
	border-style : solid;
}


.rala
{
	border-style : none;
	border-width : 0px;
	float : right;
	width : 100px;
	height : 63px;
}
.rala:hover
{
	border-style : none;
	border-width : 0px;
	float : right;
	width : 101px;
	height : 64px;
}


#nav {
position:relative;
z-index:100;
background-image : URL(menu_pohja.png);
background-repeat : no-repeat;
margin-top : 2px;
width : 750px;
height : 44px;
padding-left : 0px;
padding-right : 10px;
padding-top : 10px;

font-family : Georgia;
color : white;
}

/* Get rid of the margin, padding and bullets in the unordered lists */
#pmenu {padding:0; margin:0 auto; list-style-type: none; display:table;}
#pmenu ul {padding:0; margin:0; list-style-type: none; display:block;}

/* Hide the sub levels */
#pmenu li ul {display:none;}

/* Set up the link size, color and borders */
#pmenu li a, #pmenu li a:visited {display:block;  width:105px; font-size:9pt; color:white; height:25px; line-height:24px; text-decoration:none; text-indent:0px; text-align:center;}

/* Set up the sub level borders */
#pmenu li ul li a, #pmenu li ul li a:visited {border-width:0 1px 1px 1px;}
#pmenu li a.enclose, #pmenu li a.enclose:visited {border-width:1px;}

/* Set up the list items */
#pmenu li {float:left;}
#pmenu li.tc {display:table-cell;}

/* For Non-IE browsers and IE7 */
#pmenu li:hover {position:relative; text-decoration:none;}
/* Make the hovered list color persist */
#pmenu li:hover > a {color:#FFFFFF; text-decoration:underline;}
/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#pmenu li:hover > ul {display:block; position:absolute; top:-11px; left:80px; padding:0px; background:#8eacc1; width:105px;}
/* Position the first sub level beneath the top level liinks */
#pmenu > li:hover > ul {left:0px; top:25px;}

/* get rid of the table */
#pmenu table {position:absolute; border-collapse:collapse; top:10px; left:30px; z-index:100; font-size:1em;}

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #pmenu li a:hover {position:relative; text-decoration:underline;}

/* For accessibility of the top level menu when tabbing */
#pmenu li a:active, #pmenu li a:focus {}

/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */
/* change the drop down levels from display:none; to visibility:hidden; */
* html #pmenu li ul {visibility:hidden; display:block; position:absolute; top:-11px; left:0px; padding:0px; background:#8eacc1;}

/* keep the third level+ hidden when you hover on first level link */
#pmenu li a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
#pmenu li a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
#pmenu li a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the sixth level hidden when you hover on fourth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul ul {
visibility:hidden;
}

/* make the second level visible when hover on first level link and position it */
#pmenu li a:hover ul {
visibility:visible; left:-30px; top:14px; lef\t:-31px; to\p:15px;
}

/* make the third level visible when you hover over second level link and position it and all further levels */
#pmenu li a:hover ul a:hover ul{ 
visibility:visible; top:-11px; left:80px;
}
/* make the fourth level visible when you hover over third level link */
#pmenu li a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the sixth level visible when you hover over fifth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}




	
	


