/* Ohjaa ainoastaan aloitussivua */
ADDRESS, BLOCKQUOTE, BODY, BUTTON, CAPTION, CENTER, DD, DIR, DIV, DL, DT, FORM, MENU, OL, P, TD, TH, UL {font-size: 11px;
font-family: Verdana; letter-spacing: ½px; color: #6F686;}

A {cursor: auto}

A:link {color: #6F686A; background: transparent;
text-decoration: none}

A:visited {color: #6F686A; background: transparent;
text-decoration: none}

A:active {color: #6F686A; background: transparent;
text-decoration: none}

A:hover {color: black; background: #E1DFDF;

text-decoration: none; cursor: hand}

p { margin-left:6; margin-right:6; margin-top:6; margin-bottom:6; align: left}

ol { type: square; margin-left:6; margin-right:6; margin-top:6; align: left}

li { margin-left:6; margin-right:6; margin-top:6; align: left}

dir { margin-left:6; margin-right:6; margin-top:6; align: left}

hr { color: #6F686A }

#taso1 {top:9; margin-left:9%; margin-right: auto; width: 760; background-color:transparent; z-index: 1;}

.taulukko {background-color:#white;}

.taulukko1 {BORDER-LEFT: thin solid; BORDER-RIGHT:thin solid; BORDER-TOP: thin solid; BORDER-BOTTOM: thin solid; ; BORDER-COLOR: #6F686A;}

.taulukko2 {BORDER-LEFT: thin solid; BORDER-TOP: thin solid; BORDER-BOTTOM: thin solid;  BORDER-COLOR: #6F686A;}

SPAN.aop1 {font-size: 21pt; text-align: left; font-weight: bold;
font-family: verdana; letter-spacing: 1px; color: white;}

SPAN.aop2 {font-size: 9pt; text-align: left; font-weight: bold;
font-family: verdana; letter-spacing: ½px; color: #6F686A;}

SPAN.aop3 {font-size: 10pt; text-align: left; font-weight: bold;
font-family: verdana; letter-spacing: 1px; color: #6F686A;}

SPAN.aop4 {font-size: 30pt; text-align: left; 
font-family: Times New Roman, Times, serif; letter-spacing: 1px; color: #6F686A;}

SPAN.aop9 {font-size: 3pt; font-family: verdana; letter-spacing: 1px;}

#chromemenu{
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
/*border: 1px solid #6F686A*/
BORDER-LEFT: 1px solid #6F686A;
BORDER-RIGHT: 1px solid #6F686A;
BORDER-TOP: 1px solid #6F686A;
BORDER-BOTTOM: 1px solid #6F686A;
width: 760;
background-color: white; 
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font: bold 12px Verdana;
}

#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
float: left;
color: #6F686A;
font-weight: bold;
padding: 6px 12px 6px 7px;
text-decoration: none;
background: url(images/jako.gif) center right no-repeat; /*Theme Change here*/
cursor: default}

#chromemenu ul li a:hover{
color: #6F686A; background: #EBF7FF;
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
/*content: " v";/*uncomment this line to use an image instead*/
/*content: " " url(images/piste.gif); */
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #6F686A; /*Theme Change here*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 210px;
visibility: hidden;
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #6F686A; /*Theme Change here*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #6F686A;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #E1DFDF;
}