/* CSS Document */
body{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-color: #333333;
	font-weight: 300;
}
a{
	font-style: italic;
	color: #0066CC;
	text-decoration: none;
}
h1{
 font: bold 120% Geneva, Arial, Helvetica, sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}
h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}
h3{
 font: italic bold 110% Arial, sans-serif;
 color: #000000;
 margin: 0px;
 padding: 0px;
}
h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}
h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}
#menu {
width: 9em;
background: #E0DFE3;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu a, #menu h2 {
	font: italic 400 0.9em Verdana, Arial, Helvetica, sans-serif;
	display: block;
	margin: 0;
	padding: 2px 3px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #CCCCCC;
	border-bottom-color: #999999;
	border-left-color: #bbb;
	color: #333333;
}

#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu a {
	color: #333333;
	background: #E0DFE3;
	text-decoration: none;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 0.9em;
	font-weight: 400;
}

#menu a:hover {
	color: #000000;
	background: #CCCCCC;
}

#menu li {position: relative;}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

#container
{
	width: 90%;
	min-width:500px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	border: 1px solid #333333;
	position: absolute;
	left: 5%;
	z-index: 2;
	height: auto;
}
#body
{
	position:relative;
	margin-left : 9em;
	border-left : 1px solid #999999;
	background : #EEEEEE url(kuvat/fadetausta2.jpg) no-repeat right top;
	min-height:435px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	font-size: 12px;
	padding: 5px;
	visibility: visible;
	height: 100%;
	margin-right: 120px;
}
.body img{
	float: left;
	padding: 0px 10px 0px 0px;
}
* html #body {height:435px;}/* for ie as it doesn't understand min-height but treats height almost like min-height anyway*/
#side
{
	float : left;
	display : inline;
	margin-left : -9em;
	width: 9em;
	padding : 0px;
	left:-1px;
	top: 0px;
	position: absolute;
	background-color: #E0DFE3;
	min-height:435px;
	height: 100%;
	z-index: 7;
}
#rightside
{
	float : right;
	position : absolute;
	display : inline;
	margin-right : 0xp;
	width: 120px;
	padding : 0px;
	height: auto;
	background-color: #E0DFE3;
	right: 1px;
}
.rightside
{
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.pikalinkit{
	border-bottom: 1px dotted #999999;
	color: #000000;
	font-style: normal;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 11px;
}
.pikalinkit img{
	margin: 0px -10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.pikalinkit h3{
	margin: 0px;
	padding: 3px 0px 2px;
	color: #006699;
	font-size: 12px;
}
.pikalinkit a{
	display: block;
	color: #0066CC;
	padding-bottom: 2px;
	padding-top: 2px;
}
#banner
{
	text-align : left;
	margin : 0px;
	padding: 0px;
	height: 95px;
	background-repeat: repeat-x;
	background-image: url(kuvat/otsikkotausta2.gif);
}
#vasenala {
	text-align : left;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	position: absolute;
	height: auto;
	margin-top: 0px;
	bottom: 0px;
	color: #666666;
	background-color: #E0DFE3;
	font-weight: lighter;
	z-index: 8;
	padding-top: 10px;
	padding-bottom: 5px;
	width: 11em;
	margin-left: -11em;
	left: -2px;
}
#footer {
	clear: both;
	text-align : center;
	margin : 0px;
	padding : 10px 0px 5px;
	background-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
.footer a{
	color: #CCCCCC;
	text-decoration: none;
}
#centertable{background : #E0DFE3;}/* left column color*/
.clearer{/* needed to clear floats otherwise they float out of the container*/
height:1px;
overflow:hidden;
margin-top:-1px;
clear:both;
}
* html #centertable{height:1%}/* ie 3 pixel jog fix and force layout9*/
#breadcrumb{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
	text-decoration: none;
	position: absolute;
	height: 20px;
	width: auto;
	top: 53px;
	right: 5%;
}
.breadcrumb a{
	text-decoration: none;
	color: #3333FF;
	font-style: normal;
}
.breadcrumb a:hover{
	text-decoration: none;
	background-color: #CCCCCC;
}
.henkilosto{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
