#header			{ background-color: white; visibility: visible; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; position: absolute; top: 0px; left: 10%; width: 800px; height: 304px; }
#headerleft		{ background-color: white; visibility: visible; margin: 0px 0px 0px 0px; padding: 64px 0px 0px 0px; position: absolute; top: 0px; left: 0px; width: 400px; height: 176px }
#headerright	{ background-color: white; visibility: visible; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; position: absolute; top: 0px; left: 400px; width: 400px; height: 304px; direction: rtl }
#links	  		{ background-color: white; visibility: visible; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; position: absolute; top: 240px; left: 0px; width: 400px; height: 64px }
#content   		{ background-color: white; visibility: visible; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; position: absolute; top: 304px; bottom: 32px; left: 10%; width: 800px; overflow: auto; text-align: justify; }
#footer			{ background-color: white; visibility: visible; margin: 0px 0px 0px 0px; padding: 5px 0px 0px 0px; position: absolute; bottom: 0px; left: 10%; width: 800px; height: 27px; text-align: center }

#imagecontainer { background-color: white; visibility: visible; margin-left: auto; margin-right: auto; padding: 0px 1px 0px 0px; width: 780px; text-align: center }

.univers		{ color: #808080; font-size: 10pt; font-family: "univers extended", futura, frutiger, arial, "gill sans", helvetica, sans-serif; font-weight: normal; background-color: white; }
.univers_s		{ color: #808080; font-size: 8pt; font-family: "univers extended", futura, frutiger, arial, "gill sans", helvetica, sans-serif; font-weight: normal; background-color: white; }
.ENG_s			{ color: #808080; font-size: 7pt; font-family: "univers extended", futura, frutiger, arial, "gill sans", helvetica, sans-serif; font-weight: normal; background-color: white; font-style: italic }
.otsikko		{ color: #808080; font-size: 12pt; font-family: "univers extended", futura, frutiger, arial, "gill sans", helvetica, sans-serif; font-weight: bold; background-color: white; letter-spacing: 2px }
.otsikko_ENG	{ color: #808080; font-size: 10pt; font-family: "univers extended", futura, frutiger, arial, "gill sans", helvetica, sans-serif; font-weight: normal; background-color: white; font-style: italic }

td 			{ vertical-align: top }
h3  		{ font-size: 10pt; margin: 0px 0px 6px 0px }
table 		{ color: #808080; font-size: 10pt; font-family: Arial; }
img			{ border: 0px }
img.oik		{ border: 0px; direction: rtl; text-align: right }
img.kesk	{ border: 0px; display: block; margin-left: auto; margin-right: auto; text-align: center }

a:hover img { filter: alpha(opacity=80); opacity: 0.8; }

a:link 		{ color: gray; text-decoration: none }
a:visited 	{ color: gray; text-decoration: none }
a:hover 	{ color: #600; text-decoration: none }
a:active 	{ color: #600; text-decoration: none }

a:link .univers_s		{ color: gray; text-decoration: none }
a:visited .univers_s	{ color: gray; text-decoration: none }
a:hover .univers_s		{ color: #600; text-decoration: none }
a:active .univers_s		{ color: #600; text-decoration: none }

a:link .ENG_s		{ color: gray; text-decoration: none }
a:visited .ENG_s	{ color: gray; text-decoration: none }
a:hover .ENG_s		{ color: #600; text-decoration: none }
a:active .ENG_s		{ color: #600; text-decoration: none }

a:link .otsikko		{ color: gray; text-decoration: none }
a:visited .otsikko	{ color: gray; text-decoration: none }
a:hover .otsikko	{ color: #600; text-decoration: none }
a:active .otsikko	{ color: #600; text-decoration: none }

a:link .otsikko_ENG		{ color: gray; text-decoration: none }
a:visited .otsikko_ENG	{ color: gray; text-decoration: none }
a:hover .otsikko_ENG	{ color: #600; text-decoration: none }
a:active .otsikko_ENG	{ color: #600; text-decoration: none }

/* Invisible left hotspot */
div.scrollingHotSpotLeft
{
	/* The hotspots have a minimum width of 100 pixels and if there is room the will grow
    and occupy 15% of the scrollable area (30% combined). Adjust it to your own taste. */
	min-width: 100px;
	width: 15%;
	height: 96px;
	/* There is a big background image and it's used to solve some problems I experienced
    in Internet Explorer 6. */
	background-image: url(./images/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	left: 0;
	/*  When positioning the mouse over one of the hot spots, the cursor should change.
	I've noticed that this varies from browser to browser though. */
	cursor: url(./images/cursors/cursor_arrow_left.cur), w-resize;
}

/* Visible left hotspot */
div.scrollingHotSpotLeftVisible
{
	background-image: url(./images/arrow_left.gif);				
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.35; /* Standard CSS3 opacity setting */
	-moz-opacity: 0.35; /* Opacity for really old versions of Mozilla Firefox (0.9 or older) */
	filter: alpha(opacity = 35); /* Opacity for Internet Explorer. */
	zoom: 1; /* Trigger "hasLayout" in Internet Explorer 6 or older versions */
}

/* Invisible right hotspot */
div.scrollingHotSpotRight
{
	min-width: 100px;
	width: 15%;
	height: 96px;
	background-image: url(./images/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	right: 0;
	cursor: url(./images/cursors/cursor_arrow_right.cur), e-resize;
}

/* Visible right hotspot */
div.scrollingHotSpotRightVisible
{
	background-image: url(./images/arrow_right.gif);
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.35;
	filter: alpha(opacity = 35);
	-moz-opacity: 0.35;
	zoom: 1;
}

/* The scroll wrapper is always the same width and height as the containing element (div).
   Overflow is hidden because you don't want to show all of the scrollable area.
*/
div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width: 780px;
	height: 96px;
	background-color: white;
}

div.scrollableArea
{
	position: relative;
	width: 100%;
	height: 96px;
	margin-left: auto;
	margin-right: auto;
}

#makeMeScrollable1 div.scrollableArea *
{
	position: relative;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 1px;
	
}

#makeMeScrollable2 div.scrollableArea *
{
	position: relative;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 1px;
}

#makeMeScrollable3 div.scrollableArea *
{
	position: relative;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 1px;
}

#makeMeScrollable4 div.scrollableArea *
{
	position: relative;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 1px;
}