


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #677079;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
}


a {
	color:#FFF;
	
}

a:hover {
	color:#FFF;
	
}


.txbox {
	color:#333;
	width:250px;
	
}



#container_header {
	width: 100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #333333;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0px;
	background: #515B65;
}
	#container_main  {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(images/maintausta.jpg);
	background-repeat:repeat-x;
	margin: 0px 0px 0px 0px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #333333;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0px 0px 0px 0px;
	min-height:300px;
}


#container_main p {
	margin: 0px; /* the auto margins (in conjunction with a width) center the page */
	padding:0px 0px 0px 0px;
	font-size:100%;
}

 #container_main h1  {
	
	margin: 0px; /* the auto margins (in conjunction with a width) center the page */
	padding:10px 0px 0px 0px;
	font-weight:normal;
	font-size:180%;
	white-space:nowrap;
	
}


#luettelo td {
	
	margin: 0px; /* the auto margins (in conjunction with a width) center the page */
	padding:0px 30px 0px 30px;
}


#luettelo th {
	
		margin: 0px; /* the auto margins (in conjunction with a width) center the page */
	text-align:left;
	padding:10px 0px 0px 128px;
	font-weight:normal;
	font-size:100%;
}




#container_main h2 {
	
	margin: 0px; /* the auto margins (in conjunction with a width) center the page */
	text-align:left;
	padding:10px 0px 0px 0px;
	font-weight:normal;
	font-size:100%;
}


#container_footer  {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #515B65;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #333333;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0px;
}


#header {
	margin: auto;
	padding:0px;
	width:890px;
	background: #677079;
	height:162px;
	background-image:url(images/base2_01.gif);
	background-repeat:no-repeat;

}

.luelisaa {
	margin:3px 0px 0px 0px;
	position:relative;
	right:4px;
	width:61x;
	height:21px;
	border:0px; 

}


#viiru_yla {
	background: #DDDDDD;
	height:2px;
	background-image:url(images/base2_02.jpg);
	padding: 0 0px 0 0px;
	margin:0px;
	font-size:1px;
}


#viiru_ala {
	background: #DDDDDD;
	height:2px;
	background-image:url(images/base2_04.jpg);
	padding: 0 0px 0 0px;
	margin:0px;
	font-size:1px;
}



#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	margin: 0 auto;
	padding:0px;
	width:890px;
	background: #677079;
	background-image:url(images/base2_03.jpg);
	background-repeat:no-repeat;


}


#container {
	padding:20px 10px 0px 132px;
	width:600px;
	font-size:80%;
	


}


 #footer {
	margin: auto;
	padding:0px;
	width:890px;
	background: #677079;
	height:162px;
	background-image:url(images/base2_05.gif);
	background-repeat:no-repeat;

}
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:left;
	padding:30px 0px 0px 45px;
	font-size:80%;
}


 h3 {
	
	padding:0px 0px 0px 0px;
	margin:0;
	font-size:130%;
	font-weight:normal;

}

.luettelo {
	
	padding:0px 0px 0px 0px;
	margin:0;
	font-size:80%;
	font-weight:normal;
	color:#CCC;
	width:600px;
}

.leipis {
	
	padding:0px 0px 0px 0px;
	margin:0;
	font-size:80%;
	font-weight:normal;
	color:#fff;
	width:450px;
}

.linkit_ulos {
	
	padding:0px 0px 0px 0px;
	margin:0;
	font-size:80%;
	font-weight:normal;
	color:#fff;
	width:450px;
}


.harmaa {
	
	color:#CCC;
}


.clear {
clear:both;
}


#navigatio {
float:left;
	padding-top:80px;
	padding-left:45px;
	padding-right:0px;
	font-family:Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size:12px;
	font-weight:bold;
	width:750px;
	
	}
	

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

#navigatio li {
	display: inline;
}

#navigatio a {
	float: left;
	padding-right:32px;

	font-family:Arial, Helvetica, sans-serif;
	color: #dddddd;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}



#navigatio a:hover {
	color: #ffffff;
text-decoration:underline;
}




ul {
	width:100%;
	list-style: none;
	margin:auto;
	padding: 0;
	border:0;
	}

#nav 
{
margin:0px 0px 0px  0px;
padding:0px 0px 0px  123px;
display:block;
font-size:80%;
   }

#nav  ul li {
padding:0px;
 display:block;
 list-style-type:none;
 float:left;
   }
   
 #nav  ul li a {
	 margin:0px;
	 padding:0px;
   display:block;
   height:40px;
   width:20px;
   background:transparent url(images/logot.gif) no-repeat 0 0;
   text-indent:-9009px;
   }

   
  #nav ul li a:hover {
   background-position: 0 -58px;
   } 
 
 #nav ul li#elobau a {
   width:130px;
   background-position: -16px 0;
   }

 
#nav ul li#elobau a:hover {
   background-position: -16px -41px;
   }

   
#nav ul li#hfjensen a {
   width:143px;
   background-position: -150px 0;
   }

 
#nav ul li#hfjensen a:hover {
   background-position: -150px -41px;
   }
   
      
#nav ul li#stw a {
   width:100px;
   background-position: -290px 0;
   }

 
#nav ul li#stw a:hover {
   background-position: -290px -41px;
   }
   
 #nav ul li#envec a {
   width:120px;
   background-position: -400px 0;
   }

 
#nav ul li#envec a:hover {
   background-position: -400px -41px;
   }
   
   
 #nav ul li#wachendorff a {
   width:170px;
   background-position: -530px 0;
   }

 
#nav ul li#wachendorff a:hover {
   background-position: -530px -41px;
   }
   
   
#nav ul li#tempress a {
   width:144px;
   background-position: -700px 0;
   }

 
#nav ul li#tempress a:hover {
   background-position: -700px -41px;
   }
   
      
   
       #nav ul li#start a {
   width:62px;
   background-position: -2200px 0;
   }

 
#nav ul li#start a:hover {
   background-position: -2200px -41px;
   }  




#menu_pdf {
	width: 200px;
	margin: 10px 0px 0px 0px;
	padding:0;
	font-size:80%;


	}
	
	#menu_pdf p  {
		margin-left:20px;
	}	
	
	
	#menu_pdf ul  {
		margin:0px;
	}	
	
	
#menu_pdf li a {
	height: 0px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 16px;
	text-decoration: none;
	}	
	
#menu_pdf li a:link, #menu_pdf li a:visited {
	text-align:left;
	color: #fff;
	display: block;
	background:  url(images/menu_pdf_vas.gif);
	background-repeat:no-repeat;
	padding: 6px 20px 0 25px;
	margin-right:5px;
	}
	
#menu_pdf li a:hover {
	color: #fff;
	background:  url(images/menu_pdf_vas.gif) 0 -32px;
	background-repeat:no-repeat;
	text-decoration:underline;

	}