@CHARSET "ISO-8859-1";

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #666;
background-color: #fff;
text-align: center;
line-height: 20px;
}

p {
margin: 0px 0px 15px 0px;
}

hr {
   height:1px;
   border-bottom: 1px solid #ddd;
   border-top: 0px none;
   margin-top: 5px 0px;
} 


a, a:visited {
color: #666;
background-color: #fff;
text-decoration: none;
}

a:hover, a:active {
color: #333;
background-color: #fff;
text-decoration: underline;

}

div#container {
margin: 0px auto;
width: 1000px;
text-align: left;
}

div#head { 
margin: 0px 0px 0px 0px;
padding: 40px 0px 0px 0px;
cursor: pointer;
}

div#head:hover { 
cursor: pointer;
}

div#background {
margin: 8px 0px 0px 0px;
}

div#navigation {
margin: 0px 0px 0px 0px;
padding: 10px 0px 0px 0px;
float: left;
width: 180px;
border-top: dotted 1px #000;
}

div#navigation ul {
list-style: none;
/*list-style-image: url('/img/skins/palvelumuotoilu/navi_nuoli.gif');*/
/*list-style-position: inside;*/
}

div#navigation ul li {
background: url('/img/skins/palvelumuotoilu/navi_nuoli.gif') left no-repeat;
padding: 0px 0px 0px 14px;
display: block;
}

.box {
margin-bottom: 15px;
}

.box h2 {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
}

.box a, .box a:visited {
color: #999 !important;
}

.box a:hover, .box a:active {
color: #666 !important;
}

.box h2 a, .box h2 a:visited {
color: #666 !important;
}

.box h2 a:hover, .box h2 a:active {
color: #333 !important;
}



h1, h2, h3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
}

div#boxLeft {
margin: 0px 0px 0px 20px;
padding: 10px 0px 0px 0px;
float: left;
width: 375px;
border-top: dotted 1px #000;
}

div#boxRight {
margin: 0px 0px 0px 20px;
padding: 10px 0px 0px 0px;
float: left;
width: 350px;
border-top: dotted 1px #000;
}