@charset "utf-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #dedede;
	background-image: url(kuvat/bg2.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-repeat: repeat-x;
}
#container  {
	width: 880px;
	text-align: left;
	border: 10px solid #FFFFFF;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header  {
	height: 110px;
	margin-top: 0px;
} 
#header2  {

} 
#sidebar1  {
	float: left;
	width: 200px;
	padding-top: 20px;
	padding-bottom: 15px;
	padding-left: 15px;
	height: 100%;
	background-color: #dedede;
	padding-right: 10px;
}
#mainContent  {
	padding-right: 10px;
	padding-left: 20px;
	padding-top: 20px;
	margin-left: 230px;
} 
#mainContent2  {
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
#etusivu {

}
#inforuutu {
	margin-top: 20px;
}

h1 {
	margin-top: 0px;
	font-size: 150%;
	margin-bottom: 5px;
}
h2  , h3 , h4 , h5  {
	margin-top: 10px;
	margin-bottom: 0px;
}
p {
	margin-top: 8px;
	margin-bottom: 3px;
}


a:link  {
	color: #000000;
	text-decoration: underline;
}
a:visited  {
	color: #000000;
	text-decoration: underline;
}
a:hover  {
	color: #0033FF;
	text-decoration: none;
}
ul  {
	list-style-position: outside;
	padding-left: 25px;
}
li  {
	line-height: 20px;
}
#footer  {
	color: #FFF;
	background-color: #000000;
	margin-top: 5px;
	padding: 0 10px 0 20px;
} 
#footer  p  {
	margin: 0; 
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	text-align: center;
}
#footer  a:link  {
	color: #ffffff;
	text-decoration: underline;
}
#footer  a:visited  {
	color: #ffffff;
	text-decoration: underline;
}
#footer  a:hover  {
	text-decoration: none;
	color: #0033FF;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 5px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 5px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	line-height: 0px;
}
.menu{
	border:none;
	margin:0px;
	padding:0px;
	font: Verdana, Helvetica, sans-serif;
	font-size:85%;
	font-weight:bold;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.menu ul{
	background:#000000;
	height:35px;
	list-style:none;
	width:880px;
	margin:0;
	padding:0;
}
.menu li{
		float:left;
		padding:0px;
		width:110px;
}
.menu li a {
		background:#000000 url("kuvat/seperator.gif") bottom right no-repeat;
		color:#ffffff;
		display:block;
		font-weight:normal;
		line-height:35px;
		margin:0px;
		padding:0px 0px;
		text-align:center;
		text-decoration:none;
}
.menu li a:hover, .menu ul li:hover a{
	color:#FFFFFF;
	text-decoration:none;
	background-color: #0033FF;
	background-image: url(kuvat/hover.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.menu li ul{
		background:#000000;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:190px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
}
.menu li:hover ul{
		display:block;
}
.menu li li {
		background:url('kuvat/sub_sep.gif') bottom left no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:190px;
}
.menu li:hover li a{
		background:none;
}
.menu li ul a{
		display:block;
		height:35px;
		font-size:11px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 10px;
		text-align:left;
}
.menu li ul a:hover, .menu li ul li:hover a{
			background:#0033ff url('kuvat/hover_sub.gif') center left no-repeat;
			border:0px;
			color:#ffffff;
			text-decoration:none;
}
.menu p{
		clear:left;
}			
.menu2 {
	font-size: 85%;
	margin: 0;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
}
.menu2 ul{
	height:25px;
	list-style:none;
	width:880px;
	margin:0 auto;
	padding:0;
	background-color: #DEDEDE;
}
.menu2 li{
	float:left;
	padding:0px;
	width:146px;
}
.menu2 li a {
	color:#000;
	display:block;
	font-weight:normal;
	line-height:25px;
	margin:0px;
	padding:0px 0px;
	text-align:center;
	text-decoration:none;
	background-color: #DEDEDE;
}
.menu2 li a:hover, .menu2 ul li:hover a{
	color:#FFFFFF;
	text-decoration:none;
	background-color: #0033FF;
/*	background-image: url(kuvat/hover.gif);
	background-repeat: no-repeat;
	background-position: center bottom;*/
}
.table {
	padding: 5px;
	background-color: #dedede;
}
.tableheader {
	padding: 5px;
	font-weight: bold;
	background-color: #dedede;
}
.tableimg {
	padding: 5px;
	background-color: #dedede;
	text-align: center;
}
.tablewhite {
	background-color: #ffffff;
}
.tableblack{
	background-color: #000000;
	text-align:center;
	padding: 8px;
	}
.tableblack a, .tableblack a:visited{
	color:#FFF;
	text-decoration:none;
}
.tableblack a:hover{
	color: #0033ff;
}

.bold {
	font-weight: bold;
}
.imgborder {
	border: 8px solid #333333;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

