/* VAK, CSS
div {border: 1px dotted black; padding: 0em;}*/

/* layout
--------------------------------------------- */

body {
	margin: 0px; 
	padding: 0px;
	border: 0px;
	background-color: #847752;
	font-size: 12px;
	font-family: arial, tahoma, sans-serif;
	color: #7A5F4E;
	text-align: left;
}

#container { 
	min-height: 650px;/* set here min height  */
	height: auto !important;/* overwrite the height */
	height: 650px;/* this is also the min height for IE */
	width: 799px;
	background-image: url(img/container_bg.gif);
	background-repeat: repeat-y;
	background-color: #786640; 
	margin: 0px auto 0px auto;
	position: relative;
	}

		#top { 
			height: 54px;
			width: 799px;
			background-image: url(img/top.gif);
		}	

			#picture { 
				height: 158px;
				width: 799px;
				background-image: url(img/pic.jpg);
			}	
		
		#navi { 
			height: 30px;
			width: 460px;
			padding-top: 10px;
			position: absolute;
			left: 45px; 
			letter-spacing: 1px;
			font: bold 10px verdana;	

		}
		
		#picture_shading { 
			height: 13px;
			width: 799px;
			background-image: url(img/top_content.gif);
			background-repeat: no-repeat;
			padding-bottom: 15px;
		}	
		
		#footer { 
			height: 52px;
			width: 799px;
			background-image: url(img/bottom.gif);
			margin-top: 30px;
		}	
	
		#left {
			min-height: 500px;/* set here min height  */
			height: auto !important;/* overwrite the height */
			height: 500px;/* this is also the min height for IE */
			float: left;
			width: 230px;
			margin-left: 30px;
			text-align: left;
			line-height: 100%;
		}

		#content {
			min-height: 500px;/* set here min height  */
			height: auto !important;/* overwrite the height */
			height: 500px;/* this is also the min height for IE */
			left: 200px;
			margin-right: 30px;
			text-align: left;
			line-height: 150%;
			color: #7A5F4E;
		}


		#full_content {
			min-height: 500px;/* set here min height  */
			height: auto !important;/* overwrite the height */
			height: 500px;/* this is also the min height for IE */
			margin: 0px 50px;
			text-align: left;
			line-height: 150%;
			color: #7A5F4E;
		}	
		
		/* muut elementit
--------------------------------------------- */

		#box {
			width: 209px;
			background: #FBF9F2;
			line-height: 150%;
			margin-bottom: 20px;
		}
			
			#box_title {
				height: 40px;
				width: 209px;
				background-image: url(img/box_top.gif);
				background-repeat: no-repeat;				
				text-align: center;
				padding-top: 10px;
				font: bold 16px "times news roman", serif;
				color: #A1966D;
				letter-spacing: 1px;
			}
			
			#box_current, #box_navi {
				width: 187px;
				border-left: 1px solid #E7E6D1;	
				border-bottom: 1px solid #E7E6D1;	
				border-right: 1px solid #E7E6D1;
				padding: 0px 10px 15px 10px;			

			}
			
			#box_current p{
				line-height: 120%;	
				padding: 0px;
				margin-top:0px;
			}

			.navi2 {
				border-bottom: 1px solid #E7E6D1;		
				padding: 5px;	
			}
			
		#polku {
			float: right;
			clear: both;
		}

		#vanhat_paivitykset {
			font: bold 11px Arial, Tahoma, sans-serif; 
			float: right;
			background: #ffffff;
			border: 1px solid #E7E6D1;	
			padding: 2px 4px 2px 4px;
			width: 98%;
		}
		
		.form  {
			border: 1px solid #E7E6D1;
			bgcolor: ffffff;
		}


table.pentue {
/* border-collapse: collapse;*/
 border: 1px solid #EFF1CE; 
 margin-bottom:30px;
 background: #EFF1CE;
}

td.pentue_otsikko{
 padding:7px;
 font: bold 12px verdana, arial;
 vertical-align: top;
 background: #E7E5B6;
}

#pentue_paivitys{
 font: normal 11px verdana, arial;
 vertical-align: top;
 text-align: right;
 background: #E7E5B6;
 float: right;
}

td.pentue_otsikko2{
 padding:6px;
 font: bold 11px verdana, arial;
 vertical-align: top;
 background: #EFF1CE;
}

td.pentue{
 padding:6px;
 background: #ffffff;
 vertical-align: top;
}


/* tekstit
--------------------------------------------- */
			
	h1 {
		font: normal 18px verdana, arial, sans-serif;
		text-align: left;
		padding-top: 5px;
		color: #726545;
	}

	h2 {
		font: bold 13px verdana, arial, sans-serif;
		margin-top: 30px;
		margin-bottom: 20px;
		padding: 0px;
		color: #726545;
	}	
	
	h3 {
		font: bold 13px verdana, arial, sans-serif;
		color: #726545;
	}	
	
	#navi a:link, #navi a:visited { 
		text-decoration: none;
		color: #ffffff;
	}	

 	#navi a:hover, #navi a:active { 
		text-decoration: underline; 
		color: #E0C482;

	}

			
	.pieni { 
		font: 11px Arial, Tahoma, sans-serif; 
		line-height: 130%;
	}		

#content a:link, #full_content a:link, #box a:link { 
	color: #B77946;
}

#content a:visited, #full_content a:visited, #box a:visited { 
	color: #C5A862;
	}		

#full_content a:hover, #content a:hover, #box a:hover, #full_content a:active, #content a:active, #box a:active { 
	text-decoration: none;
	}		
	
#box_navi a { 
			text-decoration: none; 		
	}		
	
#footer p, #footer a{ 
	padding-top: 7px;
	font: bold 10px verdana, sans-serif;	
	text-align: center;
	color: #ffffff;
	}