/* CSS Document */
body {
	margin: 30px auto 40px auto;
	padding: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #336600;
	text-align: center;
	background: #ffffff;
	
}

a{
	text-decoration: none;
	color :#006699;
}
a:hover,a:active{
	color :#339900;
	text-decoration: underline;
}

#container {
	
	width:900px; 
	min-height: 450px;
	margin: 0 auto 0 auto;
	_padding: 0 0 0 50px;
        line-height: 0;
	text-align: center;
}

#header {
	width:100%; 
	height:50px;
	margin: 0 auto 0 auto;
	padding: 0;
	line-height: 0;
	text-align: left;
}

img#logo{
	line-height: 0;
	padding: 0;
}

#main {
	width:100%;
	min-height:450px;
	
	padding: 0 0 0 0;
	text-align: left;
	
}

#left{
	width: 140px;
	min-height:450px;
	margin: 20px 0 0 0;
	padding: 0 0 0 0;
	float:left;
	text-align: left;
	color: #339900;
	line-height: 1.4em;
	
}


li.ajank{
    list-style-type: none;
	display: inline;
	font-weight: bold;
	font-size: 12px;
}

.ajank a{
	text-decoration: none;
	color :#006699;
}
.ajank a:hover,a:active{
	color :#339900;
	text-decoration: underline;
}

.linkit{
	padding: 0 0 0 0;
	font-size: 90%;
	line-height: 1.2em;

}

.linkit li{
    
    list-style-type: default;
	display: inline;
}

.linkit a{
	text-decoration: none;
	color :#339900;
}
.linkit a:hover,a:active{
	color :#006699;
	text-decoration: underline;
}

#menu{
	float:left;
	width: 600px;
	padding: 0 0 10px 0;
	line-height: 1.4em;
	font-size: 90%;
	font-weight: bold;
	text-align:left;
	
}
#menu ul{
	display: inline;
}
#menu li{
	float: left;
    padding-right: 10px;
	list-style-type: none;
	
}

#menu a{
	text-decoration: none;
	color :#339900;
}
#menu a:hover,a:active{
	text-decoration: underline;
}

#right{
	width: 500px;
	min-height: 450px;
	float:left;
	margin: 20px 0 0 0;
	padding: 0;
	text-align: center;
	line-height: 1.2em;
	background: url(kuvat/hover_vert.gif) no-repeat top left;
}
#right_content{
	width: 650px;
	min-height: 450px;
	float:left;
	margin: 20px 0 0 0;
	padding: 0 0 0 30px;
	text-align: center;
	line-height: 1.2em;
	background: url(kuvat/hover_vert.gif) no-repeat top left;
}
#content{
	float:left;
	width:500px;
	_width:515px;
	min-height: 450px;
	padding: 15px 0 15px 15px;
	margin: 0 0 0 0;
	background: #f3f9ed;
	text-align: left;
	line-height: 1.2em;
	border-bottom: 10px solid #94bf38;
}

table.mosaic{
	width: 400px; 
	margin-bottom: 5px;
	border-bottom: 10px solid #94bf38;
}

td.menu{
	padding-left: 30px;
	border: 2px solid #e0d3c3;
	background: #81bc48;
	line-height: 1.6em;
	font-size: 80%;
	font-weight: bold;
}
td.menu li{
	list-style-type: none;
}
td.menu a{
	text-decoration: none;
	color :#ffffff;
}
td.menu a:hover,a:active{
	text-decoration: underline;
}

#footer{
	clear:both;
	width: 500px;
	padding: 5px 0 0 0;
	line-height: 1.4em;
	text-align: center;
	font-size: 80%;
	color: #74b633;
	margin: 0 auto 0 auto;
}

h1{
	font-size: 180%;
	font-weight: bold;
	padding: 0 0 5px 0;
	color: #336600;
}

h2{
	font-size: 120%;
	font-weight: bold;
	padding: 0 0 5px 0;
	color: #336600;
}

h3{
	font-size: 100%;
	font-weight: bold;
	padding: 0 0 5px 0;
	color: #336600;
}

h4{
	font-size: 80%;
	font-weight: bold;
	padding: 0 0 5px 0;
	color: #336600;
}



